home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if .%1==. goto help
- if .%2==. goto help
- if not .%3==. goto help
- if not exist %1 goto help
- if not exist %2\phat.ppe goto help
-
- mkpcbtxt %1 /i:148 "!%2\phat.ppe 148_"
- mkpcbtxt %1 /i:259 "!%2\phat.ppe_"
- mkpcbtxt %1 /i:260 "!%2\phat.ppe 260_"
- goto done
-
- :help
- echo.
- echo Phat Logon v2.0 by Jim Jones [Alf]
- echo.
- echo In order to make use of this batch file you must supply both the full
- echo path\name to your PCBTEXT file, and the path to the directory where you
- echo have installed PROMPTS.PPE. In addition, MKPCBTXT.EXE must be in your
- echo path.
- echo.
- echo Sample usage: INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PHAT
- echo │ │ │
- echo This batch file ────────────┘ │ │
- echo │ │
- echo Full path to PCBTEXT ─────────────────────┘ │
- echo │
- echo Full path to Phat Logon (NO backslash!) ───────────────────┘
- echo.
-
- :done
-