home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / holoqwk3 / examples / batch.bat next >
DOS Batch File  |  1994-01-24  |  296b  |  12 lines

  1. ; this short batch file simply changes directory to the HoloQWK
  2. ; folder and then executes the program with the command line of BATCH
  3. ; this causes HoloQWK to pack new mail for anyone who has enabled
  4. ; batch (or midnight) packing within HoloQWK
  5.  
  6. cd g:\QWK\
  7.  
  8. HOLOQWK.PRG BATCH
  9.  
  10. system
  11.  
  12.