Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: batch files  (Read 3271 times)

0 Members and 1 Guest are viewing this topic.

Steve101

  • Guest
batch files
« on: October 27, 2004, 07:52:56 AM »
When running  a batch file that is supposed to run 3 executeables, if I have them in a list, only the first one will run, then it says 'press key to continue' but it will not run the next 2 executables.... any ideas?

Dusty



    Egghead

  • I could if she would, but she won't so I don't.
  • Thanked: 75
  • Experience: Beginner
  • OS: Windows XP
Re: batch files
« Reply #1 on: October 27, 2004, 04:57:13 PM »
Please post the relevant section of your .bat file and indicate what OS you are using
One good deed is worth more than a year of good intentions.

someone who cares

  • Guest
Re: batch files
« Reply #2 on: October 28, 2004, 01:50:05 AM »
Put this string into your batch:-
Start *.exe & *.exe & *.exe
Where as * is the name of the executable files you want to launch.