home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disc 19 / Commodore_Disc_19_19xx_-_de.d64 / disclader64_128 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  2KB  |  71 lines

  1. 0 rem
  2. 10 rem == disclader64/128==
  3. 11 fori=0to24:cd$=cd$+chr$(17):cu$=cu$+chr$(145):next:cr$=chr$(29)
  4. 21 nr=19:fl=8:pf$="->":pl$="  "
  5. 28 dimin$(fl),d$(fl),id$(fl),zl(fl)
  6. 30 printchr$(147)chr$(14)
  7. 31 poke53280,0:poke53281,0
  8. 50 gosub50000
  9. 110 printchr$(19)tab(8)"[159]"left$(cd$,10)"[195] [193] [214]erlags - [199].m.b.[200] "
  10. 111 printtab(3)"[200]ans [197]gon [210]ossmann  [212]homas [195]hramp"
  11. 120 printtab(3)"[212]orsten [211]eibt  [193]lfons [205]ittelmeyer"
  12. 121 printtab(3)"[194]ernd [213]llmann          [193]ndy [199]reil"
  13. 122 printtab(3)"[193]ndree [200]erman           '[194]utcher'"
  14. 131 printtab(3)"[159][198]uer [196]isketteninhaltverzeichnis "
  15. 132 printtab(5)"bitte [204]eertaste druecken !!"
  16. 140 geta$
  17. 141 ifa$=chr$(32)thenprintchr$(147):gosub1000:gosub1600
  18. 150 goto140
  19. 1000 printchr$(147)chr$(14)
  20. 1001 print"[195][207][205][205][207][196][207][210][197] [196][201][211][195]"nr:print:print"[201]nhaltsverzeichnis:":printchr$(5)
  21. 1002 printchr$(176);:fori=0to36:printchr$(192);:next:printchr$(174)
  22. 1003 forih=1tofl
  23. 1010 readin$(ih),d$(ih),id$(ih):zl(ih)=yp
  24. 1020 printchr$(221)tab(3)d$(ih);
  25. 1021 forj=0tolen(in$(ih))
  26. 1022 printtab(7+j)mid$(in$(ih),j+1,1);
  27. 1024 next
  28. 1025 printtab(38)chr$(221)
  29. 1030 next
  30. 1500 printchr$(173);:fori=0to36:printchr$(192);:next:printchr$(189)
  31. 1501 printchr$(14):printtab(3)"[159][215]aehlen [211]ie das [208]rogramm mit den "
  32. 1502 print"[195]ursor-[212]asten  >>ab<<  oder >>auf<< aus"
  33. 1503 print"und druecken [211]ie die  <[210][197][212][213][210][206]>-[212]aste  !":x=1:y=6:y1=7
  34. 1510 printchr$(19)cr$left$(cd$,y)pf$
  35. 1511 geta$
  36. 1512 ifa$=chr$(145)andy>6theny=y-1:y1=y+1:gosub10000
  37. 1513 ifa$=chr$(17)andy<13theny=y+1:y1=y-1:gosub10000
  38. 1514 ifa$=chr$(13)thengosub1600
  39. 1598 goto1511
  40. 1600 fori=1tofl
  41. 1605 ifi=y-5then1700
  42. 1606 next:return
  43. 1700 printchr$(147)chr$(144)chr$(142)
  44. 1710 ifd$(i)=" 64"then1730
  45. 1720 printchr$(19)"run"chr$(34)id$(i):poke842,19:poke843,13:poke208,2:end
  46. 1730 printchr$(19)"load"chr$(34)id$(i)chr$(34)",8,1"
  47. 1731 rn$="run":ify=8thenrn$="sys51795:new"
  48. 1740 printleft$(cd$,5)
  49. 1750 printchr$(145)rn$
  50. 1760 poke631,19:fori=1to5:poke632+i,13:next:poke198,6:end
  51. 2000 data" [193]ssembler-[203]urs [212]eil 3"," 64","assem*"
  52. 2005 data" [196]iskmaster"," 64","diskmas*"
  53. 2010 data" [210]enumber"," 64","renum*"
  54. 2015 data" [215] - [212]ext"," 64","w-tex*"
  55. 2020 data" [194]uchungen (80)","128","buchu*"
  56. 2030 data" [205]ulti [208]lay (40)","128","multi*"
  57. 2040 data" [205] [207] [198] [193] - [212]est (40)","128","mofa*"
  58. 2050 data" [206]otizzettel (80)","128","noti*"
  59. 10000 printchr$(19)cr$left$(cd$,y1)pl$
  60. 10010 printchr$(19)cr$left$(cd$,y)pf$
  61. 10020 return
  62. 50000 rem titel
  63. 50030 print"     [162][162][162][162][162]          [162][162][162][162][162]
  64. 50040 [153]"    newnewnewnew            newnew  newnew
  65. 50050 print"   [162][162][162][162] [207][205][205][207][196][207][210][197]    [162][162]  [162][162][162]
  66. 50060 [153]"   newnewnewnew             newnew  newnewnewisc"nr
  67. 50070 [153]"   newnewnewnew             newnew  newnewnew
  68. 50080 print"    [162][162][162][162]            [162][162]  [162][162]
  69. 50090 [153]"     newnewnewnewnew          newnewnewnewnew
  70. 50100 return
  71.