home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / SEL_M_18.ZIP / SELL'EM.XFR < prev    next >
Text File  |  1993-07-15  |  1KB  |  36 lines

  1. * SELL'EM.EXE v1.8 Copyright (c) 1992 Sagerquist Micro Engineering
  2. *                  Support BBS: (805) 723-6908, Lancaster, Ca.
  3. *
  4. * This is the File Transfer Directory and External Protocol definition 
  5. * file.  The required format starts with defining the directory where
  6. * the uploaded files will be placed.  The words "FILE DIRECTORY" must
  7. * be followed by a semicolon, then the directory path.  Then, define 
  8. * the protocol names (as they will appear on the menu), a semi-colon,
  9. * then the name of the batch file (path too, if necessary) that will call
  10. * that protocol.  The word "SEND" or "RECEIVE", comm port, baud rate, path
  11. * and filename to be transferred will be automatically sent to the batch
  12. * file through the %# command line parameters.  For example:
  13. *               ┌─── Mandatory separator.
  14. *               
  15. * FILE DIRECTORY;C:\BBS\SELL'EM\ADFILES
  16. *       ┌─── Mandatory separator.
  17. *       
  18. * Zmodem;ZMODEM.BAT
  19. *   │        │
  20. *   │        └────── Batch file name - DOS standards - 69 character maximum.
  21. *   │
  22. *   └─────────────── Menu name - 10 character maximum.
  23. * Ymodem-G;C:\BBS\SELL'EM\PROTOCOL\YMODEMG.BAT
  24. * The Protocol Name will show up on the Transfer Menu.  Place up to 10
  25. * protocols on the menu.
  26. FILE DIRECTORY;C:\BBS\SELL'EM\ADFILES
  27. Xmodem CRC;XMODEM-C.BAT
  28. Ymodem;YMODEM.BAT
  29. Ymodem-G;YMODEM-G.BAT
  30. Zmodem;ZMODEM.BAT
  31.