
| | |||||||
| General Software Software is what your computer runs. Word processors, spreadsheet programs... Discuss it all here. |
Register Now for FREE! | |||||
| |
| | LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
| |
| ||||
| Sounds like a batch file will be your best option for now. Unless you have a lot of other scripting experience. But the batch file will be easiest Just put the full path to each program on separate lines. c:\Program Files\Internet Explorer\iexplore.exe c:\Windows\notepad.exe Do this in notepad when you save the file Chose SAVE AS "IE-Notepad.bat" Include the " marks so that it does not name the file IE-Notepad.bat.txt Save it to your desktop |