home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / GLOBALLY.ZIP / GLOBALLY.DOC < prev    next >
Text File  |  1990-11-11  |  7KB  |  192 lines

  1.                     █████████████████████████
  2.                     ██                     ██
  3.                     ██  GLOBALLY for OS/2  ██
  4.                     ██                     ██
  5.                     ██    Version 1.00     ██
  6.                     ██                     ██
  7.                     █████████████████████████
  8.  
  9. ┌───────────────────────────────────────────────────────────────┐
  10. │ GENERAL                                                       │
  11. └───────────────────────────────────────────────────────────────┘
  12.  
  13.     This program executes a command in multiple directories.  To 
  14. use it, enter: 
  15.  
  16.  
  17.          GLOBALLY [/C] command [arguments]
  18.  
  19.  
  20. where "command" is the command you want to execute, with any 
  21. arguments it has.  By default, the command is executed in every 
  22. directory on the default drive.  To execute it only in the 
  23. current and subordinate directories, use /C. 
  24.  
  25.     To make the program as efficient as possible, put the command 
  26. interpreter (usually CMD.EXE) on a RAM disk, and make the 
  27. environment variable COMSPEC point to it there.   For example: 
  28.  
  29.          COPY CMD.EXE D:\
  30.          SET  COMSPEC=D:\CMD.EXE
  31.  
  32. ┌───────────────────────────────────────────────────────────────┐
  33. │ EXAMPLES                                                      │
  34. └───────────────────────────────────────────────────────────────┘ 
  35.  
  36.  
  37.          GLOBALLY DEL *.BAK
  38.  
  39.  
  40. deletes all files with an extension of "BAK."  This example shows 
  41. how you can use GLOBALLY for OS/2 to get rid of extraneous files 
  42. on your disk. 
  43.  
  44.  
  45.          GLOBALLY DIR > FILES.TXT 
  46.  
  47.  
  48. stores a listing of all files on the default drive in a file 
  49. called \FILES.TXT.  This example shows how you can use GLOBALLY 
  50. for OS/2 as a file finder. 
  51.  
  52.  
  53.          GLOBALLY /C DIR *.C > PRN
  54.  
  55.  
  56. prints a listing of all files with an extension of "C" in the 
  57. current and subordinate directories. 
  58.  
  59. ┌───────────────────────────────────────────────────────────────┐
  60. │ SYSTEM REQUIREMENTS                                           │
  61. └───────────────────────────────────────────────────────────────┘
  62.  
  63.     GLOBALLY for OS/2 requires the OS/2 operating system, version 
  64. 1.0 or later. 
  65.  
  66. ┌───────────────────────────────────────────────────────────────┐
  67. │ MESSAGES                                                      │
  68. └───────────────────────────────────────────────────────────────┘
  69.  
  70. Argument list or environment too big.  The argument list exceeds 
  71. 128 bytes, or the space required for environment information 
  72. exceeds 32 KB. 
  73.  
  74. Bad command interpreter.  The command interpreter (usually 
  75. CMD.EXE) has an invalid format and can't be executed.  The file 
  76. has probably been damaged. 
  77.  
  78. Couldn't find command interpreter.  GLOBALLY for OS/2 uses the 
  79. COMSPEC and PATH variables in the environment to find the command 
  80. interpreter (usually CMD.EXE).   If they are set incorrectly, 
  81. this process fails. 
  82.  
  83. Insufficient memory.  There isn't enough memory to execute the 
  84. command. 
  85.  
  86. ┌───────────────────────────────────────────────────────────────┐
  87. │ EXIT CODES                                                    │
  88. └───────────────────────────────────────────────────────────────┘
  89.  
  90.     GLOBALLY for OS/2 reports the following exit codes.  You can 
  91. use these with the ERRORLEVEL function in batch files (see your 
  92. DOS manual for details). 
  93.  
  94.     0  Normal termination
  95.     2  Error occurred
  96.  
  97. ┌───────────────────────────────────────────────────────────────┐
  98. │ REVISION HISTORY                                              │
  99. └───────────────────────────────────────────────────────────────┘
  100.  
  101. 1.00   Original version
  102.  
  103. ┌───────────────────────────────────────────────────────────────┐
  104. │ CREDITS                                                       │
  105. └───────────────────────────────────────────────────────────────┘
  106.  
  107.    GLOBALLY for OS/2 was written in C by Richard W. Adams.  It is 
  108. copyright 1990 by the author, all rights reserved.  Portions of 
  109. the program are copyright Microsoft Corporation, 1988. 
  110.  
  111. ┌───────────────────────────────────────────────────────────────┐
  112. │ PERMISSION TO COPY                                            │
  113. └───────────────────────────────────────────────────────────────┘
  114.  
  115.     You may copy & distribute GLOBALLY for OS/2 freely if you: 
  116.  
  117.     ■  Include all files comprising this package (see file list 
  118.        above) 
  119.     ■  Do not change these files in any way 
  120.     ■  Charge no fee other than a nominal one to cover 
  121.        distribution costs 
  122.     ■  Do not distribute the program for commercial purposes 
  123.        without the written permission of the author 
  124.  
  125.     You may post GLOBALLY for OS/2 on electronic bulletin boards 
  126. or other computer systems for downloading, even if you charge a 
  127. fee for using the system, as long as you don't charge for 
  128. downloading GLOBALLY for OS/2.  However, you must include all 
  129. constituent files in a single downloadable file (e.g., a 
  130. compressed file). 
  131.  
  132. ┌───────────────────────────────────────────────────────────────┐
  133. │ REGISTRATION                                                  │
  134. └───────────────────────────────────────────────────────────────┘
  135.  
  136.     The author has provided this copy of the program for your 
  137. evaluation under the "shareware" concept.  The idea behind 
  138. shareware is "try before you buy." If you decide not to use the 
  139. program, you pay nothing.  
  140.  
  141.     If you use GLOBALLY for OS/2 for more than 30 days, you must 
  142. register your copy, which gives you a perpetual license to use 
  143. the product.  Bulletin board operators may post GLOBALLY for OS/2 
  144. on their boards indefinitely, without registering, as long as 
  145. they meet the conditions above.  Site licenses at reduced unit 
  146. cost are available for commercial, government & other 
  147. organizations. 
  148.  
  149.     To register, complete & submit the registration form.  To 
  150. print the registration form, make sure your printer is turned on 
  151. and ready, then enter one of the following: 
  152.  
  153.  
  154.         COPY REGISTER.DOC PRN    (parallel printer)
  155.  
  156.  
  157.         COPY REGISTER.DOC COM1   (or COM2, or whatever, 
  158.                                   for serial printers)
  159.  
  160.  
  161.     If REGISTER.DOC is missing, send $15.00 (U.S.) for each copy 
  162. you want to register, to the author at the address below.  If you 
  163. are a Virginia resident, add 4½% sales tax. If you would instead 
  164. prefer a disk with the latest version of GLOBALLY for OS/2, or 
  165. would like a copy of the DOS version, see the file CATALOG.DOC 
  166. for an order form.  
  167.  
  168.     Not only is registration a legal requirement under United 
  169. States & international copyright laws, but registration fees give 
  170. shareware authors the means to develop new programs & improve old 
  171. ones. 
  172.  
  173.     Finally, this software is provided "as is."  There is no 
  174. warranty, implicit or otherwise.  The author does not guarantee 
  175. compatibility with your system & is not responsible for any 
  176. damages incurred by use of this software. 
  177.  
  178.     By using this software, you agree to the above terms.  Please 
  179. send any comments, registration fees, and bug reports to: 
  180.  
  181.  
  182.                     Richard W. Adams
  183.                     104 Willow Oaks Boulevard
  184.                     Hampton, VA  23669-1528
  185.                     U.S.A.
  186.  
  187.  
  188.     If you report a bug or make a suggestion which is 
  189. fixed/incorporated in a future version of the program, you are 
  190. entitled to a free copy of that future version. 
  191.  
  192.