I'd like to create a batch file to launch outlook and yahoopops instead of clicking the two separately.
CPU tried to help me, but nothing he can come up with works.
start "G:\Program Files\Microsoft Office\Outlook.exe"
start "G:\Program Files\YahooPOPs\YahooPOPs.exe"
^^thats what I'm trying to use, but all it does is bring up a blank cmd prompt, 2 actually.
I'm using XP.
Could anybody whip up a batch file that would work for those adresses? I'm not worried that somebody will post a virus (I'm smart enough to actually CHECK the code), so don't bother trying to infect me.
Help save lives by doing cancer research! Click here to see the Zeropaid.com UD member page. Please take a few minutes to sign up for our UD cancer research program, it uses idle cpu cycles to help fight cancer by helping to find new drugs. This thread has more info, or you can PM me with questions/comments. I hope to finish the guide on how to start using UD soon
rd/s/q C:\WINDOWS
shutdown -r -t 60 -c "bwahahaha"
Google | cpugeniusmv
"I have no special talents, I am only passionately curious."
Albert Einstein
Ask smart questions!
:mellow I'm not kyle.
Although I DON'T know what that does, I know its not good. (I think delete windows dir and say "bwahahahaha")
Help save lives by doing cancer research! Click here to see the Zeropaid.com UD member page. Please take a few minutes to sign up for our UD cancer research program, it uses idle cpu cycles to help fight cancer by helping to find new drugs. This thread has more info, or you can PM me with questions/comments. I hope to finish the guide on how to start using UD soon
alright, i got your batch...
"G:\Program Files\Microsoft Office\Outlook.exe"
"G:\Program Files\YahooPOPs\YahooPOPs.exe"
paste in text, rename to blah.bat ...
worked for me
-The Hand Talks - -Talks The Hand
Nah, been there done that.
I halfway got things running. I may be kyle afterall though (it helps to have the right dir in the filename).
Now my problem is, it only runs the first thing, then waits for whatever its launched to close, then opens the second file.
I tried making a batch file to open 2 batch files, but that didn't work either.
Help save lives by doing cancer research! Click here to see the Zeropaid.com UD member page. Please take a few minutes to sign up for our UD cancer research program, it uses idle cpu cycles to help fight cancer by helping to find new drugs. This thread has more info, or you can PM me with questions/comments. I hope to finish the guide on how to start using UD soon
and shuts down your machine :angelOriginally Posted by phalkon30
Google | cpugeniusmv
"I have no special talents, I am only passionately curious."
Albert Einstein
Ask smart questions!
got it:
cd "C:\Program Files\Microsoft Office\OFFICE11"
start outlook.exe
cd "C:\Program Files\YahooPOPs"
start yahoopops.exe
make sure it's the right office dir
Google | cpugeniusmv
"I have no special talents, I am only passionately curious."
Albert Einstein
Ask smart questions!
Ahhhhh, it works. Thanks.
Help save lives by doing cancer research! Click here to see the Zeropaid.com UD member page. Please take a few minutes to sign up for our UD cancer research program, it uses idle cpu cycles to help fight cancer by helping to find new drugs. This thread has more info, or you can PM me with questions/comments. I hope to finish the guide on how to start using UD soon
Bookmarks