Changeset 5717 for trunk/tools
- Timestamp:
- May 16, 2001, 3:14:03 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/DoWithDirs.cmd
r5030 r5717 1 /* $Id: DoWithDirs.cmd,v 1.1 0 2001-01-26 21:33:13 phallerExp $1 /* $Id: DoWithDirs.cmd,v 1.11 2001-05-16 01:14:03 bird Exp $ 2 2 * 3 3 * Syntax: dowithdirs.cmd [-e<list of excludes>] [-c] [-i] [-l] [-r] <cmd with args...> … … 176 176 do 177 177 /* execute command */ 178 sCmds;178 'call' sCmds; 179 179 ret = rc; 180 180 … … 200 200 do 201 201 /* execute the command with the directory as the last parameter */ 202 sCmds filespec('name', asDirs.i);202 'call' sCmds filespec('name', asDirs.i); 203 203 if (rc <> 0) then 204 204 do
Note:
See TracChangeset
for help on using the changeset viewer.