Changeset 5532 for trunk/tools
- Timestamp:
- Apr 17, 2001, 6:00:41 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/DoDirs.cmd
r4651 r5532 1 /* $Id: DoDirs.cmd,v 1. 2 2000-11-21 04:34:25bird Exp $1 /* $Id: DoDirs.cmd,v 1.3 2001-04-17 04:00:41 bird Exp $ 2 2 * 3 3 * Rexx script which executes a given command in each of the given … … 50 50 if (rc <> 0) then 51 51 do 52 say '[Failed rc='rc' ]';52 say '[Failed rc='rc' directory:' directory()']'; 53 53 exit(rc); 54 54 end
Note:
See TracChangeset
for help on using the changeset viewer.