@echo off echo. echo ************************************************************************************ echo. echo NOTES: echo (a) Run "setup_vid2mov.bat" to setup the environment. echo. echo (b) Command console should be started with /V:ON for this script to work correctly. Run echo cmd /V:ON echo then run current script "batch_convert.bat". echo. echo (c) See ".\failed_movies.txt" after the script ends for movies that were aborted due to an error. echo. echo ************************************************************************************ echo. @set CAMERA=1 @set SESSION_LIST= ASL_2008_05_29a @FOR %%S IN (%SESSION_LIST%) DO ( cd %%S .\vid-list1.bat cd .. )