Copy the target box commands from both shortcuts into a .bat (eg, test.bat) file on separate lines. Double click test.bat file to run.
If there are dependencies (ie, second process needs something from first process before running), you might need to put a test in the batch file before it runs second job.
Set up start folder using CD (change directory) command before running exe.
Eg
C:\>CD \folder1
c:\folder1>apprun.exe (or full path to this if its not on windows path - eg "C:\Program Files\Appfolder\apprun.exe"
c:\folder1>cd \folder2
c:\folder2>apprun.exe
If you need to change drive letter too, just type new drive letter first.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.