home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 November / 1987-11.d64 / stamper.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  494b  |  15 lines

  1. 10 poke 53280,0:poke 53281,0
  2. 20 print"[147]the date/time stamper program is written";
  3. 30 print"to work with [153]128 speedscript."
  4. 40 print"we suggest you copy the files named[155]"
  5. 50 printchr$(34)"date/time loader"chr$(34)" and[155]"
  6. 55 printchr$(34)"ss128 date/time"chr$(34)" to a disk"
  7. 60 print"that contains speedscript 128 and"
  8. 70 print"consult the article for instructions"
  9. 80 print"on how to use the program.[155]"
  10. 90 ford=1to39:print"[164]";:next:print
  11. 100 print"[155]    press any key to reload the menu   [146]"
  12. 110 getdh$
  13. 120 if dh$="" then110
  14. 130 sys65341
  15.