Changeset 663
- Timestamp:
- May 12, 2007, 5:24:00 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/warpin/bld_fm2utils_wpi.cmd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/warpin/bld_fm2utils_wpi.cmd
r647 r663 127 127 WPI.scriptonly = 0 128 128 WPI.archivename = WPI.default_archivename 129 WPI.scriptname = left(WPI.archivename, length(WPI.archivename) - 3) || 'wis'129 WPI.scriptname = 'fm2utils.wis' 130 130 parse arg args 131 131 do while args \= '' … … 135 135 WPI.scriptonly = 1 136 136 when translate(right(word1, 4)) == '.WIS' then 137 WP S.scriptname = word1137 WPI.scriptname = word1 138 138 when translate(right(word1, 4)) == '.WPI' then 139 WP S.archivename = word1139 WPI.archivename = word1 140 140 otherwise 141 141 call ErrorExit 5
Note:
See TracChangeset
for help on using the changeset viewer.
