home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / b_dir132.zip / B_EDIT.TXT < prev    next >
Text File  |  1997-07-14  |  2KB  |  57 lines

  1. Instructions for B_EDIT, Version 1.32
  2.  
  3. The same restrictions that are applied to B in B_DOC.TXT apply to B_EDIT.  
  4. In addition, DO NOT redistribute B if it has been altered by use of this 
  5. program.  Use the DEFAULT option with B_EDIT to force B back to its defaults.
  6.  
  7. Copyright 1996 Dohn Arms
  8.  
  9.  
  10.  
  11. What is B_EDIT?
  12.      B_EDIT allows one to change the binary code of B to set the default 
  13. values of switches into the code.  
  14.  
  15. Advantages
  16.     You don't need to use BAT or CMD files to set default switches.  You 
  17. don't have to use the environment variable to set defaults.  It is faster 
  18. (although I doubt you would notice a time difference) since B has less to do 
  19. every time it's run.
  20.  
  21. Disadvantages
  22.     If you upgrade B, or simply replace the binary for some reason, you lose 
  23. your settings.  If you want to see the settings in the binary you are using, 
  24. /? lets you see most of them.  /E lets you see the extensions and their 
  25. associated colors (/C and /A).  I suggest to make a _B_EDIT.BAT or 
  26. _B_EDIT.CMD file which runs B_EDIT with the settings you want changed, so 
  27. you can just run that file on whatever B you are using.
  28.  
  29. Warning
  30.     This program will NOT work on previous versions of B.  The B being used 
  31. MUST be version 1.32.  I will guarantee later versions of B will work with 
  32. this B_EDIT either.  You must use the B_EDIT that comes with B.
  33.     This program does NOT back up B either when it changes it.  It rewrites 
  34. it.  So, if you want to save the old binary, BACK IT UP YOURSELF!  I 
  35. included a DEFAULT setting to get back to what it started out with.
  36.  
  37. DOS and OS/2
  38.     The OS/2 version of B_EDIT is named B_EDIT.EXE, while the DOS version is 
  39. named BD_EDIT.EXE.  Rename them as you please.  I suggest renaming BD_EDIT 
  40. to B_EDIT while putting it in the DOS path.  You CAN use the OS/2 version to 
  41. alter the DOS binary and vice versa, since they have the exact same code.
  42.  
  43. Usage
  44.     When specifying switches, specify them relative to the binary you are 
  45. changing, not the default.  If /F is set in the binary, use /-F to turn it 
  46. off.
  47.     When specifying the binary file, give its complete path. B_EDIT will not 
  48. search the path for it.
  49.     It can be run two different ways:
  50. 1)  B_EDIT.EXE  (path)<B's name> <switches>
  51. 2)  B_EDIT.EXE  (path)<B's name> DEFAULT
  52. The first way changes the switches of the binary specified.  The second way 
  53. changes the binary back to the default switches.
  54.  
  55.  
  56. That's it!  I hope it makes sense!
  57.