In this example the second line never executes:
set arg1=%1
set arg2=%2
set arg3=%3
To run a batch script within another you need to use the Windows 'call' command:
set arg1=%1
set arg2=%2
set arg3=%3
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center