It consists of creating a batch file:
in notepad write:
@ECHO OFF
start “” “%1st prog path%” (without %)
start “” “%2nd prog path%”
save as “something.bat”
It consists of creating a batch file:
in notepad write:
@ECHO OFF
start “” “%1st prog path%” (without %)
start “” “%2nd prog path%”
save as “something.bat”