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

  1. BootNow
  2. ~~~~~~~
  3.  
  4. This utility will allow you to choose a boot option from any MS Win32
  5. OS or DOS.  It is for use with BootIt Next Generation or BootIt 2.27+
  6. and BootIt Bare Metal. It will not work with BootIt Direct or BootIt 
  7. Lite.
  8.  
  9. NOTE: BootNow support in BootIt settings must be enabled
  10.  
  11. INSTALLATION:
  12. ~~~~~~~~~~~~~
  13.  
  14. 1) Ensure BootNow support is enabled in BootIt.
  15.  
  16. 2) Copy the files to a directory on your hard drive.
  17.  
  18. 3) Setup a shortcut to launch bootnow with the desired command line options.
  19.  
  20. ISSUES:
  21. ~~~~~~~
  22. The user profile running BOOTNOW from Windows NT/2000/XP Pro must be part
  23. of the Administrators group for the local machine.  You can precede
  24. the normal bootnow command line with "runas /user:administrator " or if
  25. you're using XP Pro and only want to enter the password the first time,
  26. use "runas /savecred /user:administrator ".  See the NT/2K/XP help for
  27. details on using the runas command.
  28.  
  29. Vista/Win7+ users don't need the runas format, instead they should setup 
  30. the shortcut properties (Compatibility Tab) to 
  31. "Run this program as an administrator".
  32.  
  33. Some systems may have a situation where the OS enumerates the drives
  34. in a different order, or you are using the swap feature to boot Win9x/ME
  35. from another physical hard drive.  You will typically receive an
  36. "MDT Not Found" error message when this is the case.  For BootNow to
  37. work you'll need to create a "BOOTNOW.INI" file in the windows directory
  38. (i.e. \WINDOWS or \WINNT).
  39.  
  40. For example:
  41.  
  42. If WinNT/2K had the (main physical) boot drive as drive HD1 or you were
  43. using swap to boot Win9x/ME from the second physical hard drive then you
  44. would create the "BOOTNOW.INI" file to look like this:
  45.  
  46. [OPTIONS]
  47. hd=1
  48.  
  49. A BOOTNDOS program is included for use with DOS.  You should use it
  50. in a batch file so that you can flush any disk caching before the system
  51. reboots (check smartdrv options).  For BOOTNDOS the "BOOTNOW.INI" file 
  52. must be in the current directory for it to be used.
  53.  
  54. USE:
  55. ~~~~
  56.  
  57. Note: BootNow only works with the items on the "normal" boot menu.
  58.       If you are using the "direct" boot menu then it won't work.
  59.  
  60. There are two different modes for using BOOTNOW:
  61.  
  62. In /HIBERNATE mode, BootNow runs idle in the system tray waiting for 
  63. the system to suspend or resume.  When the system suspends it will 
  64. automatically set up BootIt to boot the prior booted boot item so that 
  65. any hibernated OS is resumed without the option of booting a different
  66. OS.  This is desirable when partitions are visible across different 
  67. OSes and you use hibernation.  It prevents changes to the partitions 
  68. the hibernated OS has access to as recommended by MS.  
  69.  
  70. You'd typically setup a shortcut in your "startup" folder.
  71.  
  72.    Example: BOOTNOW /hibernate
  73.  
  74.  
  75. In normal command line more there are six different options for using BOOTNOW:
  76.  
  77. 1) By Menu Description - The example below boots an item named
  78.    "The Description"
  79.  
  80.     Example: BOOTNOW The Description
  81.  
  82.    *NOTE: The description entered must match the boot menu description exactly.
  83.  
  84. 2) By Entry Number:
  85.  
  86.    Example: BOOTNOW 1           - This boots the first item on your boot menu
  87.    Example: BOOTNOW 5           - This boots the fifth item on your boot menu
  88.  
  89. 3) By next entry:
  90.  
  91.    Example: BOOTNOW /Next       - Boots the next item in your boot menu.
  92.  
  93.    *Note: Next can be any case (upper/lower/or mixed).
  94.  
  95. 4) By current entry:
  96.  
  97.    Example: BOOTNOW /Current     - Boots back to the last booted boot item.
  98.  
  99.    *Note: Current can be any case (upper/lower/or mixed).
  100.  
  101. 5) By hot key:
  102.  
  103.    Example: BOOTNOW &k          - This boots the item with hotkey 'k'
  104.  
  105.    *Note: The hot key method is case sensitive.  In other words hot
  106.           key &K is not a match for hot key &k.  Also when running from
  107.           a batch file under NT/XP/etc.. you must prefix the & with a
  108.           carrot symbol (example: bootnow ^&k)
  109.  
  110. 6) Shutdown:
  111.  
  112.    Example: BOOTNOW /Shutdown   - Shuts down the system (if APM is enabled)
  113.  
  114.    *Note: Useful when used with the /ims switch for BootIt NG.
  115.  
  116. 7) No boot:
  117.  
  118.    Example: BOOTNOW /None       - Displays the menu (useful to exit IT mode)
  119.  
  120.  
  121. If you're using BootIt Next Generation you may specify an image set to be 
  122. automatically executed before booting the selection.  To do this you use 
  123. the /ims=filename switch where "filename" is an image set you created 
  124. (including the .IMS extension is not necessary).  Note that you SHOULDN'T 
  125. include a space before the /ims switch.
  126.  
  127.    Example: BOOTNOW 1/ims=filename  - Executes the "filename" image set and
  128.                                       then boots the first item.
  129.  
  130.    Example: BOOTNOW Boot Description/ims=filename
  131.  
  132.  
  133. If you're using BootIt Bare Metal you may specify a script or program to
  134. automatically be run before booting the selection.  To do this you use the
  135. /run=filename.ext switch where "filename.ext" is the file to run.  The
  136. file may be a script (.TBS or .RUN), a text file with programs to run, or 
  137. a single program. Note that you SHOULDN'T include a space beofre the /run
  138. switch.
  139.  
  140.    Example: BOOTNOW 1/run=filename.tbs  - Run the script and then boots 
  141.                                           the first item.
  142.  
  143.    Example: BOOTNOW 2/run=filename.run  - Run the script and then boots 
  144.                                           the second item.
  145.  
  146.    Example: BOOTNOW 1/run=filename.etx  - Run program or list of programs
  147.                                          and then boots the first item.
  148.  
  149.    Example: BOOTNOW Boot Description/run=filename
  150.  
  151.  
  152. Another option that exists is the /noreboot switch.  Append the special
  153. purpose /noreboot switch to the end of the command line to prevent the
  154. system from restarting.  Note that you SHOULDN'T include a space before
  155. the /noreboot switch.
  156.  
  157.    Example: BOOTNOW Boot Description/noreboot
  158.  
  159.    Example: BOOTNOW 1/ims=filename/noreboot
  160.  
  161.    Example: BOOTNOW 1/noreboot
  162.  
  163. If you are running BootNow from a Windows environment, you can also supply
  164. a /force switch in place of the /noreboot switch.  This will force a reboot
  165. without querying applications if it's OK to shut down.  Be aware that if an
  166. application has unsaved data when the /force option is used, data loss may
  167. result, since you will not be prompted by that application to save changes.
  168. This option is also required to reboot the system when the system is locked. 
  169.  
  170.    Example: BOOTNOW Boot Description/force
  171.