kztd
0
Q:

open applications bat start

REM Open multiple programs using a batch file
REM Open first application
@echo off
cd "C:\Program Files\CCleaner"
start CCleaner64.exe

REM Open second application
cd "C:\Program Files (x86)\Wunderlist2"
start Wunderlist.exe

exit
1

Tags

New to Communities?

Join the community