home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_08 / NEO4REL5.LZH / NEO4REL5.MSA / AUTOBOOT / STARTGEM.DOC < prev    next >
Text File  |  1990-08-09  |  4KB  |  92 lines

  1.                          StartGem, May 1990 Revision
  2.                          ---------------------------
  3.  
  4. Description:
  5. -----------
  6.  
  7.   StartGem is a public domain utility for automatically loading any 
  8.   program at bootup on machines with TOS 1.0 (original ROMs) and TOS 1.2
  9.   (blitter/Mega ROMs).
  10.  
  11.   If your machine has TOS 1.4 (or greater) you have no need for this 
  12.   program.  Those ROM versions already have built in their own type of 
  13.   program autoloading, you will find it under "Install Application" in the 
  14.   built-in desktop.
  15.  
  16. Installation:
  17. ------------
  18.  
  19.   Using StartGem is simple, just place the STARTGEM.PRG file in your AUTO
  20.   folder.  The AUTO folder is a special folder that goes on your boot drive
  21.   (usually drive 'A' if you are using floppy drives and drive 'C' if you 
  22.   are using a hard disk).  Preferably, it should be the last file in that 
  23.   folder.
  24.  
  25.   StartGem needs to know what program you want it to autoload.  For it to 
  26.   know this you need to create a file called STARTGEM.INF which will go in
  27.   the ROOT DIRECTORY of your boot drive (outside of the AUTO folder).
  28.  
  29.   The first line of this file should contain a line that reads the drive,
  30.   path, and filename of the program that you wish to have automatically 
  31.   loaded.  For example, the file might contain a line that reads:
  32.   "C:\WWRITER\WWRITER.PRG".
  33.  
  34.   Once you have created this file, StartGem is ready to go.  Reboot your
  35.   computer and watch it autoload the file you have chosen.
  36.  
  37. New Features:
  38. ------------
  39.  
  40.   This version of StartGem will simply not do anything if you try running 
  41.   it from TOS 1.4 or greater (other than print a fast error message).  
  42.   This allows you to create a boot disk that uses StartGem for lower ROM
  43.   versions and the new built-in autobooting for TOS 1.4 or greater.
  44.  
  45.   If no STARTGEM.INF is found this new version will check the DESKTOP.INF 
  46.   file to see if it was created with TOS 1.4 or above.  If it was, it will 
  47.   check it for a possible file to autoboot.  If it finds one, it will 
  48.   autoboot that file.
  49.  
  50. Troubleshooting:
  51. ---------------
  52.  
  53. Problem:    It doesn't load anything.
  54.  
  55. Solutions:  Is STARTGEM.PRG in the AUTO folder?
  56.  
  57.             Is STARTGEM.INF is the ROOT directory of the same drive?
  58.  
  59.             Does STARTGEM.INF contain the correct path and filename of the 
  60.             program to autoload?
  61.  
  62.             Is that information in ASCII/text format?
  63.  
  64.             Is STARTGEM.PRG the last file in the AUTO folder?
  65.  
  66.  
  67. Problem:    I get crashes after autobooting a program if using a desk 
  68.             accessory ramdisk or a multiple accessory manager like 
  69.             MultiDesk.
  70.  
  71. Solution:   These types of accessories require a short pause at bootup 
  72.             prevent problems.  StartGem (just like the TOS 1.4 autoloading 
  73.             feature) does not offer this pause.
  74.  
  75.             You can achieve this pause by using the sister program to 
  76.             StartGem, "StartPrg".  StartPrg works in addition to StartGem 
  77.             to create this required pause.  Please check the documentation 
  78.             to StartPrg for additional information.
  79.  
  80.             Some programs, like NeoDesk 3, will automatically insert this 
  81.             pause if booted with StartGem.  StartPrg is not needed.
  82.  
  83. Credits:
  84. -------
  85.  
  86.   This program has evolved through a series of different authors, most 
  87.   located on USENET.  This latest version is the result of the work of 
  88.   mostly unknown authors, who are thanked.
  89.  
  90.   Since the program is "public domain", it is owned by none and all.  Feel 
  91.   free to do whatever you want with it.
  92.