Tech Support Guy banner

How To Open Two Programs With One Icon?

1181 Views 1 Reply 2 Participants Last post by  RandyG
Hi everyone,

I'd like to figure out how to open two programs with a single icon in Windows XP pro.? I found a tutorial on Tech TV (http://www.techtv.com/screensavers/answerstips/story/0,24330,3338945,00.html) but it says that won't work with XP.

Any ideas?

-Cap'n Bob
Status
Not open for further replies.
1 - 1 of 2 Posts
the reason why it wouldn't work is more along the lines that it is using dos-based names for folders and files, which Win2k and XP do not utilise. They aren't limited to using the 8.3 format.

You should be able to do it using the full path of the program

@ECHO OFF
Start %SystemRoot%\System32\calc.exe
Start %SystemRoot%\system32\notepad.exe
exit

saved as test.bat on my desktop will create a file that will open Notepad and Calculator when double-clicked

simply change the %systemroot and other path details to the path you want.

Easiest way to find the path is to right-click the icon you normally use to start the program and select Properties. Copy the target path.
See less See more
1 - 1 of 2 Posts
Status
Not open for further replies.
Top