home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / telix / qmm302.arc / NEWMAIL.BAT < prev    next >
DOS Batch File  |  1990-01-24  |  297b  |  20 lines

  1. echo off
  2. cls
  3. path >\BATCH\OLDPATH.BAT
  4. path \ws5;\qmail;%path%
  5. cd \modem\t3
  6. if %1 / == / goto now
  7. echo QMM AUTOPILOT waiting until  %1  to execute
  8. wait %1
  9. telix sqmmauto
  10. goto qmail
  11. :now
  12. echo QMM AUTOPILOT executing now
  13. telix sqmmauto
  14. :qmail
  15. cd \qmail
  16. deluxe
  17. cd\
  18. \batch\oldpath
  19.  
  20.