home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 7 / 007.d81 / hints < prev    next >
Text File  |  2022-08-26  |  2KB  |  123 lines

  1.            *** HINTS ***
  2.                {CBM-T}{CBM-T}{CBM-T}{CBM-T}{CBM-T}
  3.  
  4.  
  5.  
  6. Carpenter 94590
  7.  
  8.  
  9.   One thing I have to say. When people
  10.  
  11. buy hardware, try to be sure it hasn't
  12.  
  13. been taken home by someone else and
  14.  
  15. returned to the store because they
  16.  
  17. couldn't get it to work.  Very often,
  18.  
  19. they (computers) are put back on the
  20.  
  21. shelves in an unknown, damaged con-
  22.  
  23. dition, and then resold. Watch out!
  24.  
  25.  
  26.                  Len Carpenter
  27.  
  28.  
  29. --------------------------------------
  30.  
  31. Albright 39305
  32.  
  33.  
  34.   I have noticed that some people
  35.  
  36. are experiencing over-heating on the
  37.  
  38. 1541.  I purchased a fan from COMPU-
  39.  
  40. COOL for $30. It keeps the unit cool
  41.  
  42. and you don't have to add feet to your
  43.  
  44. unit.
  45.  
  46.  
  47.                   Tony Albright
  48.                   745 Ewen Rd.
  49.                   Meridian, MS  39305
  50.  
  51. --------------------------------------
  52.  
  53. Kerrigan 29602
  54.  
  55.  
  56.   I've found that even with a good,
  57.  
  58. clear monitor or TV, directories just
  59.  
  60. don't come up too clear on the screen.
  61.  
  62.  Try this--
  63.  
  64.  
  65.     LOAD "$" ,8 [CONTROL 2] [RETURN]
  66.  
  67.  
  68.   This changes the cursor to WHITE and
  69.  
  70. then when you LIST the directory, it
  71.  
  72. will be a lot easier to read! You can,
  73.  
  74. of course, use CONTROL 1 through 8, or
  75.  
  76. COMMODORE 1 through 8, if you want to
  77.  
  78. play around with all the text color
  79.  
  80. possibilities.
  81.  
  82.  
  83.  
  84.                     Doug Kerrigan
  85.  
  86. --------------------------------------
  87.  
  88. Mustain 71360
  89.  
  90.  
  91.   This is a short program which will
  92.  
  93. help with programs which read errors
  94.  
  95. for protection.  There are some pro-
  96.  
  97. grams it will not work on but the only
  98.  
  99. way to tell is to try it!!
  100.  
  101.  
  102. 1 REM SAVE ''@0:MUZZLER'',8
  103.  
  104. 2 REM DAMPEN DRIVE HAMMERING AND LOAD/
  105.   RUN A FILE
  106.  
  107. 3 OPEN 15,8,15
  108.  
  109. 4 PRINT#15,''M-W''CHR$(106)CHR$(0)
  110.   CHR$(1)CHR$(133)
  111.  
  112. 5 CLOSE 15
  113.  
  114. 6 PRINT ''CLR DOWN DOWN LOAD''CHR$(34)
  115.   ''FILENAME'' CHR$(34)'',8'':print''
  116.   DOWN  DOWN DOWN DOWN DOWN DOWN RUN''
  117.  
  118. 7 POKE631,19:FORT=1TO6:POKE631+T,13:
  119.   NEXT:POKE198.7:NEW
  120.  
  121.  
  122. ---------- End of Article ------------
  123.