home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DOSBAR12.ZIP / DOSBAR.TXT < prev    next >
Text File  |  1993-12-12  |  5KB  |  127 lines

  1. DosBar V1.20 - A Toolbar for DOS-Windows 
  2.                Copyright 1993 by Andreas Furrer
  3. ============================================================================
  4.  
  5. DosBar adds a toolbar to any DOS window. With this toolbar you have an
  6. easy access to the mark, copy, paste and other functions which will 
  7. normally only be available from the system menu of a DOS window.
  8.  
  9.  
  10. Installation
  11. ============
  12. The installation of DosBar is very easy:
  13. 1) Copy DOSBAR.EXE and DOSBARH.DLL to any (but the same) directory.
  14. 2) Create a new item for DOSBAR.EXE in your startup group.
  15. 3) Restart Windows.
  16.  
  17.  
  18. The next time you open a DOS application in a window you will see a toolbar
  19. at the top of the window. 
  20. If you press any button of the toolbar you will see a short description of the
  21. command beside the toolbar.
  22.  
  23.  
  24. Configuration
  25. =============
  26. If you click on the icon of DosBar, you will see two additional menu entries
  27. in the system menu:
  28. - Configuration
  29. - About
  30.  
  31. If you choose Configuration you will get the configuration dialog of DosBar.
  32. In this dialog you can customize the toolbar and set some other options.
  33.  
  34. For the customization of the toolbar you see two listboxes and three buttons:
  35. The left listbox shows the commands that are NOT in the toolbox and the
  36. right listbox shows the contents of the toolbar.
  37. With the 'Append' button you add the selected command of the left list to
  38. the end of the right. The 'Insert' button will add the selected command
  39. of the left listbox above the selected command of the right listbox and
  40. the 'Delete' button will delete the selected entry of the right listbox.
  41. The special entry 'Space' will add a distance between the buttons. You can
  42. add as many 'Spaces' you like.
  43. Below the listboxes you will see a sample toolbar. The toolbar is updated
  44. everytime you change the settings. If you click on a button of this toolbar
  45. the corresponding command will be selected in the right listbox.
  46.  
  47. With the checkbox 'Show short description of commands' you can choose if you
  48. want to see a short description of the commands or not. The description will
  49. be displayed beside the buttons. You can adjust the position of the description
  50. by adding 'Spaces' at the end of the toolbar. 
  51. The checkbox 'Show icon' lets you choose if you wnat to to see the icon for
  52. DosBar or if it should run invisible. If it runs invisible, it will become
  53. visible if you start DosBar a second time or if you switch to DosBar with a
  54. taskmanager that lets you see also hidden windows like Ftaskman - a very nice 
  55. FREE taskmanager replacement.
  56.  
  57.  
  58. Closing DosBar
  59. ==============
  60. DosBar can be closed with the Close command of its system menu (if the DosBar
  61. icon is visible - if not: just start DosBar a second time) or by a taskmanager
  62. that let you see hidden windows.
  63. But note: you can't close DosBar if you have any DOS application running.
  64. If you want to close DosBar you have to finish ALL DOS applictions first.
  65.  
  66.  
  67. Language
  68. ========
  69. During startup DosBar trys to detect if your Windows is configured 
  70. for german language or not. If, Dosbar uses german language and if not 
  71. DosBar uses english language. If you want to ignore the default 
  72. language you can add the following parameters to the call of DosBar:
  73.  
  74. DOSBAR.EXE /D : german language
  75. DOSBAR.EXE /E : englisch language
  76.  
  77.  
  78.  
  79. Freeware-Note
  80. =============
  81. You can use and distribute DosBar free, as long as the following files 
  82. are not changed and you distribute all files together
  83.  
  84. - dosbar.txt
  85. - dosbar.exe
  86. - dosbarh.dll
  87.  
  88. I am programming DosBar because I have fun and not to make any profit. 
  89. That's why DosBar is free and you don't have to pay more or less high 
  90. registration charges.I think it is a bad habit, that more and more program 
  91. authors want to have money even for the smallest programs.
  92.  
  93. Long live Freeware!
  94.  
  95.  
  96. If you have problems, comments, suggestions or you detect one error, 
  97. please E-Mail to
  98.  
  99. s_furrer@ira.uka.de
  100.  
  101.  
  102.  
  103. (c) 1993 by Andreas Furrer
  104.  
  105.  
  106. Version history
  107. ===============
  108. 1.20: - Added new commands: Switch to and DosBar Configuration
  109.       - Now you will see a sample toolbar in the configuration dialog so you
  110.         see immediately your changes.
  111.       - Added german language support.
  112.       - Changed the button drawing routine so a button will now not overpaint
  113.         the frame of the window if the window is to small for seeing all
  114.         buttons.
  115.       - Changed the internal representation of the toolbar bitmaps.
  116.       - Fixed a bug that the configuration and about dialogs weren't childs
  117.         of the program.
  118. 1.10: - Added a configuration dialog for changing the toolbar and set
  119.         options.
  120.       - Added the display of a short description of the button command.
  121.       - Added new commands: Full screen, Close window, Minimize window and
  122.         Maximize window.
  123. 1.01: - There was a problem when DosBar was closed by some taskmanagers and
  124.         a DOS application was running. Now you can't close DosBar when
  125.         any DOS application is running.
  126. 1.00: - First version of DosBar.
  127.