home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAEEM13.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-04-09  |  950b  |  43 lines

  1. @echo off
  2. rem
  3. rem -------------------------------------------------------------------------
  4. rem Enhanced End of Message v1.3 by Drew [PWA]
  5. rem -------------------------------------------------------------------------
  6. rem 68
  7. rem 729
  8. rem
  9. if .%1==. goto help
  10. if .%2==. goto help
  11. if not exist %1 goto help
  12.  
  13. mkpcbtxt %1 /i:197  "!%2\EEOM.PPE"
  14. mkpcbtxt %1 /i:612  "!%2\EEOM.PPE"
  15. goto done
  16.  
  17.  
  18. :help
  19. cls
  20. echo.
  21. echo To install Enhanced End of Message, use the following syntax:
  22. echo.
  23. echo        install PCBTEXT PPEDIR
  24. echo.
  25. echo        PCBTEXT is the full pathname of your PCBTEXT file.
  26. echo.
  27. echo        PPEDIR is the directory of where EEOM is located.
  28. echo.
  29. echo Example:
  30. echo.
  31. echo        install C:\PCB\GEN\PCBTEXT C:\PPE\EEOM
  32. echo.
  33. pause
  34.  
  35. :done
  36. echo.
  37. echo Enhanced End of Message v1.3 by Drew [PWA]
  38. echo.
  39. echo Gawd I hate batch files.  T/csh-shell scripts would have been so
  40. echo much nicer. :)   --Drew
  41. echo.
  42.  
  43.