home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / utility / zhorno14.zip / PS.BAT < prev    next >
DOS Batch File  |  1993-08-14  |  493b  |  24 lines

  1. echo off
  2. if x==%2x cls
  3. if not x==%1x goto START
  4. echo SYNTAX:  "PS xxx"  (where xxx are your initials)
  5. goto END
  6. :START
  7. if x==%2x echo For POP-UP service, enter "PS xxx MR"  (xxx = your initials)
  8. cd\PS
  9. :START2
  10. if exist end%1.fyl goto RETURN
  11. rem PC-BEEP x x x x x %1 x x x tx
  12. MAINPROG x x x x x %1 x x x %2
  13. if not exist util%1.bat goto RETURN
  14. echo off
  15. util%1
  16. goto START2
  17. :RETURN
  18. echo off
  19. cls
  20. :SE
  21. if exist util%1.bat erase util%1.bat
  22. if exist end%1.fyl erase end%1.fyl
  23. :END
  24.