home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / bootutil / spbt80 / readme.1st next >
Text File  |  1992-11-29  |  13KB  |  222 lines

  1.                                                                        11/29/92
  2.                             SUPER BOOT VERSION 8.0
  3.  
  4.    The following files should be included in your SPBT80.LZH file:
  5.       README.1ST   - This file (a summary of changes from 7.4 to 8.0).
  6.       SUPERBT.PRG  - Super Boot 8.0.
  7.       SUPERBTA.PRG - Auxiliary program used by Super Boot.              
  8.       SUPER_CS.PRG - Super Boot Construction Set V8.0.
  9.       SUPER_CS.RSC - Resource file used by SUPER_CS.PRG.
  10.       SBCNV7_0.TOS - Program to convert 5.0, 5.1, 5.5, or 6.0 data file to 7.0.
  11.       SBCNV8_0.TOS - Program to convert 7.0, 7.2, or 7.4 data file to 8.0.
  12.       SUPERBT.DOC  - Manual for Super Boot.
  13.       STARTGEM.PRG - GEM program autobooter.
  14.       STARTGEM.DOC - Documentation for Startgem.
  15.    
  16.    Programs available elsewhere in SB_OTHER.LZH.  These are programs by other
  17.    authors, either P.D. or Shareware (Shareware programs of course must still
  18.    be payed for if used), which have been included with the permission of
  19.    each author.  These are very useful when used in conjunction with Super
  20.    Boot:
  21.  
  22.       ACC.DOC      - Loads accessories from a folder named "ACCS".
  23.       ACC.PRG      - " "
  24.       AUTOSORT.PRG - Changes the order of files in the AUTO folder
  25.       DIGIEDIT.DOC - Convert sound files to DIGISOUND format
  26.       DIGIEDIT.PRG - " "
  27.       DIGIEDIT.RSC - " "
  28.       DIGIEDIX.RSC - " "
  29.       DIGISND.RSC  - " "
  30.       PICSW7.DOC   - Picswitch 0.7 - converts many picture formats
  31.       PICSW7.PRG   - " "
  32.       READ.ME      - Short description
  33.  
  34. ===========================================================================
  35.  
  36.                     SUMMARY OF CHANGES FROM 7.4 TO 8.0
  37.                     ----------------------------------
  38.  
  39. The Super Boot Construction Set only forces you to read the "Copyright/Please
  40. Register" screen when it doesn't find a SUPERBT.STF file (which should be
  41. just the first time it is used).  After that, it can be viewed from an
  42. option on the main menu called "About Super Boot".
  43. -----------------------------------------------------------------------------
  44. File capacity has been greatly expanded through use of a new Multi-Page file
  45. selection mode.  Each type of file is on a separate page, allowing 152 files
  46. of each type instead of a limit of 152 files total.  I badly needed this
  47. feature as I'm sure many others did, since I could no longer fit all of my
  48. files on a single screen.  This feature is optional.  You can move from one
  49. page to another by pressing RETURN or SHIFT RETURN.  RETURN moves you forward
  50. and SHIFT RETURN moves you backwards.  You can also move from page to page
  51. by moving the cursor off the edge of the screen (if you enable the wrap-around
  52. cursor on page 2 of Edit Program Parameters).  The page number you're on and
  53. the total number of pages will be shown in the bottom right corner of the
  54. screen.  Total file capacity is now 1824 total files.
  55. -----------------------------------------------------------------------------
  56. The reserved file type for GDOS ASSIGN.SYS files has been removed.  Not
  57. everybody uses these files (myself included) however they can be added back
  58. in as an "Other" file type.  This also expands the number of DESKTOP.INF
  59. files that can be selected (on the single-page file selection screen) from 9
  60. to 19 files.
  61. -----------------------------------------------------------------------------
  62. An additional "Other" file slot has been added, increasing the number of
  63. available "Other" file types from 8 to 9.  This was done partially to make
  64. up for removing the specific GDOS file type.
  65. -----------------------------------------------------------------------------
  66. Super Boot can now play DMA sound files in stereo or mono!  The "Sound &
  67. Welcome Screen" utilities in the Super Boot Construction Set have been
  68. enhanced to now play DMA sounds and to rename the sound file appropriately
  69. for use with Super Boot.  As before, Digisound sound files should have the
  70. extension .S##, where ## is a 2 digit number representing the sample rate,
  71. for example HELLO.S08.
  72.  
  73. DMA sound files should have the extension .S?#, where ? is "S" for Stereo or
  74. "M" for Mono, and # is the first digit of the DMA playback rate, 6 for 6,
  75. 1 for 12, 2 for 25, and 5 for 50.  Those are the only possible DMA play
  76. speeds.  Of course the DMA sound will only work if your computer is capable
  77. of DMA sound, as is the STE.  If your computer is capable of DMA sound, you
  78. need to specify that on page 7 of "Edit Program Parameters".  If you tell
  79. Super Boot that your machine can play DMA sound and it really can't, your
  80. machine will crash when you run SUPERBT.PRG.
  81. Example DMA filenames: HELLO.SS2 (DMA sound in stereo, play rate 25)
  82.                        ATARI.SM6 (DMA sound in mono, play rate 6).
  83. -----------------------------------------------------------------------------
  84. You can now control the volume for DMA sound.  You can specify this on page 7
  85. of "Edit Program Parameters".
  86. -----------------------------------------------------------------------------
  87. A new feature has been added if you use the "Link Sound To Welcome Screen"
  88. option.  If Super Boot does not find a sound which has the same filename as
  89. the welcome screen it displayed, it will look for a sound with the filename
  90. DEFAULT.  This may be a DMA or Digisound file - it can handle both.  For
  91. example DEFAULT.S13 or DEFAULT.SS5 are both acceptable filenames.  A default
  92. sound is not required, but it is loads of fun!
  93. -----------------------------------------------------------------------------
  94. Super Boot can now be called from other programs with a command line argument
  95. (as if it were a .TTP program) to set up your system based on a specified
  96. function key.  This allows you to, for example, set up a .BAT file in
  97. Neodesk that you could just double-click on and have Super Boot do the rest.
  98. Or you could program a function key (with the appropriate hot-key type 
  99. program) to execute Super Boot.  The command line is of the form:
  100.  
  101.    SUPERBT.PRG fk [drv] [-option]
  102.  
  103.    fk = function key:  1-10 normal function key
  104.                       11-20 ALT function key (ALT-F1 to ALT-F10)
  105.                       21-30 CONTROL function key (CONTROL-F1 to CONTROL-F10)
  106.    drv = boot drive
  107.    option = "W" for warmboot or "C" for coldboot
  108.  
  109. The function key number is required and must be the first argument on the
  110. command line.  The boot drive and reboot option are optional and their order
  111. is not important.  If the calling program does not make the drive or partition
  112. where Super Boot resides the default drive, then you must supply the boot
  113. drive on the command line.  I would recommend doing it anyway just to be safe,
  114. otherwise Super Boot will not be able to find its data files.  Also, you
  115. should be calling the copy of Super Boot you boot with in the AUTO folder,
  116. not a different copy in another folder.
  117.  
  118. The reboot option will reboot the machine so that after the files are
  119. activated according the specified function key, the programs and accessories
  120. will be loaded.  It is recommended that the -W reboot option is used so that
  121. Super Boot will not run from the AUTO folder when the machine is rebooted.
  122. The -C coldboot option should (on most models of ST's) simulate a real
  123. coldboot in which case Super Boot would run from the AUTO folder since the
  124. program would think the machine was just turned on.  If no reboot option is
  125. specified, Super Boot will just activate/deactivate the files for the
  126. specified function keys and exit without doing anything else.
  127.  
  128. Examples: SUPERBT.PRG 5 -W C {set function key F5, boot drive = C:, warmboot}
  129.           SUPERBT.PRG 11 -C  {set function key ALT-F1, do a coldboot, current
  130.                               drive is the boot drive}
  131.           SUPERBT.PRG 25     {set function key CONTROL-F5, current drive is
  132.                               the boot drive, do not reboot machine}
  133. -----------------------------------------------------------------------------
  134. Two new options have been added to the file selection screen.  You can now
  135. press "W" to update the files you have selected and then do a "W"armboot, or
  136. you can press "C" to update the files and do a "C"oldboot.  As mentioned above,
  137. a Warmboot should prevent Super Boot from running twice on the same boot.
  138.  
  139. Why would you use this feature?  If for some reason you have an AUTO program
  140. that runs before Super Boot, and you needed to activate/deactivate it, the
  141. change would not take effect until you reboot.  If you changed its status and
  142. then pressed "W", it would work as if the file was located after Super Boot.
  143.  
  144. This feature will also allow you to run Super Boot from the desktop.
  145.  
  146. IMPORTANT: A new parameter has been added on page 7 of the "Edit Program
  147. Parameters" function of the Super Boot Construction Set called REBOOT DELAY.
  148.  
  149. If you use write-cacheing with your hard drive, the cache software may take
  150. several seconds to actually write any new data to the hard drive.  If Super
  151. Boot was to immediately reboot when asked to, you would lose any unwritten
  152. cached information.  The Reboot Delay parameter tells Super Boot to pause
  153. for a specified number of seconds before rebooting to give your cache
  154. software time to write.  I would suggest starting out with 10 seconds and
  155. decrease it gradually if there appears to be more of a delay than needed.
  156.  
  157. Of course if you do not use write cacheing, or your cache software does not
  158. do delayed writes then you can set this parameter to zero.
  159. -----------------------------------------------------------------------------
  160. Bug Fix - Problem would occur when trying to save a function key from within
  161. SUPERBT.PRG with more than 40 active files.  This has been corrected.
  162. -----------------------------------------------------------------------------
  163. Starting with this release, all programs will be compressed (execution time
  164. is essentially unaffected) and the fastload bit is now explicitly set.
  165.  
  166. ===========================================================================
  167.  
  168.                BEFORE RUNNING YOUR NEW VERSION OF SUPERBOOT
  169.  
  170.  o Please read through the new sections of the manual if you need more
  171.    detailed information.
  172.  
  173.  o Copy all files to their proper directories
  174.  
  175.  o Run SBCNV8_0.TOS to convert your data file from 7.0, 7.2 or 7.4 format for
  176.    use with this new version of Super Boot.
  177.  
  178.  o Run SUPER_CS.PRG to configure the new parameters in this version.
  179.    NOTE: You can also just delete your old SUPERBT.STF and run SUPER_CS.PRG
  180.    and it will create a new data file with default settings in 8.0 format.
  181.  
  182. ===========================================================================
  183.   
  184.                                 THE FUTURE
  185.  
  186. Super Boot is a very feature-rich application but of course there is always
  187. some new feature which can be added.  I don't have any specific new features
  188. in mind for a future version but I'm sure some will eventually come along.
  189.  
  190. Because I don't know when I'll be doing a new version, I am changing my
  191. update policy, and will do update notifications instead of accepting pre-
  192. payment for future updates.  See the documentation, section VIII., for
  193. details.
  194.  
  195. If Atari's new Falcon takes off, you will probably see some new Falcon
  196. specific features added, but of course that is a BIG if!  We can only hope
  197. that the Tramiels realize that most people in the U.S. won't buy it if
  198. it is not available from a local store.  If they would only start selling it
  199. through the huge discount stores such as K-mart, Walmart, and Sears, which
  200. would provide NATIONAL distribution, not just Southern California
  201. distribution, I'm sure they would repeat the past success of their Commodore
  202. 64 again with the Falcon.  This also provides FREE advertising, by virtue of
  203. merely sitting on the shelf where people can see it.  This is something that
  204. many of the various PC clone manufacturers such as Packard Bell have figured
  205. out, so lets hope Atari does too.  If you feel the same way, please let
  206. Atari know.  Write them a letter, call them, or send them E-mail on Genie.
  207.  
  208. I'm stepping off my soapbox now.  Enjoy your new version of Super Boot!
  209.  
  210. ===========================================================================
  211.  
  212.                              Gordon Moore
  213.                              2300 Beech St.
  214.                              Ashland, KY 41102
  215.                              (USA)
  216.  
  217.                                  E - M A I L
  218.                             Genie     : G.W.MOORE
  219.                             Compuserve: 73647,2735
  220.                             Internet  : gordonm1@aol.com
  221.  
  222.