home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / BINGMENU.ZIP / README.TXT < prev    next >
Text File  |  2006-12-16  |  2KB  |  46 lines

  1. Description
  2. ~~~~~~~~~~~
  3. BINGMenu is a Windows command line program that can change the text identity
  4. of boot menu items in BootIt NG. When the program is run without parameters,
  5. usage text will be displayed. The command line syntax is as follows:
  6.  
  7. bingmenu /I[n Identity]
  8.  
  9. n is the boot menu item to change, and it can be designated by the number of 
  10. the menu item, or by using L, which will change the identity of the last boot
  11. item. When /I is used without additional parameters, the program will list all
  12. menu items. Some examples of commands lines:
  13.  
  14. bingmenu /I2 "WinXP Pro" -> change the second menu item identity to WinXP Pro
  15.  
  16. bingmenu /IL "Win98 SE"  -> change the last boot item to Win98 SE
  17.  
  18. bingmenu /I              -> list all boot menu items
  19.  
  20. When /I is used to list all boot menu items, the last boot item will be 
  21. denoted in the list. The identity string can contain spaces when enclosed
  22. in quotes, but the total length of the string is limited to a maximum of
  23. 40 characters, including spaces.
  24.  
  25. BINGMenu is compatable with all versions of Windows. If used with Win9X/ME, 
  26. the program requires the files tlibr32.dll and tlibr16.dll to be in the
  27. current directory.
  28.  
  29. Problems
  30. ~~~~~~~~
  31. The user profile running this program must be a member of the administrators
  32. group for the local machine.
  33.  
  34. License Information
  35. ~~~~~~~~~~~~~~~~~~~
  36. See the license.txt file included with this package.
  37.  
  38. Copyright
  39. ~~~~~~~~~
  40. Copyright (c) 2006 TeraByte, Inc.  All Rights Reserved. 
  41.  
  42.  
  43.  
  44.  
  45.  
  46.