Search found 2 matches

by kalanidhig
14 May 2013 22:38
Forum: DOS Batch Forum
Topic: ERROR when Calling batch file within another batch
Replies: 3
Views: 2655

Re: ERROR when Calling batch file within another batch

if i keep single batch like

Call startscen.bat SDE_AGILE_A931_ADAPTOR_SDE_AGILE_PERSISTEDSTAGE_LISTENTRY 001 GLOBAL 6

is working fine, when i am keeping more than one batch call, am getting the error.

Thanks
Kalanidhi
by kalanidhig
14 May 2013 20:55
Forum: DOS Batch Forum
Topic: ERROR when Calling batch file within another batch
Replies: 3
Views: 2655

ERROR when Calling batch file within another batch

hi i am calling startscen.bat with four parameter, i want to call multiple batch with different parament. here are the example i am keeping following script with in a single batch Call startscen.bat SDE_AGILE_A931_ADAPTOR_SDE_AGILE_PERSISTEDSTAGE_LISTNAME 001 GLOBAL 6 Call startscen.bat SDE_AGILE_A9...