|
Group: Forum Members
Posts: 6,
Visits: 25
|
I'm trying to code a batch file that lists 17 different files to run in sequential order. This is the current coding:
<batch> / file = "0_Pre_info.iqx" / file = "1_Pre_habituation_ratings.iqx" / file = "2_Hab_Acq_blue_1_1.iqx" / file = "3_Post_acquisition_ratings.iqx" / file = "4_Extinction_pink_1_1_S.iqx" / file = "5_Post_extinction_ratings.iqx" / file = "6_Video_Break.iqx" / file = "7_Renewal_blue_1_1.iqx" / file = "8_Post_renewal_ratings.iqx" / file = "9_Reacquisition_blue_1_1.iqx" / file = "10_Post_reacquisition_ratings.iqx" / file = "11_Questions.iqx" / file = "12_Demographics.iqx" / file = "13_STAI.iqx" / file = "14_PSWQ.iqx" / file = "15_IUS12.iqx" / file = "16_Post_info.iqx" </batch>
My issue is that it runs well until the file labeled "13_STAI.iqx", and instead of running the rest of the files in order, it exits. I have experimented with the files in a different order, and it always cuts off at the 14th file. Is there a limit to how many files can be run like this or is something else needed to fix? TI
|