how to run 2 programs at once

estee

Solid State Member
Messages
14
hey sorry for another question guys,


how do u run 2 programs at once?

for example, whenever i startup internet explorer i want outlook express to automatically startup at the same time

any suggestions?
 
I think you can set a way for task manager to run this when u startup internet explorer....i think...

I'll have to research this.
 
You write a bat file:
open notepad
type

c:\windows\sol.exe
c:\windows\notepad.exe
pause

Save your new program as myfile.bat
you can create a shortcut to your new bat file and run it from anywhere.
 
yes i tried that but when i rename the file it is myfile.bat, but it still is a .txt file, i don't get how to convert it
 
because your saving it as a text file. Underneath where you put the file name you have to put all file types or something along those lines :D
 
yes i did that and i put

C:\Program Files\Mozilla Thunderbird\thunderbird.exe
C:\Program Files\Yahoopops\yahoopops.exe

but it says that "C:\Program Files" is not an internal or external command
 
Back
Top Bottom