//flex table opened by JP

Click to See Complete Forum and Search --> : DOS batch file for running Debug


Junky
11-20-1999, 10:24 PM
I'v been trying to write a batch file for a Debug command. When I execute the batch file it starts the debug but at the first - sign it just stops.

This is the debug command that I can run from the DOS prompt and it works just fine.

debug
o 1f6 a0
o 1f2 22
o 1f1 03
o 1f7 ef
i 1f1
q

Does anyone know why I can't get this debug command to run from a batch file?

Junky

aaron2b
11-23-1999, 12:31 AM
The reason why a batch file will not run that full debug command , is because a batch is for running a batch of different commands. Once the Batch file has executed the debug command it has done its job.thats why you just get the - . Now the debug is loaded into memory and the batch file is finishe.

Axel
11-23-1999, 10:38 AM
Have you tried the following to run the files?
Norton program scheduler
system agent
ms task scheduler ( under my computer - 95 OSR2 )
Don't know that it would work, as many things don't execute properly, but it's worth a shot for multiple executibles.