• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Multiple executables in one shortcut?

batch file with call statements

call statements launch the trailing command in a new cmd.exe process and immediately moves to next statement

otherwise you have to shutdown the first program before the second will launch
 
Originally posted by: MadRat
batch file with call statements

call statements launch the trailing command in a new cmd.exe process and immediately moves to next statement

otherwise you have to shutdown the first program before the second will launch

Alternatively, a batch file using START to preface each program will work too.
 
Back
Top