home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / sfqwk1bm.zip / SFMESS.BAT < prev    next >
DOS Batch File  |  1994-09-08  |  372b  |  14 lines

  1. rem This is a SF-Quick/BW example Spitfire message extension batch file.
  2. rem Pay close attention to Line 3, it copy's SFMESS.DAT to SFDOORS.DAT.
  3. rem This is a MUST for SF-Quick/BW to function properly.
  4.  
  5. rem Each node will need a separate configuration file.
  6.  
  7. @ECHO OFF
  8. BRK OFF
  9. COPY D:\SFMESS.DAT SFDOORS.DAT > NUL
  10. CDD D:\SFQWK
  11. SFQWK CONFIG.1
  12. CDD D:\SF
  13. BRK ON
  14.