Re: Only the first line of the batch files executes, then ALL pcs cras
- From: "GTS" <x>
- Date: Sun, 28 Aug 2005 13:56:23 -0400
Running a batch file with more than 1 line isn't a problem. What is the
program you're running doing that it causes these crashes? Have you run
your commands manually on an XP machine? Do they work correctly? Is the
second line dependent on completion of the first? If so your command should
be >start /w run.exe -p par1.txt so the second launches after the first
completes.
--
"Sam" <Sam@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A4E69137-FD48-469E-BB3B-E05E6436698A@xxxxxxxxxxxxxxxx
> Hello,
>
> I got permission to run my code on all 60 machines in a lab over the
> weekend.
>
> I log into all 60 machines. I run a .bat file with several lines in it
> [i.e.
> run.exe -p par1.txt
> run.exe -p part2.txt
> etc]
>
> I run it on only one machine. When it stops executing the first line of
> the
> bat file, the pc crashes, and ALL machines crash, and restart in
> "maintenance
> mode" with the keyboard and mouse disabled.
>
> Would you have any ideas about how I can ensure that only one pc crashes
> [and doesn't drag all others with it]?
>
> Would you have any ideas about the reason I can't execute a bat file with
> more than one line in it? [If not - what would be a good group to ask
> about
> this issue?]
> I used to run this code [using bat files with multiple lines in it] on
> Windows 2000, and everything worked...
>
> Thank you for your help!!
.
- Follow-Ups:
- References:
- Prev by Date: Re: What is ccApp
- Next by Date: cannot install microsoft client?!
- Previous by thread: Only the first line of the batch files executes, then ALL pcs cras
- Next by thread: Re: Only the first line of the batch files executes, then ALL pcs
- Index(es):
Relevant Pages
|