Question:

Custom Program Opener?

by  |  earlier

0 LIKES UnLike

Is there a way I can easily program a program that can open more than one program; I need a program that can open my email and web browser at the same time. Any tips on how to do this?

P.S. I don't know much code, so if it is too challenging, I probably won't be able to do it.

 Tags:

   Report

3 ANSWERS


  1. http://www.online-tech-tips.com/computer...

    quite easy to do good luck

    tell us what programs they are and we can attemp to do the 'code' for you


  2. I'm not running windows right now, but I think that if you just put the paths to the two programs in a file with a .bat extension and ran that, it would work.

    Unfortunately, since I don't have Windows running I can't check the paths myself right now, but a file with...

    C:\Progra~1\iexplore.exe

    C:\Progra~1\outlook.exe

    In it (assuming those paths are correct, which they're not), saved as something like "openstuff.bat" should do what you want.

  3. here is a code you can use:

    @echo off

    start webbrowsername.exe (for Internet explorer it's iexplore.exe firefox is firefox.exe)

    start mailprogramname.exe

    exit

    and save it as whatever.bat
You're reading: Custom Program Opener?

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions