whabang
03-19-2003, 08:20 AM
I'm trying to run the following debug command from autoexec.bat in DOS:
F 200 L1000 0
A CS:100
MOV AX, 301
MOV BX, 200
MOV CX, 1
MOV DX, 80
INT 13
INT 20
G
Is this possible or do I have to type it in manually every time? ( :-( )
F 200 L1000 0
A CS:100
MOV AX, 301
MOV BX, 200
MOV CX, 1
MOV DX, 80
INT 13
INT 20
G
Is this possible or do I have to type it in manually every time? ( :-( )