home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / mangle.zip / DOOR.BAT next >
DOS Batch File  |  1991-04-28  |  362b  |  15 lines

  1. rem     This is a sample .BAT file for use as a Wildcat! door
  2.  
  3. echo off
  4.  
  5. rem  The next line is critical: the door file must be copied to the
  6. rem  same directory as mangle.
  7. rem  If you're running RBBS, for instance, the line might read:
  8. rem         copy  dorinfo1.def  c:\mangle
  9.  
  10. copy callinfo.bbs \mangle
  11. cd \mangle
  12. mangle wildcat 0
  13. cd \wildcat
  14. cat.bat
  15.