home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / RIU100.ZIP / FOSSIL.BAT next >
DOS Batch File  |  1993-09-27  |  507b  |  19 lines

  1. rem  this batch file shows how to run it with a fossil driver.
  2. rem the recomended method is to start the fossil before the bbs, but
  3. rem it can be run like this as well.  Your mileage may vary...
  4. rem bnu is the fossil used in this example
  5.  
  6. @echo off
  7.  
  8. rem lock the com2 at 19,200  fossil ports are 1 less than hardware ports
  9. rem fossil ports 0-7 equate to hardware ports 1-8
  10.  
  11. bnu /l:1=19200
  12.  
  13. g:
  14. cd \bssicl
  15. riu c:\wc30\wcwork\node1
  16.  
  17. rem unload the fossil before you go back to the bbs
  18. bnu /u
  19.