home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / compress / sz32-29b.exe / szipw32.exe / 0 / RCDATA / TCMDLINEOPTFRM / TCMDLINEOPTFRM.txt < prev   
Text File  |  1996-09-06  |  3KB  |  103 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 = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 335
  18.     Width = 590
  19.     Height = 32
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object Button1: TButton
  23.       Left = 257
  24.       Top = 6
  25.       Width = 75
  26.       Height = 21
  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 = 335
  39.     Align = alClient
  40.     Font.Color = clBlack
  41.     Font.Height = -12
  42.     Font.Name = 'Courier New'
  43.     Font.Style = []
  44.     Lines.Strings = (
  45.       'You can invoque Szipw with the following commands :'
  46.       ''
  47.       
  48.         #9'Szipw [Options...] [ZipFile] [ExtractPath | Files to add | @fil' +
  49.         'elist]'
  50.       ''
  51.       'Options :'
  52.       #9'-A[ZMRPTSI&]'#9'Add [files to add] or files in [@filelist].'
  53.       
  54.         #9'-U[ZMRPTSI&]'#9'Update with [files to add] or files in [@filelist]' +
  55.         '.'
  56.       
  57.         #9'-F[MRPTSI&]'#9'Freshen with [files to add] or files in [@filelist]' +
  58.         '.'
  59.       #9'-E[SI]'#9#9'Extract all files to [ExtractPath].'
  60.       #9'-T[SI]'#9#9'Test files in archive.'
  61.       #9'-D[TSI]'#9#9'Delete [files to delete] or files in [@filelist].'
  62.       #9'-Cpassword'#9'Encrypt zip file with password .'
  63.       #9#9#9'(no space between '#39'C'#39' and password !).'
  64.       #9'@cmdfile'#9'Command file (.zmd), '
  65.       #9#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.       '[Z] Zero zip file (overwrite existing zip file with empty one).'
  77.       '[I] Run Szipw in Iconized state.'
  78.       '[&] Span archive over multiple disks (only removable media).'
  79.       ''
  80.       'ex:'
  81.       ''
  82.       
  83.         '  Szipw32 -a -t -s c:\temp\test.zip c:\*.bat c:\config.sys d:\*.' +
  84.         'bmp;*.ico;*.txt'
  85.       'or'
  86.       
  87.         '  Szipw32 -ats c:\temp\test.zip c:\*.bat c:\config.sys d:\*.bmp;' +
  88.         '*.ico;*.txt'
  89.       ''
  90.       'or'
  91.       '  Szipw32 "@command file .zmd"'
  92.       ''
  93.       ' { this runs szipw with the command file '#39'command file .zmd'#39'. '
  94.       '   See : Menu file, create backup link item }'
  95.       ''
  96.       'etc...')
  97.     ParentFont = False
  98.     ScrollBars = ssBoth
  99.     TabOrder = 1
  100.     WordWrap = False
  101.   end
  102. end
  103.