home *** CD-ROM | disk | FTP | other *** search
- BEGIN
- {
- set _ShortTit to "LAND"
- set _IniFile to "KA.INI"
-
- set _CDVol to $IniVariable %_IniFile% %_ShortTit% "CDVol"
- set _SrcDrv to $IniVariable %_IniFile% %_ShortTit% "CDDrv"
- set _CDRoot to $IniVariable %_IniFile% %_ShortTit% "ProductCDRoot"
-
- set _Command to %_CDRoot%
- append "\\att32\\disk1\\setup" to _Command
-
-
- }
-
- -FIRSTBMP PLSWAIT.BMP
- -BMP PLSWAIT.BMP
- -NoFirstWindow
- -OnlyOne
- -386Enhanced
- -Title AT&T WorldNet Setup
-
- -VFreeBlock 2000
- -VFreeMem 4700
- -PFree 1700
- -GlobalAlloc 1000
- -CD %_CDRoot%
- -COMMAND %_Command%
- END
-