Changeset 623
- Timestamp:
- Apr 21, 2007, 2:36:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/utilsmgr.cmd
r581 r623 1 1 /* 2 MKUTILS- FM/2 program which is used to install various CMD files2 UTILSMGR - FM/2 program which is used to install various CMD files 3 3 which facilitate access to FM/2 and its associated utilities from 4 4 the command line. … … 185 185 186 186 rc = stream('SETENV.CMD','c','query exists') 187 /* 187 188 if rc \= '' then 188 189 do … … 193 194 classname = 'WPProgram' 194 195 location = '<FM3_Tools>' 195 setup = 'EXENAME='shell';PARAMETERS=/K 'rc';STARTUPDIR= C:\'196 setup = 'EXENAME='shell';PARAMETERS=/K 'rc';STARTUPDIR=?:\' 196 197 call SysCreateObject classname,title,location,setup,'u' 197 198 end 199 */ 198 200 199 201 call SysMkDir curdir'\Utils'
Note:
See TracChangeset
for help on using the changeset viewer.