home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / AUTOMSG.ZIP / AUTOMSG.BAT next >
DOS Batch File  |  1994-02-02  |  394b  |  19 lines

  1. @echo off
  2.  
  3. rem ****** To run this from WWIV ***********************
  4. rem *** All you really need to know is this:************
  5. rem
  6. rem In Chainedit....
  7. rem
  8. rem **Description: Autmessage Colorizer!
  9. rem **Filename: Automsg
  10. rem **SL: 255
  11. rem **Dos Interrupt: No
  12. rem **Shrink: Yes
  13. rem **Local Only: No
  14. rem ***************That is all... have fun!************
  15.  
  16. cd gfiles
  17. automsg
  18. exit
  19.