home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / PPE / ALF / ALF_PHT2.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-06-01  |  1.0 KB  |  32 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\phat.ppe goto help 
  7.  
  8. mkpcbtxt %1 /i:148 "!%2\phat.ppe 148_"
  9. mkpcbtxt %1 /i:259 "!%2\phat.ppe_"
  10. mkpcbtxt %1 /i:260 "!%2\phat.ppe 260_"
  11. goto done
  12.  
  13. :help
  14. echo.
  15. echo Phat Logon v2.0 by Jim Jones [Alf]
  16. echo.
  17. echo In order to make use of this batch file you must supply both the full
  18. echo path\name to your PCBTEXT file, and the path to the directory where you
  19. echo have installed PROMPTS.PPE.  In addition, MKPCBTXT.EXE must be in your
  20. echo path.
  21. echo.
  22. echo          Sample usage:   INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PHAT
  23. echo                             │             │                │
  24. echo This batch file ────────────┘             │                │
  25. echo                                           │                │
  26. echo Full path to PCBTEXT ─────────────────────┘                │
  27. echo                                                            │
  28. echo Full path to Phat Logon (NO backslash!) ───────────────────┘
  29. echo.
  30.  
  31. :done
  32.