home *** CD-ROM | disk | FTP | other *** search
/ Knowledge Land / KNOWLEDGELA.ISO / pc / support / cmn / att32.arg < prev    next >
Encoding:
Text File  |  1996-09-11  |  624 b   |  30 lines

  1. BEGIN
  2.     {
  3.         set _ShortTit to "LAND"
  4.         set _IniFile to "KA.INI"
  5.  
  6.         set _CDVol to $IniVariable %_IniFile% %_ShortTit% "CDVol"
  7.         set _SrcDrv to $IniVariable %_IniFile% %_ShortTit% "CDDrv"
  8.         set _CDRoot to $IniVariable %_IniFile% %_ShortTit% "ProductCDRoot"
  9.         
  10.         set _Command to %_CDRoot%
  11.         append "\\att32\\disk1\\setup" to _Command
  12.         
  13.          
  14.     }
  15.  
  16.     -FIRSTBMP PLSWAIT.BMP
  17.     -BMP PLSWAIT.BMP
  18.     -NoFirstWindow
  19.     -OnlyOne
  20.     -386Enhanced
  21.     -Title AT&T WorldNet Setup
  22.  
  23.     -VFreeBlock 2000
  24.     -VFreeMem 4700
  25.     -PFree 1700
  26.     -GlobalAlloc 1000
  27.     -CD %_CDRoot%
  28.     -COMMAND %_Command%
  29. END
  30.