Posts by Gabriel Pellegrini • 11 points
1 post
-
1
votes3
answers93
viewsA: Open Multiple Programs at Once CMD
Type the command in the batch file: start notepad.exe && calc.exe && mspaint.exe Just separate each process name by one "&&".
1 post
1
votes3
answers93
viewsType the command in the batch file: start notepad.exe && calc.exe && mspaint.exe Just separate each process name by one "&&".