Changeset 1589
- Timestamp:
- Jun 30, 2011, 11:08:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfgmgr.cmd
r1536 r1589 36 36 backup existing .\ARCHIVER.BB2 file to .\USER_CONFIG_BACKUP\B4UNZIP6.BB2 37 37 insert the UNZIP v6 entry from .\TMPLATES\ARCHVER.TMP into ,\ARCHIVER.BB2 (at the end) 38 30 Jun 11 JBS Ticket 459: Fix a bug and improve text when support for Unzip v6 has already been added. 38 39 39 40 */ … … 721 722 backup_file = '.\User_Config_backup\B4Unzip6.bb2' 722 723 if stream(backup_file, 'c', 'query exists') \= '' then 723 if cfg.unattended = 1then724 if cfg.unattended = 0 then 724 725 do 725 say ' This process has already been executed.'726 if GetResponse("If you want to repeat this proce ed, type 'Y':") \= 'Y' then726 say 'Support for Unzip v6 has previously been added.' 727 if GetResponse("If you want to repeat this process, type 'Y'") \= 'Y' then 727 728 return 728 729 end … … 751 752 end 752 753 call stream bb2_file, 'c', 'close' 754 cfg.action_taken = 1 753 755 end 754 756 else
Note:
See TracChangeset
for help on using the changeset viewer.