Changeset 9167 for trunk/tools


Ignore:
Timestamp:
Aug 29, 2002, 1:49:37 PM (23 years ago)
Author:
bird
Message:

echo off.

Location:
trunk/tools/bin
Files:
3 edited

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 $
    22 *
    33 * Rexx script which executes a given command in each of the given
     
    1212 */
    1313signal on novalue name NoValueHandler
     14Address CMD '@echo off'
    1415
    1516parse 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 $
    22 *
    33 * Rexx script which executes a given command with each of
     
    1111 */
    1212signal on novalue name NoValueHandler
     13Address CMD '@echo off'
    1314
    1415parse arg '"'sMakefiles'" 'sCommand
  • trunk/tools/bin/DoWithDirs.cmd

    r9109 r9167  
    1 /* $Id: DoWithDirs.cmd,v 1.14 2002-08-24 04:29:06 bird Exp $
     1/* $Id: DoWithDirs.cmd,v 1.15 2002-08-29 11:49:37 bird Exp $
    22 *
    33 * Syntax: dowithdirs.cmd [-e<list of excludes>] [-c] [-i] [-l] [-r] <cmd with args...>
     
    1616 */
    1717signal on novalue name NoValueHandler
     18Address CMD '@echo off'
    1819
    1920if (RxFuncQuery('SysLoadFuncs') = 1) then
Note: See TracChangeset for help on using the changeset viewer.