home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / c128 / archivers / sda128.sda / TITLE.BAS (.txt) < prev   
Commodore BASIC  |  1993-03-31  |  1KB  |  33 lines

  1. 100 open 3,3   :rem open 3,8,3,"title,p,w"
  2. 110 read a$:if a$="eod" then close3:stop
  3. 120 print#3,a$:goto 110
  4. 130 :
  5. 1000 data "[147][158]"
  6. 1010 data "[176][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][174]"
  7. 1020 data "[221][156] [160][211]elf-[196]issolving-[193]rchive for [195]=128  [158][221]"
  8. 1030 data "[221][156]     ([195])1986,1987 - [193]mpere [205]etal     [158][221]"
  9. 1040 data "[171][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][179]"
  10. 1050 data "[221][153]                                     [158][221]"
  11. 1060 data "[221][153]  [212]his [211][196][193] contains an update to [211][196][193] [158][221]"
  12. 1070 data "[221][153] version 2.30 which supports  [193][204][204] of [158][221]"
  13. 1080 data "[221][153] the   data [160]compression[160] techniques [158][221]"
  14. 1090 data "[221][153] implemented[160] in  [193][210][195]  version  2.30 [158][221]"
  15. 1100 data "[221][153] including crunched files  and files [158][221]"
  16. 1110 data "[221][153] crunched in only one pass, so it is [158][221]"
  17. 1120 data "[221][153] no longer nessessary to use the 'z' [158][221]"
  18. 1130 data "[221][153] switch when creating [211][196][193]s.          [158][221]"
  19. 1140 data "[221][153]                                     [158][221]"
  20. 1150 data "[221][153]  [212]he update is  applicable  to  the [158][221]"
  21. 1160 data "[221][153] [195]ommodore 128 in 128 mode only.     [158][221]"
  22. 1170 data "[221][153]                                     [158][221]"
  23. 1180 data "[221][153]                                     [158][221]"
  24. 1190 data "[221][153]                                     [158][221]"
  25. 1200 data "[221][153]                                     [158][221]"
  26. 1210 data "[221][153]         08mar1987 - [195][211]              [158][221]"
  27. 1220 data "[158][171][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][179]"
  28. 1230 data "[158][221][200]it any key now to  create[160] the files[158][221]"
  29. 1240 data "[221]on drive 0, or [156][210][213][206]/[211][212][207][208] to abort.    [158][221]"
  30. 1250 data "[158][173][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][189]"
  31. 1260 data "eod"
  32. 1270 end
  33.