Changeset 9202 for trunk/tools
- Timestamp:
- Sep 4, 2002, 5:31:14 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9201 r9202 1 /* $Id: buildenv.cmd,v 1.2 8 2002-09-03 18:41:28bird Exp $1 /* $Id: buildenv.cmd,v 1.29 2002-09-04 15:31:14 bird Exp $ 2 2 * 3 3 * This is the master tools environment script. It contains environment … … 27 27 * Version 28 28 */ 29 sVersion = '1.0. 6 [2002-09-03]';29 sVersion = '1.0.7 [2002-09-04]'; 30 30 31 31 /* … … 2235 2235 Mode: procedure expose aCfg. aPath. sPathFile 2236 2236 parse arg sToolId,sOperation,fRM,fQuiet,cols,rows 2237 if ((pos('uninstall', sOperation) > 0) | \fRM) then 2237 2238 if (pos('install', sOperation) > 0) then 2238 2239 do 2240 say "ok!" 2241 Address CMD 'mode' cols','rows 2242 end 2243 /* TODO 2244 else if ((pos('uninstall', sOperation) > 0) | \fRM) then 2245 do 2246 say 'Huh?' 2239 2247 cols = 80; 2240 2248 rows = 25; 2241 2249 end 2242 else if (pos('install', sOperation) > 0) then 2243 Address CMD 'mode' cols','rows 2250 */ 2244 2251 return 0; 2245 2252
Note:
See TracChangeset
for help on using the changeset viewer.