home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / GEOSApps / RESETCMD (.txt) < prev    next >
GEOS ConVerT  |  2019-04-13  |  6KB  |  73 lines

  1. CMDRESET
  2. PRG formatted GEOS file V1.0
  3. StarNX-1000C
  4.  SamVlirZPVar.err
  5. BLASTER'S CONVERTER V2.5
  6. Write Image V2.0
  7. geoWrite    V2.1
  8. .10cpi ForBold FONT used to make this file
  9. "CMD-RESET?"
  10. If you have problems with resetting the drive and device numbers on a 64 Computer RamDrive, and RamLink, after using a large program (or even some small ones), then the following  list is a cure for returning to Basic.
  11. As they say, 99 and 44/100ths percent effective, and just shy of turning off the computer and turning it on again.
  12. If you know of any more then please upload them to the message board CAT 12, Topic 12.
  13. First, a command list...
  14.   SYS64738, will cold start the computer, Ramdrive, and, Ramlink to their default numbers in most cases, when a warm reset will not work or using the reset button has no effect.
  15.   SYS58451, will re-install the JiffyDOS commands if needed (after playing some ML games {like "SCORPION II" from RUN MAG.} you'll just need this command to get back to normal)
  16.   SYS58551, will re-install the JiffyDOS function keys if needed {some ML games or programs just wipe out the function keys}
  17. FOR GEOS:
  18. Robert Knop Jr. has made up a group of neat little files to just about cure any woes you have when leaving Geos to run another program :
  19. RESET64 or RESET128, both COLD START the computer, Ramdrive, and RamLink, when leaving GEOS for the BASIC screen.
  20. ((a normal exit will usually lock up the computer or cause a device number to disappear if you had swapped drives for any reason while in GEOS or GATEWAY)) 
  21. Both programs are available in the software libraries #35.
  22. RESCUE64 or RESCUE128, will recover your system to GEOS from a screen freeze (or keyboard lock-up) "IF" you have a reset button on your computer. 
  23. Both programs are available in the software libraries #35.
  24. Now for a special treat. On the following pages is a type-in program that you can alter to your needs, for resetting from the AUTOFILE BOOTING feature of RamDrive or RamLink.  It is also in the message boards, CAT. 12, Topic 12, and was entered there by HOWIE and JBEE (I just put it here for easier access for you).  I customized it to my own personal needs, so you'll most likely need to make a few changes for your own system.
  25. If you know of any more then please upload them to the message board CAT 12, Topic 12.
  26. 20 POKE53281,12:POKE53280,0:POKE646,0
  27. 30 REM:OPEN4,4,15:PRINT#4,"@":CLOSE4
  28. 40 PRINTCHR$(142):INPUT"{CLR} {CRSR DOWN} {CRSR DOWN} {CRSR DOWN} {CRSR DOWN} {CRSR DOWN} RUN GEOS PROGRAM NOW 'Y' OR 'N'  ";A$
  29. *((please note that the above words in curly brackets mean to press those keys, not to write in CLR or CRSR DOWN))*
  30. 50 IFA$=""ORA$="y"ORA$="Y"THEN GOTO 70
  31. 54 @"CP3",10
  32. 55 OPEN15,10,15:PRINT#15,"S-8":FOR I=1 TO 500:NEXT:CLOSE15
  33. 56 @#8
  34. 57 @"$:*":PRINT:@
  35. 58 NEW
  36. 60 END
  37. 70 @"CP3",10
  38. 80 OPEN15,10,15:PRINT#15,"S-8":FOR I= 1 TO 500:NEXT:CLOSE15
  39. 82 @"CP3",8
  40. 90 ^"GEOSBOOT",8
  41. You can alter the device numbers, partition numbers, ect.,ect., to fit your own needs.
  42. The filename in line 90 is my own personal file for booting GATEWAY in a different partition.  Just rename the file to whatever one you prefer, (as obviously you will not have this one on your disk or ramdisk).
  43. Here's a little explanation of the system I use this program with so you'll get a better idea of how it works:
  44. C64C computer
  45. 2mb RAMDRIVE
  46. Two 1541 II disk drives
  47. 1802 monitor
  48. STAR NX1000C printer
  49. APROTEK MINIMODEM-C
  50. AREOSPAND CARTRIDGE EXPANDER
  51. 1750 REU 
  52. (in parallel with RAMDRIVE on the cartridge expander)
  53. 1351 Mouse 
  54. MICRO R&D Mouse Switcher
  55. (for port #1)
  56. Icontroller Joystick
  57. RAMDRIVE SETUP:
  58. Partition #35
  59. @, 2048blk DACC partition
  60. (the first partition created with RAMTOOLS)
  61.  Partition #1
  62. @, 1581 emulation partition with GATEWAY64 (with GATEWAY64 BOOT FILES on it, GeoTerm V2.0, ConvertV2.5, Wrong-is-Write V8.0, and an assortment of Graphic file converters)
  63. Partition #2
  64. @, 1581 emulation partition for use with GATEWAY (GEOPAINT, GEOWRITE and GEOPUBLISH)
  65. Partition #3
  66. @, 1571 emulation partition, for my autobootfile, WIZARD64 terminal program, games, RAMTOOLS, FCOPY, ect.,ect..
  67. MTOOLS, FCOPY, ect.,ect..
  68. RAM NOW 'Y' OR 'N'  ";A$
  69. *((please note tas entered there by HOWIE and JBEE (I just put it here for easier access for y
  70. All of the commands used in this program can be found in the CMD RAMDRIVE or RAMLINK manuals, The Commordore64 Programmers Reference Guide, the Gateway64 users manual and the JIFFYDOS V6.0 users manual.
  71. You use this program at your own risk, and, it is not guaranteed to work in all systems under all circumstances.
  72. If you want a better explanation of the program itself and how it evolved, then read the CBM message boards, CAT 12, TOPIC 12, (Ramdrive/RamLink Hints & Tips)
  73.