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
© 2023 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center