home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAULTP3.ZIP / PWAPRGMS.A02 / PWA95 / PWAEF22.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-05-11  |  876b  |  38 lines

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