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

Author Topic: help with start  (Read 2050 times)

0 Members and 1 Guest are viewing this topic.

dakota

  • Guest
help with start
« on: May 13, 2006, 05:23:04 PM »
how do i ust the start command to start a command prompt and exicut a lot of lines
example

start bal bla bla
run this too
and this
and tis and this
bla bla

GX1_Man

  • Guest
Re: help with start
« Reply #1 on: May 14, 2006, 01:43:04 AM »
Based on your many questions, it sounds like you need to read your textbook.  ;)

almn

  • Guest
Re: help with start
« Reply #2 on: May 14, 2006, 11:25:37 AM »
All you need to do is "call" them one by one,however this will wait for the first task to be finished before starting the second task,etc....

Almn

deadw82000

  • Guest
Re: help with start
« Reply #3 on: May 24, 2006, 11:45:19 PM »
Yep, need more info on exactly what you are trying to do. Do you want each to run independently, all starting at the same time, or do you have lines that are dependant on others to be finished before they should kick off?

Sometimes its better to make a couple of batch files to group like tasks that can run cuncurrently, then call each one from a "master" batch file that starts automatically at startup.

But you can also put it all in one batch file.