@echo off echo. echo ************************************************************************************ echo. echo NOTES: echo. echo (a) Do not run the script "batch_convert.bat" directly, instead run "main.bat". echo. echo (b) See ".\failed_movies.txt" after the script ends for movies that were aborted due to an error. echo. echo ************************************************************************************ echo. set ALL_SESSIONS=ASL_2008_01_11 ASL_2008_01_18 ASL_2008_02_01 ASL_2008_02_15 ASL_2008_02_29 ASL_2008_03_28 ASL_2008_05_12a ASL_2008_05_12b ASL_2008_05_29a ASL_2008_05_29b ASL_2008_06_10 ASL_2008_08_04 ASL_2008_08_06 ASL_2008_08_13 ASL_2008_08_13_session2 set ALL_SESSIONS=ASL_2010_08_10_Liz_additional_lexicon_signs set ALL_SESSIONS=ASL_2008_03_28 set ALL_SESSIONS=ASL_2011_06_14_Brady set ALL_SESSIONS=ASL_2011_07_22_Brady set ALL_SESSIONS=ASL_2011_07_19_Brady set ALL_SESSIONS=ASL_2006_01_20 ASL_2006_09_26 ASL_2006_10_10 ASL_2007_05_24 FOR %%G IN (%ALL_SESSIONS%) DO ( set INPUT_SESSION_ID=%%G call convert_session.bat %%G rem call temp\test.bat %%G )