home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL1 / DOSBAR13.ZIP / DOSBAR.TXT < prev    next >
Text File  |  1994-03-01  |  7KB  |  163 lines

  1. DosBar V1.3 - A Toolbar for DOS-Windows 
  2.               Copyright 1993,94 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. DosBar requires Windows 3.1
  10.  
  11.  
  12. Installation
  13. ============
  14. The installation of DosBar is very easy:
  15. 1) Copy DOSBAR.EXE and DOSBARH.DLL to any (but the same) directory.
  16. 2) Create a new item for DOSBAR.EXE in your startup group.
  17. 3) Restart Windows.
  18.  
  19.  
  20. The next time you open a DOS application in a window you will see a toolbar
  21. at the top of the window. 
  22. If you press any button of the toolbar you will see a short description of the
  23. command beside the toolbar.
  24.  
  25.  
  26. Configuration
  27. =============
  28. If you click on the icon of DosBar, you will see two additional menu entries
  29. in the system menu:
  30. - Configuration
  31. - About
  32.  
  33. If you choose Configuration you will get the configuration dialog of DosBar.
  34. In this dialog you can customize the toolbar and set some other options.
  35. You can also open the configuration dialog with the button 'Dosbar 
  36. configuration' of the toolbar.
  37.  
  38. For the customization of the commands of the toolbar you see two listboxes 
  39. and three buttons:
  40. The left listbox shows the commands that are NOT in the toolbox and the
  41. right listbox shows the commands of the toolbar.
  42. With the 'Append' button you add the selected command of the left list to
  43. the end of the right. The 'Insert' button will add the selected command
  44. of the left listbox above the selected command of the right listbox and
  45. the 'Delete' button will delete the selected entry of the right listbox.
  46. The special entry 'Space' will add a distance between the buttons. You can
  47. add as many 'Spaces' you like.
  48. Below the listboxes you will see a sample toolbar. The toolbar is updated
  49. everytime you change the settings. If you click on a button of this toolbar
  50. the corresponding command will be selected in the right listbox.
  51.  
  52. The size of the toolbar can be set to very small, small, normal, big and 
  53. very big. 
  54. You can  also have coloured buttons.
  55.  
  56. With the checkbox 'Show short description of commands' you can choose if you
  57. want to see a short description of the commands or not. The description will
  58. be displayed beside the buttons. You can adjust the position of the description
  59. by adding 'Spaces' at the end of the toolbar. 
  60.  
  61. If you use the 'Close window button' to close the window and you have set
  62. the PIF file of your application to close the DOS application when exit
  63. Windows, you are normally asked if you want to close the application. If you
  64. check the checkbox 'Command close window: close immediately' you will not see
  65. this dialog and the application is closed immediately after you have pushed
  66. the button.
  67. (For informations about PIF files please look into your Windows documentation.)
  68.  
  69. The checkbox 'Show icon' lets you choose if you want to see the icon for
  70. DosBar or if it should run invisible. If it runs invisible, it will become
  71. visible if you start DosBar a second time or if you switch to DosBar with a
  72. taskmanager that lets you see hidden windows like FTaskman - a very nice 
  73. and FREE task manager replacement.
  74.  
  75.  
  76. Closing DosBar
  77. ==============
  78. DosBar can be closed with the Close command of its system menu (if the DosBar
  79. icon is visible - if not: just start DosBar a second time) or by a task manager
  80. that let you see hidden windows.
  81. But note: you can't close DosBar if you have any DOS application running.
  82. If you want to close DosBar you have first to close ALL DOS applications.
  83.  
  84.  
  85. Commands of DOSBAR
  86. ==================
  87. - Mark, Copy, Paste, Scroll, Configuration, Change font,
  88.   Close window, Minimize window, Maximize window, Switch to:
  89.     These commands act like their equivalents in the system menu of the
  90.     DOS window.
  91.     (For informations about these commands please look into your Windows
  92.     documentation.)
  93. - Full screen
  94.     This command lets you switch the DOS window to the full screen mode.
  95. - Dosbar configuration
  96.     With this command you will see the configuration dialog of DosBar.
  97.  
  98.  
  99. Language
  100. ========
  101. During startup DosBar tries to detect if your Windows is configured
  102. for German language or not. If it senses it, DosBar will use German
  103. language and if not DosBar uses English language. If you want to ignore
  104. the default language you can add the following parameters to the call of
  105. DosBar:
  106.  
  107. DOSBAR.EXE /D : German language
  108. DOSBAR.EXE /E : Englisch language
  109.  
  110.  
  111.  
  112. Freeware-Note
  113. =============
  114. You can use and distribute DosBar free, as long as the following files 
  115. are not changed and you distribute all files together
  116.  
  117. - dosbar.txt
  118. - dosbar.exe
  119. - dosbarh.dll
  120.  
  121. I am programming DosBar for fun, and not to make any profit.
  122. That's why DosBar is free and you don't have to pay more or less high
  123. registration charges. I think it is a bad habit, that more and more program
  124. authors want to have money even for the smallest program.
  125.  
  126. Long live the Freeware!
  127.  
  128.  
  129. If you have problems, comments, suggestions or you detect one error, 
  130. please E-Mail to
  131.  
  132. s_furrer@ira.uka.de
  133.  
  134.  
  135.  
  136. (c) 1993,94 by Andreas Furrer
  137.  
  138.  
  139. Version history
  140. ===============
  141. 1.30: - Added a switch to close DOS windows quicker.
  142.       - Now you can have five different toolbar sizes and the buttons can
  143.         be coloured.
  144. 1.20: - Added new commands: Switch to and DosBar Configuration
  145.       - Now you will see a sample toolbar in the configuration dialog so you
  146.         see immediately your changes.
  147.       - Added german language support.
  148.       - Changed the button drawing routine so a button will now not overpaint
  149.         the frame of the window if the window is to small for seeing all
  150.         buttons.
  151.       - Changed the internal representation of the toolbar bitmaps.
  152.       - Fixed a bug that the configuration and about dialogs weren't childs
  153.         of the program.
  154. 1.10: - Added a configuration dialog for changing the toolbar and set
  155.         options.
  156.       - Added the display of a short description of the button command.
  157.       - Added new commands: Full screen, Close window, Minimize window and
  158.         Maximize window.
  159. 1.01: - There was a problem when DosBar was closed by some task managers and
  160.         a DOS application was running. Now you can't close DosBar when
  161.         any DOS application is running.
  162. 1.00: - First version of DosBar.
  163.