Is there a way to make a shortcut that can open two apps. Like if i click on the shortcut, it will open the norton antivirus and a spyware cleaner at once. (Not scan, but just open it on the window)? Thx
Open up notepad and type which programs you want the bat to open eg. @Echo Off START/min "" "C:\Program Files\CCleaner\CCleaner.exe" START/min "" "C:\Program Files\Windows Media Player\wmplayer.exe" I have tested it with 2 programs and 3 programs, i am assuming that it will work with more. Next save it as anything.bat and open it