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
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