PDA

View Full Version : AVS2AVI -- new version


Pages : 1 [2]

LoRd_MuldeR
5th April 2011, 16:11
Mug Funky,

if you want to execute/skip certain commands in your batch file based on an applications return value (exit code) you can also check the %ERRORLEVEL% variable for this purpose.

But be aware when using %ERRORLEVEL% or other variables in a FOR loop, because the Windows batch interpreter will expand variables before entering the loop!

BTW: Whether the application writes its output to the 'stdout' or the 'stderr' doesn't matter for the exit code at all. Also both, stdout and stderr, end up on the console by default.

maxxon
31st January 2012, 05:28
Strange, the 2 links in the 1st post (current and previous versions) go to empty pages. No files to download. Something happened to the files?


|\/|x

kypec
31st January 2012, 09:51
Strange, the 2 links in the 1st post (current and previous versions) go to empty pages. No files to download. Something happened to the files?
|\/|x
I'd say something happened to avs2avi.org domain, not only files! :sly:
You can still download it from moitah's own domain (http://moitah.net/download/latest/AVS2AVI.zip) though. :)