View Single Post
  #3  
Old April 11th, 2004, 05:40 AM
Master Belisarius's Avatar

Master Belisarius Master Belisarius is offline
Colonel
 
Join Date: Jul 2000
Location: Montevideo Uruguay
Posts: 1,598
Thanks: 0
Thanked 0 Times in 0 Posts
Master Belisarius is on a distinguished road
Default Re: SE4Batch status?

Quote:
Originally posted by Ruatha:
Hmm, Yes I didn't think of that.


In WinXp it should wait until the app is executed.

In Win98 etc I guess you could insert

Start /W
before the se4 line, like

Start /W c:\spel\Se IV Gold/Seiv.exe "c:\ ....

(Instead of /W you can write /Wait to make it more obvious what it does. )
Hey, thanks Ruatha!!! The "Start /Wait" worked very well! Would liked to have your advice 2 years ago!!!

Still I'm having problems with the line
"set /a counter=%counter%+1"
Seems to be that Win98 doesn't recognize the command...

I have removed the @echo off to see what's happening, and the IF looks something like:
IF "" == 5

Then, I have included a SET into the Bat to see the variables, and the variables looks like:

Counter = 0
/A COUNTER = + 1

Have you an idea if it's only a Win98 problem? And the work around?

Thanks!

PD: with a loop without turn limits, the bat is working pretty well.
Reply With Quote