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

  1. rem This is an example SFINIT.BAT that will run SFQEvent.  SFQEvent will update
  2. rem the Users record.  It will set the number of messages entered, for use with
  3. rem Bullitin generators.
  4.  
  5. rem Each node will need a separate configuration file.
  6.  
  7. rem This Program will also set the SF-Message Que to it's new settings if ran
  8. rem from one of the Menu Extensions.
  9.  
  10. @ECHO OFF
  11. BRK ON
  12. CDD SFQWK
  13. SFQEVENT CONFIG.1 SF
  14. CDD SF
  15. BRK ON
  16.