Changeset 1536
- Timestamp:
- May 30, 2010, 11:48:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfgmgr.cmd
r1530 r1536 721 721 backup_file = '.\User_Config_backup\B4Unzip6.bb2' 722 722 if stream(backup_file, 'c', 'query exists') \= '' then 723 if cfg.unattended = 0then723 if cfg.unattended = 1 then 724 724 do 725 725 say 'This process has already been executed.' … … 732 732 if insert_line > 0 then 733 733 do 734 ' copy' bb2_file backup_file '>NUL 2>NUL'734 '@copy' bb2_file backup_file '>NUL 2>NUL' 735 735 if rc \= 0 then 736 736 return … … 753 753 end 754 754 else 755 if cfg.unattended = 0then755 if cfg.unattended = 1 then 756 756 say 'Unable to find place to insert definition.' 757 757 end 758 758 else 759 if cfg.unattended = 0then759 if cfg.unattended = 1 then 760 760 say 'Unable to find Unzip v6 definition' 761 761 end 762 762 else 763 if cfg.unattended = 0then763 if cfg.unattended = 1 then 764 764 say 'Unzip v6 definition is already installed.' 765 765 return … … 771 771 call SysFileSearch start_string, filename, 'start_lines.', 'N' 772 772 call SysFileSearch end_string, filename, 'end_lines.', 'N' 773 call stream filename, 'c', 'close'774 773 start_line = 0 775 774 do i = 1 to start_lines.0
Note:
See TracChangeset
for help on using the changeset viewer.