home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / BBSDOR33.ZIP / BBS_DOOR.XFR < prev    next >
Text File  |  1994-12-28  |  3KB  |  59 lines

  1. ;  BBS_DOOR.XFR : Protocol/ARCHIVE Definition File for use with BBS_DOOR.EXE,
  2. ;  the Premeire BBS Listing Door Version 3.30
  3. ;
  4. ;   The Following definitions use CEXYZ.EXE file protocol engine.
  5. ;   Transfer Protocol program. You may list up to 9 (NINE) protocols using
  6. ;   various programs (i.e. DSZ.EXE, NMODEM.EXE, HSLINK.EXE, etc..) by using
  7. ;   the following formats :
  8. ;     The '#' must be in front of the Label you want BBS_DOOR to display
  9. ;     when a user requests a download. On the next line, the '@' indicates
  10. ;     the drive:\path\filename.exe of the program plus any arguments you need
  11. ;     to include on the command line (similar to external protocols in RA)
  12. ;     that may be needed to indicate port number, handshaking, etc..
  13. ;     BBS_DOOR will supply the filename of the Total Listing provided you
  14. ;     included it on the command line (the /L=<Filename> argument) when
  15. ;     you ran the door! If you do not include the /L=<Filename> on the
  16. ;     command line, the [D]ownload Listing option will not be displayed!
  17. ;
  18. ;   You may also pass the port and baud rate<-(actual, not locked) from
  19. ;   BBS_DOOR.EXE using the *P and *B variables respectively. Now multi-line
  20. ;   systems may run this program!
  21. ;
  22. #Xmodem
  23. @c:\prot\cexyz.exe /P*P /Ufos /L38400 /Sx
  24. ;
  25. #Ymodem
  26. @c:\prot\CEXYZ.exe /P*P /Ufos /L38400 /Sy
  27. ;
  28. #Zmodem
  29. @c:\prot\CEXYZ.exe /P*P /Ufos /L38400 /Sz
  30. ;
  31. ;End of Protocol Definitions
  32. ;
  33. ;  Archive Definitions to Compress your list for speedier downloads!
  34. ;
  35. ;  The Following are examples to allow BBS_DOOR.EXE to ARCHIVE the listings
  36. ;  created during a download session. The program will archive the SEARCHED
  37. ;  or COMPLETE listing into an archive with the name FILENAME.[archive type]
  38. ;  The filename is from the /L=<Filename> you entered on the command line.
  39. ;  The [archive type] is the 3 LETTER EXTENSION you designate below. As shown,
  40. ;  the format is labeled with the [] brackets and MUST precede the respective
  41. ;  command line. You must start the actual command line with a "+" and then
  42. ;  include the drive:\dir\filename.ext, arguments after the program name, and
  43. ;  a "*F" where the name of the listing should be placed on the command line.
  44. ;  The following examples work with my setup, you must change the directory
  45. ;  based on the location of the programs and files on your system. The examples
  46. ;  also show the method additional files may be added to the archive, such as
  47. ;  advertisements or whatever! You may list up to NINE [9] archive definitions.
  48. ;
  49. [ZIP]
  50. +c:\utils\PKZIP.exe *F d:\ra\txtfiles\Fozzy.ad
  51. ;
  52. [ARJ]
  53. +c:\utils\ARJ.EXE a *F d:\ra\txtfiles\Fozzy.ad
  54. ;
  55. [LZH]
  56. +c:\utils\LHA.EXE a *F d:\ra\txtfiles\Fozzy.ad
  57. ;
  58. ;End of ARCHIVE Definitions
  59.