object CmdLineOptFrm: TCmdLineOptFrm Left = 133 Top = 93 Width = 598 Height = 394 Caption = 'Szipw command line options' Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 327 Width = 590 Height = 40 Align = alBottom TabOrder = 0 object Button1: TButton Left = 316 Top = 7 Width = 93 Height = 26 Cancel = True Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 0 end end object Memo1: TMemo Left = 0 Top = 0 Width = 590 Height = 327 Align = alClient Font.Color = clBlack Font.Height = -15 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'You can invoque Szipw with the following commands :' '' ' Szipw [Options...] [ZipFile] [Files to add/Extract | @filelist' + '] [ExtractPath]' '' 'Options :' ' -A[ZMRPTSI&]'#9'Add [files to add] or files in [@filelist].' ' -U[ZMRPTSI&]'#9'Update with [files to add] or files in [@filelist' + '].' ' -F[MRPTSI&]'#9'Freshen with [files to add] or files in [@filelist' + '].' ' -E[SI]'#9#9'Extract specified files to [ExtractPath].' ' -T[SI]'#9#9'Test files in archive.' ' -D[TSI]'#9#9'Delete [files to delete] or files in [@filelist].' ' -Cpassword'#9'Encrypt zip file with password .' #9#9'(no space between '#39'C'#39' and password !).' ' @cmdfile'#9'Command file (.zmd), ' #9#9'(no - character, only one parameter allowed)' '' '--------------- scroll down for [ZMRPTSI&] information ---' + '---------------' '' ' [M] Move files (Deleted after compression).' ' [R] Recurse sub-directories.' ' [P] Store Full path information.' ' [S] Stay opened upon completion.' ' [T] Test archive or Test after compression.' ' [Z] Zero zip file (overwrite existing zip file with empty one)' + '.' ' [I] Run Szipw in Iconized state.' ' [&] Span archive over multiple disks (only removable media).' '' 'ex:' '' ' Szipw32 -a -t -s c:\temp\test.zip c:\*.bat c:\config.sys d:\*.' + 'bmp;*.ico;*.txt' 'or' ' Szipw32 -ats c:\temp\test.zip c:\*.bat c:\config.sys d:\*.bmp;' + '*.ico;*.txt' 'or' ' Szipw32 -ats c:\temp\test.zip @mylist.txt' 'or' ' Szipw32 -e c:\temp\test.zip *.bat c:\temp (extracts all *.bat ' + 'to c:\temp)' 'or' ' Szipw32 -e c:\temp\test.zip myfile.txt c:\temp (extracts myfil' + 'e.txt to c:\temp)' 'or' ' Szipw32 -e c:\temp\test.zip @mylist.txt c:\temp' 'or' ' Szipw32 "@command file .zmd"' '' ' { this runs szipw with the command file '#39'command file .zmd'#39'. ' ' See : Menu file, create backup link item }' '' 'etc...') ParentFont = False ScrollBars = ssBoth TabOrder = 1 WordWrap = False end end