home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAEQU11.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-11-15  |  1KB  |  45 lines

  1. @echo off
  2. rem
  3. rem -------------------------------------------------------------------------
  4. rem Enhanced Quick Uploader v1.1 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:68   "!%2\EQU.PPE"
  14. mkpcbtxt %1 /i:729  "!%2\EQU.PPE"
  15. goto done
  16.  
  17.  
  18. :help
  19. cls
  20. echo.
  21. echo To install Enhanced Quick Uploader, 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 EQU is located.
  28. echo.
  29. echo Example:
  30. echo.
  31. echo        install C:\PCB\GEN\PCBTEXT C:\PPE\EQU
  32. echo.
  33. pause
  34.  
  35. :done
  36. echo.
  37. echo Don't forget to add U.PPE and UB.PPE to your CMD.LST!
  38. echo.
  39. echo Enhanced Quick Uploader v1.1 by Drew [PWA]
  40. echo.
  41. echo Gawd I hate batch files.  T/csh-shell scripts would have been so
  42. echo much nicer. :)   --Drew
  43. echo.
  44.  
  45.