home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / TC_MM26.ZIP / RECV.BAT < prev    next >
DOS Batch File  |  1993-09-21  |  948b  |  23 lines

  1. @ECHO OFF
  2. REM
  3. REM Just put this bat file in the dir with the rest of the door
  4. REM and then call it from your bat file that you run your bbs from.
  5. REM
  6. REM you need to call this file EVERY time you receive a file.  Because
  7. REM if a person sent you two updates right after eachother then they
  8. REM could   `collide'  and your mailer would change the filename .. this
  9. REM would cause   the file  to   NOT  get applied and you could loose
  10. REM user data
  11. REM
  12. REM don't forget to set your drive if you have a multi drive system
  13. REM this is what I do on the very next line
  14. D:
  15. REM then you want to be sure and set your default directory which is
  16. REM where this BAT file should be.  This is so mmconfig can find the files
  17. REM that is must find.
  18. REM this is what I do on the very next line
  19. CD \DOORS\TCMM
  20. REM and finally we run the program so that it will process the incoming
  21. REM file.. this is what I do onthe very next line
  22. MMCONFIG /D
  23.