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\login.ppe goto help
-
- mkpcbtxt %1 /i:076 "!%2\login.ppe 076_"
- mkpcbtxt %1 /i:092 "!%2\login.ppe 092_"
- mkpcbtxt %1 /i:148 "!%2\login.ppe 148_"
- mkpcbtxt %1 /i:259 "!%2\login.ppe 259_"
- mkpcbtxt %1 /i:260 "!%2\login.ppe 260_"
- goto done
-
- :help
- echo.
- echo Neato Login v1.O by Physical Solution
- 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 LOGIN.PPE. In addition, MKPCBTXT.EXE must be in your
- echo path.
- echo.
- echo Sample usage: INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\LOGIN
- echo │ │ │
- echo This batch file ────────────┘ │ │
- echo │ │
- echo Full path to PCBTEXT ─────────────────────┘ │
- echo │
- echo Full path to LOGIN.PPE (NO backslash!) ────────────────────┘
- echo.
-
- :done
-