Changeset 9202 for trunk/tools


Ignore:
Timestamp:
Sep 4, 2002, 5:31:14 PM (23 years ago)
Author:
bird
Message:

Fixed the modexxxyyy 'tools'.

File:
1 edited

Legend:

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

    r9201 r9202  
    1 /* $Id: buildenv.cmd,v 1.28 2002-09-03 18:41:28 bird Exp $
     1/* $Id: buildenv.cmd,v 1.29 2002-09-04 15:31:14 bird Exp $
    22 *
    33 * This is the master tools environment script. It contains environment
     
    2727     * Version
    2828     */
    29     sVersion = '1.0.6 [2002-09-03]';
     29    sVersion = '1.0.7 [2002-09-04]';
    3030
    3131    /*
     
    22352235Mode: procedure expose aCfg. aPath. sPathFile
    22362236    parse arg sToolId,sOperation,fRM,fQuiet,cols,rows
    2237     if ((pos('uninstall', sOperation) > 0) | \fRM) then
     2237
     2238    if (pos('install', sOperation) > 0) then
    22382239    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?'
    22392247        cols = 80;
    22402248        rows = 25;
    22412249    end
    2242     else if (pos('install', sOperation) > 0) then
    2243         Address CMD 'mode' cols','rows
     2250    */
    22442251return 0;
    22452252
Note: See TracChangeset for help on using the changeset viewer.