Skip to content

Commit 7430415

Browse files
committed
Fixed wrong path
1 parent aca77a1 commit 7430415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/autoexec.bas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
60 CLS:ON ERROR RUN AT %s:ERASE
1010
70 LET J=IN 31:LET K$=INKEY$:IF (J<>0 AND J<>255) OR K$<>"" THEN GO TO 120
1111
80 ON ERROR GO TO 100:ON ERROR
12-
90 LOAD "C:":CD "/Aplicaciones/knloader":RUN AT %s:LOAD "knloader.bas"
12+
90 LOAD "C:":CD "/knloader":RUN AT %s:LOAD "knloader.bas"
1313
100 ON ERROR RUN AT %s:ERASE
14-
110 LOAD "D:":CD "/Aplicaciones/knloader":RUN AT %s:LOAD "knloader.bas"
14+
110 LOAD "D:":CD "/knloader":RUN AT %s:LOAD "knloader.bas"
1515
120 IF K$=" " OR J=32 THEN RUN AT %s:ERASE
1616
130 IF K$<>"t" AND K$<>"T" AND J<>64 THEN GO TO 170
1717
140 CLS:PRINT AT 6,12;"NTP..."

0 commit comments

Comments
 (0)