home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0653.ZIP / CCE_0653.PD / SPBT81 / README.1ST next >
Text File  |  1993-03-27  |  13KB  |  231 lines

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