home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DWARZ22.ZIP / SAMPLE.BAT < prev    next >
DOS Batch File  |  1996-01-06  |  237b  |  15 lines

  1. rem This is a sample door.bat to run this door
  2. rem Where 1 is the node number, be sure you have a <EXECUTABLE>1.CFG
  3.  
  4. cd\Doors\DoorName
  5. <EXECUTABLE> 1
  6.  
  7.  
  8.  
  9. Rem Example: Word Power would look like this:
  10. cd\doors\word
  11. word 1
  12.  
  13.  
  14.  
  15.