home *** CD-ROM | disk | FTP | other *** search
/ Shareware Tiger / SharewareTiger.cdr / x00 / improve.doc < prev    next >
Encoding:
Text File  |  1992-07-09  |  1.5 KB  |  39 lines

  1.  
  2.       XFER_DEST C:\TIGER\DOWNLOAD
  3.       XFER_DESC C:\TIGER\FILES.BBS
  4.       BBS_NAME "Shareware Tiger(tm)"
  5.       AREA 001.cat  Communications
  6.       AREA 002.cat  Games
  7.       DECOMP_COMMAND "pkunzip -d "
  8.       MENU menu
  9.       CATALOG catalog
  10.       INTRO1 tiger1
  11.       INTRO1 tiger2
  12.       INTRO3 tiger3
  13.       DEF_EXT .zip
  14.       CDROM_NAME "Shareware Tiger(tm)"
  15.       ALL_FILES_LIST filelist.dat
  16.       CLOSE tiger4
  17.  
  18.    An explanation of each follows:
  19.  
  20.  
  21.    INTRO1:      The name of the intro files.  If no extension is given, the
  22.    INTRO2:      door will look for <name>.ans if the person has ANSI,
  23.    INTRO3:      and then <name>.asc.  This file is displayed when the door
  24.                 is first called. If No File Name is given for a Screen, Door
  25.                 just skips it & Goes to the next Screen or CATALOG
  26.  
  27.    CLOSE:       The name of the Close file.  If no extension is given, the
  28.                 door will look for <name>.ans if the person has ANSI,
  29.                 and then <name>.asc.  This file is displayed when the <Q> 
  30.                 Option is Taken from the Main Menu. If No File Name is given 
  31.                 for this Screen, Door just skips it and Ends.
  32.  
  33.    MENU:        The name of the Main Menu file.  If no extension is given, the
  34.                 door will look for <name>.ans if the person has ANSI,
  35.                 and then <name>.asc.  This file is displayed from the Files
  36.                 section. If No File Name is given for these Screens, Door 
  37.                 uses a Default (Plain Menu).
  38.  
  39.