Changeset 5717 for trunk/tools


Ignore:
Timestamp:
May 16, 2001, 3:14:03 AM (24 years ago)
Author:
bird
Message:

Support .cmd files as command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/DoWithDirs.cmd

    r5030 r5717  
    1 /* $Id: DoWithDirs.cmd,v 1.10 2001-01-26 21:33:13 phaller Exp $
     1/* $Id: DoWithDirs.cmd,v 1.11 2001-05-16 01:14:03 bird Exp $
    22 *
    33 * Syntax: dowithdirs.cmd [-e<list of excludes>] [-c] [-i] [-l] [-r] <cmd with args...>
     
    176176                do
    177177                    /* execute command */
    178                     sCmds;
     178                    'call' sCmds;
    179179                    ret = rc;
    180180
     
    200200            do
    201201                /* execute the command with the directory as the last parameter */
    202                 sCmds filespec('name', asDirs.i);
     202                'call' sCmds filespec('name', asDirs.i);
    203203                if (rc <> 0) then
    204204                do
Note: See TracChangeset for help on using the changeset viewer.