home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 / Chip_Hitware_Vol_06.iso / chiphit6 / tools / toolbox / toolbox.hlp < prev    next >
Text File  |  1996-06-21  |  5KB  |  151 lines

  1.  
  2.                    ---===<    ToolBox v 2.0   >===---
  3.                                For Windows
  4.                              by John A. Reder
  5.                                    1996
  6.  
  7.  
  8. Overview:
  9.  
  10. The Toolbox program is a menu.  That is all it is meant to be.  
  11. The Toolbox serves as a simple way to setup pointers to disk resources 
  12. contained on a local or networked shared drives.
  13.  
  14. The toolbox works like any Icon on your desktop it needs a command line 
  15. and a working directory to run properly.
  16.  
  17. < Network Advantages >
  18. The advantage to having a simple menu that everyone can run from a 
  19. network shared directory is that this allows a Systems Administrator to 
  20. install and run software on a network and point everyone to that resource 
  21. by adding it to the toolbox.  The toolbox simply points to any number of 
  22. network resources that the Systems Administrator wants everyone to know 
  23. about and have one easy central point to launch and access those resources.
  24.  
  25. The toolbox uses 9 common menus and one personal menu (menufil0 in the INI),
  26. the only diference between the personal menu and the others is that the
  27. toolbox will not ask for a password if the toolbox home directory is diferent
  28. from the personel directory.
  29.  
  30. each menu can be given a title and a file name in the toolbox.ini file.
  31.  
  32. A Password is required for editing the toolbox. The default password is
  33. "toolbox".  You can change this by clicking on the Red text in the lower
  34. area of the main toolbox window.  This text states the registration key
  35. or the text Please register. You will need to provide the current password
  36. and the new password before clicking the update password button.
  37.  
  38.  
  39. < The Toolbox main screen >
  40.  
  41. From this screen you can:
  42.  
  43. <Control Buttons:>              
  44. Add / Modify        If nothing is selected it will allow you to add
  45.                         a new item, otherwise you will modify the item
  46.                         that is selected.
  47. Delete            This will delete a selected Item.
  48. Path            This will tell you where toolbox expects to find
  49.                         a program or file. This is helpful when you get
  50.                         launch errors. You can use this to find out what
  51.             toolbox expects your configuration to be.
  52. Info / Help             This may tell you something about the highlighted
  53.                         menu item.
  54. Copy / Move        Copies a menu item to another menu.
  55. Run            Runs a selected program or file. (same as double
  56.                         clicking on the menu item)
  57. Run Min                Runs a selected program minimized.
  58. Save Screen Pos            This saves the position of the toolbox on the
  59.                         screen to a c:\windows\toolbox.pos file
  60.  
  61.  
  62.  
  63. < Add Modify screen >
  64.         
  65. If you select Add / Modify with no menu option selected you are in add
  66. mode otherwise you are in modify mode.
  67.  
  68. <Add/Modify Buttons:>
  69. Browse            This will let you search for the file that you
  70.                         want to add and place the correct information
  71.                         in the command line and path fields.
  72.  
  73. OK             Updates or adds menu items that you have built
  74.                         to your toolbox file.
  75.  
  76. Cancel            Returns you to the toolbox menu. (if you haven't
  77.                         added any item with the Add to menu button the
  78.                         current information will not be added or changed.)
  79.  
  80. Note: files that are selected that are not exe, com or bat files may use
  81. one of the associations in the toolbox.ini file, if not you will have to
  82. spell it out on the command line with the correct exe and the file name.
  83.  
  84.  
  85. < The TOOLBOX.INI file: >
  86.  
  87. This is an example of a running toolbox on a networked drive.
  88.  
  89. [title bar]
  90. titlebar=Toolbox v2.0
  91.  
  92. [directories]
  93. # This is the location of the Toolbox program and the common menus
  94. standard=n:\toolbox
  95.  
  96. # This is the location of the personal menu toolbox menu 0.
  97. userpath=d:\data
  98.  
  99. [menu names]
  100. # This allows you to set menu names.
  101. menunam1=Programs
  102. menunam2=Documents
  103. menunam3=Parts
  104. menunam4=Admin
  105. menunam5=Internet && Comm.
  106. menunam6=Reports
  107. menunam7=Docs && Help    
  108. menunam8=Updates && Fixes    
  109. menunam9=Systems
  110. menunam0=Personal
  111.  
  112. [menu files]
  113. # this sets the menu text file for each menu.
  114. menufil1=toolbox.001
  115. menufil2=toolbox.002
  116. menufil3=toolbox.003
  117. menufil4=toolbox.004
  118. menufil5=toolbox.005
  119. menufil6=toolbox.006
  120. menufil7=toolbox.007
  121. menufil8=toolbox.008
  122. menufil9=toolbox.009
  123. menufil0=toolbox.DAT
  124.  
  125.  
  126. [viewers]
  127. # default locations of viewers and editors this information will be
  128. # placed in the command lines of files that need a viewer.      
  129. # toolbox only recognizes these file types any others will need to be hand 
  130. # entered on the command line field.
  131.  
  132. docfiles=
  133. docxpath=
  134. xlsfiles=
  135. xlsxpath=
  136. txtfiles=c:\toolbox\rededit.exe
  137. txtxpath=c:\toolbox
  138. pptfiles=
  139. pptxpath=
  140. bmpfiles=
  141. bmpxpath=
  142. pcxfiles=
  143. pcxxpath=
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.