View Single Post
Old 29th August 2009, 16:08   #1894  |  Link
feanor12
Registered User
 
Join Date: Apr 2009
Location: Slovenia
Posts: 25
If you don't want command prompt to close after (unsuccesfull) encoding I suggest to just write "pause" in last line. ツ


Like this...


Code:
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" "d:\  ....
"C:\Program Files (x86)\hdconvert\applications\x264.exe" --pass 1....
"C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.h264....
"C:\Program Files (x86)\hdconvert\applications\x264.exe" --pass 2....
"C:\Program Files (x86)\hdconvert\job0\hdconverttox_00004.h264" "C:\....
"C:\Program Files (x86)\hdconvert\applications\eac3to.exe" 1:....
"C:\Program Files (x86)\hdconvert\applications\mp4box.exe"....

color 0a
pause
Command "color 0a" is just to colorize text in console in green when all actions are finished...
(that way you know when all actions are finished) ツ

Last edited by feanor12; 29th August 2009 at 21:44.
feanor12 is offline   Reply With Quote