We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d93658 commit 18ffc0aCopy full SHA for 18ffc0a
utils/autoexec.bas
@@ -14,6 +14,7 @@
14
110 .nxtp time.nxtel.org 12300 -z=RomanceStandardTime
15
120 PRINT AT 11,12;" OK! ":GO TO 50
16
130 IF K$="a" OR K$="A" OR J=16 THEN LOAD "C:":CD "/":LOAD "/nextzxos/autoexec.bas.bak"
17
- 140 GO TO 50
+ 140 IF K$="d" OR K$="D" THEN CLS:PRINT AT 11,12;"Disabling WiFi...":REG 2,128
18
+ 150 GO TO 50
19
20
990 SAVE "autoexec.bas"LINE 50
0 commit comments