Run multiple Applications with single click
To open multiple Applications with single click, you can use batch file(.bat), just type this on notepad :
start "" "path program"
exit
for example, i want to open Mozilla and Windows Media Player at the same time :
start "" "C:\Program Files\Mozilla Firefox\firefox.exe""
start "" "C:\Program Files\Windows Media Player\wmplayer.exe"
exit
then save it with .bat format on your desktop. before you save change change "Save as type" to all files.
0 comments:
Post a Comment