How can I make a click link to two files???
from
WinCustomize Forums
I want to start two programs, by clickong one link. How would I go by doing this?
In case you dont know how to make a batch file, just create a new text file and write the following:
start notepad.exe
start calc.exe
Of course, replace notepad.exe and calc.exe with the program you want. Then save your text file with a .BAT extension (ex: launcher.bat). When you'll double-click it, it will execute the commands and launch your programs. From there you can create a shortcut linking to the batch file.
Welcome Guest! Please take the time to register with us.