home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Recommendations - 1998 Season 1
/
DNBCD4.iso
/
develop
/
lib
/
addzip
/
ADDZIP.ZIP
/
DELPHI
/
ZIPWIZ
/
ZIPWIZ.DPR
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-15
|
288 b
|
17 lines
program Zipwiz;
uses
Forms,
Zwiz in 'ZWIZ.PAS' {frmWizard},
AddZipU in 'ADDZIPU.PAS',
AZIP in 'AZIP.PAS',
ADDZIPC in 'ADDZIPC.PAS';
{$R *.RES}
begin
Application.Title := 'Zip Wizard';
Application.CreateForm(TfrmWizard, frmWizard);
Application.Run;
end.