home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / BOOTNOS2.ZIP / README.TXT < prev   
Text File  |  2011-05-19  |  4KB  |  121 lines

  1. BOOTNOS2 - BootNow for OS/2
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. This utility will allow you to choose a BootIt boot option from
  4. within OS/2 or eCS.  It is for use with BootIt Next Generation
  5. or BootIt Bare Metal.
  6.  
  7. NOTE: BootNow support must be enabled in BootIt settings.
  8.  
  9.  
  10. INSTALLATION:
  11. ~~~~~~~~~~~~~
  12. Simply copy the files to a directory on your hard drive.
  13.  
  14.  
  15. ISSUES:
  16. ~~~~~~~
  17. Some systems may have at situation where the OS enumerates the drives
  18. in a different order.  If that hapens you will typically receive an
  19. "MDT Not Found" error message.  For BootNow to work, you'll need to
  20. create a "BOOTNOW.INI" file in its working directory.
  21.                                                                    
  22.   For example:
  23.  
  24.     If OS/2 has the (main physical) boot drive as drive HD1 instead
  25.     of HD0 then you would create the "BOOTNOW.INI" file to look like
  26.     this:
  27.  
  28.     [OPTIONS]
  29.     hd=1
  30.  
  31.  
  32. USE:
  33. ~~~~
  34.  
  35. Note: BootNow only works with the items on the "normal" boot menu.
  36.       If you are using the "direct" boot menu it will not work.
  37.  
  38. There are six different options for using BOOTNOS2:
  39.  
  40. 1) By Menu Description - The example below boots an item named
  41.    "The Descritpion"
  42.  
  43.     Example: BOOTNOW The Description
  44.  
  45.    *NOTE: The description entered must match the boot menu description exactly.
  46.  
  47. 2) By Entry Number:
  48.  
  49.    Example: BOOTNOW 1           - This boots the first item on your boot menu
  50.    Example: BOOTNOW 5           - This boots the fifth item on your boot menu
  51.  
  52. 3) By next entry:
  53.  
  54.    Example: BOOTNOW /Next       - Boots the next item in your boot menu.
  55.  
  56.    *Note: Next can be any case (upper/lower/or mixed).
  57.  
  58. 4) By hot key:
  59.  
  60.    Example: BOOTNOW &k          - This boots the item with hotkey 'k'
  61.  
  62.    *Note: The hot key method is case sensitive.  In other words hot
  63.           key &K is not a match for hot key &k.
  64.  
  65. 5) Shutdown:
  66.  
  67.    Example: BOOTNOW /Shutdown   - Shutdowns the system (if APM enabled)
  68.  
  69.    *Note: Useful when used with the /ims switch.
  70.  
  71. 6) No boot:
  72.  
  73.    Example: BOOTNOW /None       - Displays the menu (useful to exit IT mode)
  74.  
  75.  
  76. If you're using BootIt Next Generation you may specify an image set to be 
  77. automatically executed before booting the selection.  To do this you use 
  78. the /ims=filename switch where "filename" is an image set you created 
  79. (including the .IMS extension is not necessary).  Note that you SHOULDN'T 
  80. include a space before the /ims switch.
  81.  
  82.    Example: BOOTNOW 1/ims=filename  - Executes the "filename" image set and
  83.                                       then boots the first item.
  84.  
  85.    Example: BOOTNOW Boot Description/ims=filename
  86.  
  87.  
  88. If you're using BootIt Bare Metal you may specify a script or program to
  89. automatically be run before booting the selection.  To do this you use the
  90. /run=filename.ext switch where "filename.ext" is the file to run.  The
  91. file may be a script (.TBS or .RUN), a text file with programs to run, or 
  92. a single program. Note that you SHOULDN'T include a space beofre the /run
  93. switch.
  94.  
  95.    Example: BOOTNOW 1/run=filename.tbs  - Run the script and then boots 
  96.                                           the first item.
  97.  
  98.    Example: BOOTNOW 2/run=filename.run  - Run the script and then boots 
  99.                                           the second item.
  100.  
  101.    Example: BOOTNOW 1/run=filename.etx  - Run program or list of programs
  102.                                          and then boots the first item.
  103.  
  104.    Example: BOOTNOW Boot Description/run=filename
  105.  
  106.  
  107. Another option that exists is the /noreboot switch.  Append the special
  108. purpose /noreboot switch to the end of the command line to prevent the
  109. system from restarting.  Note that you SHOULDN'T include a space before
  110. the /noreboot switch.
  111.  
  112.    Example: BOOTNOW Boot Description/noreboot
  113.  
  114.    Example: BOOTNOW 1/ims=filename/noreboot
  115.  
  116.    Example: BOOTNOW 1/noreboot
  117.  
  118. Be aware that data loss may occur if an application has unsaved data when
  119. the system reboot is requested.  Therefore save your work before using
  120. initiating a BootNow request.
  121.