Skip to content

create a shortcut for multiple programs

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”