home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / RBTCH242.ZIP / EXAMPLE.ZIP / BIMODEM.ZIP / BI1DNA.BAT next >
DOS Batch File  |  1992-03-29  |  331b  |  9 lines

  1. REM  This is for the download side of Proto.def for Bi-Modem/RBatch
  2. REM /L is the Com Port #
  3. REM /B is the Baud Rate
  4. REM /U is the File to send to user
  5. REM /R is the path to the directory to receive files into whe
  6. REM    a Bi-Directional transfer happens
  7. BIMODEM.COM /L %1 /B %2 /U %5 /RD:\NEW
  8. RBATCH BIRBTCH1.CFG %1 %3 %4
  9.