0REM  FIXHELLO - A program to fix the HELLO function after you copy SmartBASIC to DISK.
1REM  Use ONLY on SmartBASIC v79!!!  Type PRINT PEEK(260) to be sure you have v79.
2REM  Run the program, insert your disk, press <STORE/GET>.  That's all there is to it.
3REM  Each time you boot DISK SmartBASIC, the program named HELLO will run automatically.
4REM  Contributed to the Library by Uncle Ernie [72167,3241]
5LOMEM :31100
10HOME:? "SET DISK#1 as DEFAULT DRIVE":? "FOR SmartBASIC BOOT-UP.....":?:?:?
20? "INSERT SmartBASIC DISK,"
30? "PRESS <STORE/GET> KEY":GET a$
40IF a$<>CHR$(147) THEN INVERSE:? CHR$(7); "  COMMAND CANCELLED  "; CHR$(7):NORMAL:END
120FOR i=28000 TO 28014:READ x:POKE i, x:NEXT
130CALL 28000
140POKE 30001, 4:POKE 28012, 246
150CALL 28000
160INVERSE:? CHR$(7); "      COMPLETED      ":NORMAL:END
1000DATA  62,4,33,48,117,17,18,0,1,0,0,205,243,252,201
