Changeset 9167 for trunk/tools/bin
- Timestamp:
 - Aug 29, 2002, 1:49:37 PM (23 years ago)
 - Location:
 - trunk/tools/bin
 - Files:
 - 
      
- 3 edited
 
- 
          
  DoDirs.cmd (modified) (2 diffs)
 - 
          
  DoMakes.cmd (modified) (2 diffs)
 - 
          
  DoWithDirs.cmd (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/tools/bin/DoDirs.cmd
r9109 r9167 1 /* $Id: DoDirs.cmd,v 1. 6 2002-08-24 04:29:06 bird Exp $1 /* $Id: DoDirs.cmd,v 1.7 2002-08-29 11:49:36 bird Exp $ 2 2 * 3 3 * Rexx script which executes a given command in each of the given … … 12 12 */ 13 13 signal on novalue name NoValueHandler 14 Address CMD '@echo off' 14 15 15 16 parse arg '"'sDirs'" 'sCommand  - 
      
trunk/tools/bin/DoMakes.cmd
r9109 r9167 1 /* $Id: DoMakes.cmd,v 1. 3 2002-08-24 04:29:06 bird Exp $1 /* $Id: DoMakes.cmd,v 1.4 2002-08-29 11:49:36 bird Exp $ 2 2 * 3 3 * Rexx script which executes a given command with each of … … 11 11 */ 12 12 signal on novalue name NoValueHandler 13 Address CMD '@echo off' 13 14 14 15 parse arg '"'sMakefiles'" 'sCommand  - 
      
trunk/tools/bin/DoWithDirs.cmd
r9109 r9167 1 /* $Id: DoWithDirs.cmd,v 1.1 4 2002-08-24 04:29:06bird Exp $1 /* $Id: DoWithDirs.cmd,v 1.15 2002-08-29 11:49:37 bird Exp $ 2 2 * 3 3 * Syntax: dowithdirs.cmd [-e<list of excludes>] [-c] [-i] [-l] [-r] <cmd with args...> … … 16 16 */ 17 17 signal on novalue name NoValueHandler 18 Address CMD '@echo off' 18 19 19 20 if (RxFuncQuery('SysLoadFuncs') = 1) then  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  