home *** CD-ROM | disk | FTP | other *** search
/ Magic Disk 64 / Magic_Disk_64_91-07_1991_-_de_Side_B.d64 / Informat < prev    next >
Text File  |  2023-02-26  |  2KB  |  112 lines

  1. {$f3}/rem ================================
  2. rem ==== SUPRACHART-Information ====
  3. rem ====  (P) MAGIC DISK (1990) ====
  4. rem ================================
  5. sign40
  6. modus1
  7. cursor3,0
  8. print"Autoren: U.Ehlers / H.Hobbelmann"
  9. modus0
  10. window7,2,26,5
  11. cursor8,3
  12. print"SUPRACHART - Information"
  13. cursor 8,5
  14. print"(P) by MAGIC DISK (1990)"
  15. dountilz=5
  16. z=z+1
  17. line1,63,16-z,263,16-z
  18. line1,263+z,11,263+z,48
  19. loop
  20. z=0
  21. window 3,9,33,13
  22. cursor4,10
  23. print"SUPRACHART bietet  vielfaeltige"
  24. cursor4,11
  25. print"Moeglichkeiten  der  grafischen"
  26. cursor4,12
  27. print"Datenpraesentation mit SUPRA64."
  28. cursor4,13
  29. print"Ein gewuenschtes Icon  ist  aus"
  30. cursor4,14
  31. print"dem  CAT  durch  Doppelklick zu"
  32. cursor4,15
  33. print"aktivieren.  Anschliessend  ist"
  34. cursor4,16
  35. print"das  CAT  durch  Anklicken  des"
  36. cursor4,17
  37. print"Schliessymbols  zu   verlassen."
  38. cursor4,18
  39. print"Der Programmstart erfolgt durch"
  40. cursor4,19
  41. print"RUN (obere Menuezeile). RESTORE"
  42. cursor4,20
  43. print"schaltet in  den  Initialmodus."
  44. cursor6,23
  45. print">Bitte SPACE-Taste druecken<"
  46. dountilz=5
  47. z=z+1
  48. line1,31,72-z,287,72-z
  49. line1,287+z,67,287+z,168
  50. loop
  51. z=0
  52. do until a$=chr$(32)
  53. get a$
  54. loop
  55. a$=""
  56. cursor4,10
  57. print"Durch Anklicken der Menuepunkte"
  58. cursor4,11
  59. print"DISK u. CATALOG wird das Haupt-"
  60. cursor4,12
  61. print"verzeichnis von SUPRACHART auf-"
  62. cursor4,13
  63. print"gerufen. Soll in  das Hauptver-"
  64. cursor4,14
  65. print"zeichnis   des  Betriebssystems"
  66. cursor4,15
  67. print"SUPRA 64 zurueckgekehrt werden,"
  68. cursor4,16
  69. print"ist  vorher  die Systemdiskette"
  70. cursor4,17
  71. print"in  das  jeweils  angesprochene"
  72. cursor4,18
  73. print"Laufwerk  einzulegen. Mit  DISK"
  74. cursor4,19
  75. print"u. anschliessendem CATALOG wird"
  76. cursor4,20
  77. print"das System-CAT aktiviert.      "
  78. dountila$=chr$(32)
  79. geta$
  80. loop
  81. cursor4,10
  82. print"Einige  Diagramme  erlauben die"
  83. cursor4,11
  84. print"gesonderte  Eingabe von Einzel-"
  85. cursor4,12
  86. print"indexierungen nach  der eigent-"
  87. cursor4,13
  88. print"lichen   Grafikerstellung.  Der"
  89. cursor4,14
  90. print"Indextext  ist  darstellungssi-"
  91. cursor4,15
  92. print"multan  einzugeben und die Ein-"
  93. cursor4,16
  94. print"gabe  mit RETURN zu quittieren."
  95. cursor4,17
  96. print"                               "
  97. cursor4,18
  98. print"                               "
  99. cursor4,19
  100. print"            ------             "
  101. cursor4,20
  102. print"                               "
  103. cursor5,23
  104. print">Bitte RESTORE-Taste druecken<"
  105. do
  106. get ei$
  107. if ei$ <>""then goto ende
  108. loop
  109. :ende
  110. end.
  111.  
  112.  
  113. z