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
Wrap
Text File
|
1996-09-06
|
3KB
|
103 lines
object CmdLineOptFrm: TCmdLineOptFrm
Left = 133
Top = 93
Width = 598
Height = 394
Caption = 'Szipw command line options'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 335
Width = 590
Height = 32
Align = alBottom
TabOrder = 0
object Button1: TButton
Left = 257
Top = 6
Width = 75
Height = 21
Cancel = True
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 0
end
end
object Memo1: TMemo
Left = 0
Top = 0
Width = 590
Height = 335
Align = alClient
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'You can invoque Szipw with the following commands :'
''
#9'Szipw [Options...] [ZipFile] [ExtractPath | Files to add | @fil' +
'elist]'
''
'Options :'
#9'-A[ZMRPTSI&]'#9'Add [files to add] or files in [@filelist].'
#9'-U[ZMRPTSI&]'#9'Update with [files to add] or files in [@filelist]' +
'.'
#9'-F[MRPTSI&]'#9'Freshen with [files to add] or files in [@filelist]' +
'.'
#9'-E[SI]'#9#9'Extract all files to [ExtractPath].'
#9'-T[SI]'#9#9'Test files in archive.'
#9'-D[TSI]'#9#9'Delete [files to delete] or files in [@filelist].'
#9'-Cpassword'#9'Encrypt zip file with password .'
#9#9#9'(no space between '#39'C'#39' and password !).'
#9'@cmdfile'#9'Command file (.zmd), '
#9#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 "@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