home *** CD-ROM | disk | FTP | other *** search
- ; BBS_DOOR.XFR : Protocol/ARCHIVE Definition File for use with BBS_DOOR.EXE,
- ; the Premeire BBS Listing Door Version 3.30
- ;
- ; The Following definitions use CEXYZ.EXE file protocol engine.
- ; Transfer Protocol program. You may list up to 9 (NINE) protocols using
- ; various programs (i.e. DSZ.EXE, NMODEM.EXE, HSLINK.EXE, etc..) by using
- ; the following formats :
- ; The '#' must be in front of the Label you want BBS_DOOR to display
- ; when a user requests a download. On the next line, the '@' indicates
- ; the drive:\path\filename.exe of the program plus any arguments you need
- ; to include on the command line (similar to external protocols in RA)
- ; that may be needed to indicate port number, handshaking, etc..
- ; BBS_DOOR will supply the filename of the Total Listing provided you
- ; included it on the command line (the /L=<Filename> argument) when
- ; you ran the door! If you do not include the /L=<Filename> on the
- ; command line, the [D]ownload Listing option will not be displayed!
- ;
- ; You may also pass the port and baud rate<-(actual, not locked) from
- ; BBS_DOOR.EXE using the *P and *B variables respectively. Now multi-line
- ; systems may run this program!
- ;
- #Xmodem
- @c:\prot\cexyz.exe /P*P /Ufos /L38400 /Sx
- ;
- #Ymodem
- @c:\prot\CEXYZ.exe /P*P /Ufos /L38400 /Sy
- ;
- #Zmodem
- @c:\prot\CEXYZ.exe /P*P /Ufos /L38400 /Sz
- ;
- ;End of Protocol Definitions
- ;
- ; Archive Definitions to Compress your list for speedier downloads!
- ;
- ; The Following are examples to allow BBS_DOOR.EXE to ARCHIVE the listings
- ; created during a download session. The program will archive the SEARCHED
- ; or COMPLETE listing into an archive with the name FILENAME.[archive type]
- ; The filename is from the /L=<Filename> you entered on the command line.
- ; The [archive type] is the 3 LETTER EXTENSION you designate below. As shown,
- ; the format is labeled with the [] brackets and MUST precede the respective
- ; command line. You must start the actual command line with a "+" and then
- ; include the drive:\dir\filename.ext, arguments after the program name, and
- ; a "*F" where the name of the listing should be placed on the command line.
- ; The following examples work with my setup, you must change the directory
- ; based on the location of the programs and files on your system. The examples
- ; also show the method additional files may be added to the archive, such as
- ; advertisements or whatever! You may list up to NINE [9] archive definitions.
- ;
- [ZIP]
- +c:\utils\PKZIP.exe *F d:\ra\txtfiles\Fozzy.ad
- ;
- [ARJ]
- +c:\utils\ARJ.EXE a *F d:\ra\txtfiles\Fozzy.ad
- ;
- [LZH]
- +c:\utils\LHA.EXE a *F d:\ra\txtfiles\Fozzy.ad
- ;
- ;End of ARCHIVE Definitions
-