Groups | Search | Server Info | Login | Register


Groups > comp.lang.basic.misc > #461

HELP!: GWBASIC won't run; returns "You can not SHELL to basic"

Newsgroups comp.lang.basic.misc
Date 2019-01-15 19:12 -0800
References <328750aa.1048812@news.campus.mci.net>#1/1>
Message-ID <e872cd76-0060-4911-b880-77dd1326274c@googlegroups.com> (permalink)
Subject HELP!: GWBASIC won't run; returns "You can not SHELL to basic"
From timurozalp@gmail.com

Show all headers | View raw


☺☺

after 23 years i think i have a quick response for you..

you have to set value 00 to 0050:000F before running GWBASIC.

here is a debug script;

>DEBUG noshell.com
-A
xxxx:0100 MOV AX,0050
xxxx:0103 MOV DS,AX
xxxx:0105 MOV BYTE PTR [000F],00
xxxx:010A PUSH CS
xxxx:010B POP DS
xxxx:010C RET
xxxx:010D
-R CX
CX 0000
:0D
-W
-Q

Back to comp.lang.basic.misc | Previous | Next | Find similar


Thread

HELP!: GWBASIC won't run; returns "You can not SHELL to basic" timurozalp@gmail.com - 2019-01-15 19:12 -0800

csiph-web