View Single Post
Old 20th September 2008, 04:17   #4  |  Link
pc_speak
Old Batch Hacker
 
Join Date: Oct 2006
Location: At Home
Posts: 78
Open the batch file with notepad. Add the BOLD line to pause it.

Code:
cls
for /F "delims=" %%A in ('dir /ad/b') do "mkisofs.exe" -dvd-video -V "%%A" -o "%%~nA.iso" "%%A"
pause
pc_speak is offline   Reply With Quote