Advertisement
pecka

main.cmd

Mar 22nd, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.13 KB | None | 0 0
  1. @echo off
  2.  
  3. set inputDir=D:\huff2laga\huff
  4.  
  5. dir /b %inputDir%\*.avi>gogofiles.txt
  6. for /F %%i in (gogofiles.txt) do proc.cmd %%i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement