home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / ALF-LOGN.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-07-26  |  1KB  |  34 lines

  1. @echo off
  2. if .%1==. goto help
  3. if .%2==. goto help
  4. if not .%3==. goto help
  5. if not exist %1 goto help
  6. if not exist %2\login.ppe goto help 
  7.  
  8. mkpcbtxt %1 /i:076 "!%2\login.ppe 076_"
  9. mkpcbtxt %1 /i:092 "!%2\login.ppe 092_"
  10. mkpcbtxt %1 /i:148 "!%2\login.ppe 148_"
  11. mkpcbtxt %1 /i:259 "!%2\login.ppe 259_"
  12. mkpcbtxt %1 /i:260 "!%2\login.ppe 260_"
  13. goto done
  14.  
  15. :help
  16. echo.
  17. echo Neato Login v1.O by Physical Solution
  18. echo.
  19. echo In order to make use of this batch file you must supply both the full
  20. echo path\name to your PCBTEXT file, and the path to the directory where you
  21. echo have installed LOGIN.PPE.  In addition, MKPCBTXT.EXE must be in your
  22. echo path.
  23. echo.
  24. echo          Sample usage:   INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\LOGIN
  25. echo                             │             │                │
  26. echo This batch file ────────────┘             │                │
  27. echo                                           │                │
  28. echo Full path to PCBTEXT ─────────────────────┘                │
  29. echo                                                            │
  30. echo Full path to LOGIN.PPE (NO backslash!) ────────────────────┘
  31. echo.
  32.  
  33. :done
  34.