home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 8 / 008.d81 / tips < prev    next >
Text File  |  2022-08-26  |  3KB  |  180 lines

  1.            COMPUTER TIPS
  2.  
  3.  
  4.  
  5.  
  6. Walker 71108
  7.  
  8.  
  9.  Here is a tip that some of you Space
  10.  
  11. Cadets may not be aware of. Once you
  12.  
  13. have loaded a Loadstar disk, and you
  14.  
  15. do not find the program that you were
  16.  
  17. looking for, you do not have to load
  18.  
  19. each Loadstar disk to look for the
  20.  
  21. program that you are searching for.
  22.  
  23. Just insert another LOADSTAR disk and
  24.  
  25. hit the 'X' to get back to the main
  26.  
  27. menu.  Then hit the key to load the
  28.  
  29. Payload programs and you will see the
  30.  
  31. list of programs on the disk that you
  32.  
  33. have in the drive. You can keep doing
  34.  
  35. this until you have found the program
  36.  
  37. you are looking for.
  38.  
  39.  
  40.  
  41. Bill Walker
  42. 11/07/84
  43.  
  44.  
  45. >This should work for all issues of
  46.  LOADSTAR if you remember to put
  47.  the correct side of the disk in.
  48.  
  49.  
  50. --------------------------------------
  51.  
  52.  
  53. Raymer 89121
  54.  
  55.  
  56.  
  57.   After I run a program, I always like
  58.  
  59. to look at the LISTing.  To get back
  60.  
  61. to the menu, I look for the line in
  62.  
  63. the program (usually near the end)
  64.  
  65. which contains the word 'Payload' and
  66.  
  67. type GOTO that line number.  Try it,
  68.  
  69. it works!
  70.  
  71.  
  72.             Paul Raymer
  73.             3464 Townhouse Dr
  74.             Las Vegas, Nevada 89121
  75.  
  76.  
  77. --------------------------------------
  78.  
  79.  
  80. Moreau 60626
  81.  
  82.  
  83.   Does any one have problems getting
  84.  
  85. SIMON'S BASIC on cartridge to work ?
  86.  
  87.   My first cartridge went nuts after
  88.  
  89. 5 minutes of use. A chip inside went
  90.  
  91. bad !!!
  92.  
  93.   The second SIMON'S BASIC cartridge
  94.  
  95. would only work once every 25 to 50
  96.  
  97. times on powering up my C-64 !!!
  98.  
  99.   I may have found a solution to the
  100.  
  101. unreliable boot of SIMON'S BASIC !!!
  102.  
  103.   My cartridge slot now has a self-
  104.  
  105. installed [On/Off] switch which
  106.  
  107. [Allows/Doesn't Allow] control by the
  108.  
  109. computer.
  110.  
  111.   The C-64 recognizes the cartridge
  112.  
  113. when present, and shows remaining
  114.  
  115. memory available for BASIC use as if
  116.  
  117. the cartridge was active when switch
  118.  
  119. is in [Doesn't Allow] position.
  120.  
  121.   When switch is in [Allows] position,
  122.  
  123. SIMON'S BASIC is active every time the
  124.  
  125. C-64 is powered on or reset with my
  126.  
  127. self-installed [Reset Switch]!!!
  128.  
  129.  
  130.  
  131. --------------------------------------
  132.  
  133.  
  134.  
  135. SILFIES 18067
  136.  
  137.  
  138. Here is a one line program that is 90%
  139.  
  140. effective to stop the chattering noise
  141.  
  142. on protected software. It can be typed
  143.  
  144. in the immediate mode or put a line
  145.  
  146. number in front and save it as a
  147.  
  148. program. This should be entered just
  149.  
  150. before the commercial software is
  151.  
  152. loaded.  After it is entered, load the
  153.  
  154. software according to directions.
  155.  
  156.  
  157. OPEN 15,8,15:PRINT#15,"M-W";CHR$(106)
  158. CHR$(0)CHR$(1)CHR$(133):CLOSE15
  159.  
  160.  
  161.  
  162. - - - - - - - - - - - - - - - - - - -
  163.  
  164.  
  165.  
  166. If you want to load and run a program
  167.  
  168. automaticly, simply add a colon to the
  169.  
  170. end of the load command and then press
  171.  
  172. the SHIFT & RUN/STOP keys.
  173.  
  174.  
  175.                Example:
  176.  
  177.        LOAD'FILENAME',8:<RUN/STOP>
  178.  
  179. ----------- End of Article -----------
  180.