home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / SUPERZIP / SZIPW40.EXE / _SETUP.1 / SZIPW32.exe / 0 / RCDATA / TCMDLINEOPTFRM / TCMDLINEOPTFRM.txt < prev   
Text File  |  1996-12-22  |  3KB  |  116 lines

  1. object CmdLineOptFrm: TCmdLineOptFrm
  2.   Left = 133
  3.   Top = 93
  4.   Width = 598
  5.   Height = 394
  6.   Caption = 'Szipw command line options'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 327
  18.     Width = 590
  19.     Height = 40
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object Button1: TButton
  23.       Left = 316
  24.       Top = 7
  25.       Width = 93
  26.       Height = 26
  27.       Cancel = True
  28.       Caption = '&Ok'
  29.       Default = True
  30.       ModalResult = 1
  31.       TabOrder = 0
  32.     end
  33.   end
  34.   object Memo1: TMemo
  35.     Left = 0
  36.     Top = 0
  37.     Width = 590
  38.     Height = 327
  39.     Align = alClient
  40.     Font.Color = clBlack
  41.     Font.Height = -15
  42.     Font.Name = 'Courier New'
  43.     Font.Style = []
  44.     Lines.Strings = (
  45.       'You can invoque Szipw with the following commands :'
  46.       ''
  47.       
  48.         '  Szipw [Options...] [ZipFile] [Files to add/Extract | @filelist' +
  49.         '] [ExtractPath]'
  50.       ''
  51.       'Options :'
  52.       '  -A[ZMRPTSI&]'#9'Add [files to add] or files in [@filelist].'
  53.       
  54.         '  -U[ZMRPTSI&]'#9'Update with [files to add] or files in [@filelist' +
  55.         '].'
  56.       
  57.         '  -F[MRPTSI&]'#9'Freshen with [files to add] or files in [@filelist' +
  58.         '].'
  59.       '  -E[SI]'#9#9'Extract specified files to [ExtractPath].'
  60.       '  -T[SI]'#9#9'Test files in archive.'
  61.       '  -D[TSI]'#9#9'Delete [files to delete] or files in [@filelist].'
  62.       '  -Cpassword'#9'Encrypt zip file with password .'
  63.       #9#9'(no space between '#39'C'#39' and password !).'
  64.       '  @cmdfile'#9'Command file (.zmd), '
  65.       #9#9'(no - character, only one parameter allowed)'
  66.       ''
  67.       
  68.         '---------------    scroll down for [ZMRPTSI&] information    ---' +
  69.         '---------------'
  70.       ''
  71.       '  [M] Move files (Deleted after compression).'
  72.       '  [R] Recurse sub-directories.'
  73.       '  [P] Store Full path information.'
  74.       '  [S] Stay opened upon completion.'
  75.       '  [T] Test archive or Test after compression.'
  76.       
  77.         '  [Z] Zero zip file (overwrite existing zip file with empty one)' +
  78.         '.'
  79.       '  [I] Run Szipw in Iconized state.'
  80.       '  [&] Span archive over multiple disks (only removable media).'
  81.       ''
  82.       'ex:'
  83.       ''
  84.       
  85.         '  Szipw32 -a -t -s c:\temp\test.zip c:\*.bat c:\config.sys d:\*.' +
  86.         'bmp;*.ico;*.txt'
  87.       'or'
  88.       
  89.         '  Szipw32 -ats c:\temp\test.zip c:\*.bat c:\config.sys d:\*.bmp;' +
  90.         '*.ico;*.txt'
  91.       'or'
  92.       '  Szipw32 -ats c:\temp\test.zip @mylist.txt'
  93.       'or'
  94.       
  95.         '  Szipw32 -e c:\temp\test.zip *.bat c:\temp (extracts all *.bat ' +
  96.         'to c:\temp)'
  97.       'or'
  98.       
  99.         '  Szipw32 -e c:\temp\test.zip myfile.txt c:\temp (extracts myfil' +
  100.         'e.txt to c:\temp)'
  101.       'or'
  102.       '  Szipw32 -e c:\temp\test.zip @mylist.txt c:\temp'
  103.       'or'
  104.       '  Szipw32 "@command file .zmd"'
  105.       ''
  106.       ' { this runs szipw with the command file '#39'command file .zmd'#39'. '
  107.       '   See : Menu file, create backup link item }'
  108.       ''
  109.       'etc...')
  110.     ParentFont = False
  111.     ScrollBars = ssBoth
  112.     TabOrder = 1
  113.     WordWrap = False
  114.   end
  115. end
  116.