@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\prompts.ppe goto help mkpcbtxt %1 /i:002 "!%2\shit.ppe" mkpcbtxt %1 /i:152 "!%2\shit.ppe" mkpcbtxt %1 /i:111 "!%2\shit.ppe" mkpcbtxt %1 /i:265 "!%2\shit.ppe" mkpcbtxt %1 /i:698 " " mkpcbtxt %1 /i:699 "!%2\shit.ppe" mkpcbtxt %1 /i:700 "!%2\shit.ppe" mkpcbtxt %1 /i:701 "!%2\shit.ppe" mkpcbtxt %1 /i:702 "!%2\shit.ppe" mkpcbtxt %1 /i:703 "!%2\shit.ppe" mkpcbtxt %1 /i:704 "!%2\shit.ppe" mkpcbtxt %1 /i:556 "!%2\yes.ppe" mkpcbtxt %1 /i:198 "!%2\yes.ppe" mkpcbtxt %1 /i:113 "!%2\num.ppe" mkpcbtxt %1 /i:114 "!%2\num.ppe" mkpcbtxt %1 /i:054 "!%2\yes.ppe" mkpcbtxt %1 /i:123 "!%2\dreapp.ppe" mkpcbtxt %1 /i:264 " " goto done :help echo. echo DrÉ /X app Coded by dr drÉ [gnx] 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 dreapp.ppe. In addition, MKPCBTXT.EXE must be in your echo path. echo. echo Sample usage: INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\DREAPP echo │ │ │ echo This batch file ────────────┘ │ │ echo │ │ echo Full path to PCBTEXT ─────────────────────┘ │ echo │ echo Full path to DREAPP ───────────────────────────────────────┘ echo. :done