Skip to content

Commit

Permalink
Fixed wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
kounch committed Aug 3, 2020
1 parent aca77a1 commit 7430415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/autoexec.bas
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
60 CLS:ON ERROR RUN AT %s:ERASE
70 LET J=IN 31:LET K$=INKEY$:IF (J<>0 AND J<>255) OR K$<>"" THEN GO TO 120
80 ON ERROR GO TO 100:ON ERROR
90 LOAD "C:":CD "/Aplicaciones/knloader":RUN AT %s:LOAD "knloader.bas"
90 LOAD "C:":CD "/knloader":RUN AT %s:LOAD "knloader.bas"
100 ON ERROR RUN AT %s:ERASE
110 LOAD "D:":CD "/Aplicaciones/knloader":RUN AT %s:LOAD "knloader.bas"
110 LOAD "D:":CD "/knloader":RUN AT %s:LOAD "knloader.bas"
120 IF K$=" " OR J=32 THEN RUN AT %s:ERASE
130 IF K$<>"t" AND K$<>"T" AND J<>64 THEN GO TO 170
140 CLS:PRINT AT 6,12;"NTP..."
Expand Down

0 comments on commit 7430415

Please sign in to comment.