Changeset 623


Ignore:
Timestamp:
Apr 21, 2007, 2:36:37 AM (18 years ago)
Author:
John Small
Message:
  • Commented out redundant code
  • Corrected comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/utilsmgr.cmd

    r581 r623  
    11/*
    2    MKUTILS - FM/2 program which is used to install various CMD files
     2   UTILSMGR - FM/2 program which is used to install various CMD files
    33   which facilitate access to FM/2 and its associated utilities from
    44   the command line.
     
    185185
    186186   rc = stream('SETENV.CMD','c','query exists')
     187/*
    187188   if rc \= '' then
    188189   do
     
    193194     classname = 'WPProgram'
    194195     location = '<FM3_Tools>'
    195      setup = 'EXENAME='shell';PARAMETERS=/K 'rc';STARTUPDIR=C:\'
     196     setup = 'EXENAME='shell';PARAMETERS=/K 'rc';STARTUPDIR=?:\'
    196197     call SysCreateObject classname,title,location,setup,'u'
    197198   end
     199*/
    198200
    199201   call SysMkDir curdir'\Utils'
Note: See TracChangeset for help on using the changeset viewer.