home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / AUTOMPM.ZIP / EXTRACT.BAT < prev    next >
DOS Batch File  |  1994-01-03  |  494b  |  18 lines

  1. cd\bbs\pwrmail
  2. :John
  3.    If exist c:\bbs\pwrmail\loklmail\John's_Password goto Peter
  4.    Call John.bat
  5. :Peter
  6.    If exist c:\bbs\pwrmail\loklmail\Peter's_Password goto Henry
  7.    Call Peter.bat
  8. :Henry
  9.    If exist c:\bbs\pwrmail\loklmail\Henry's_Password goto Next
  10.    Call Henry.bat
  11. :Next
  12.  
  13.  
  14. rem       NOTE:  For an example of JOHN.BAT
  15. rem                                PETER.BAT
  16. rem                                HENRY.BAT
  17. rem              See the generic example called NAME.BAT
  18.