@echo off if -%1- == -- goto explain if -%2- == -- goto explain if not %1 == 1 goto install if not %1 == 2 goto install goto explain :install mkpcbtxt %1 /i:192 "!%2\LSD^OFF.PPE" >nul echo tHE LSD LogOff v1.o Is nOw SUccEssFUllY insTaLLeD oN u'R X-LamE bOArd goto end :explain cls echo .,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`- echo echo iNSTALLATION 0F tHE nEW mAIL cHECK pPE iS S f0LL0WS : echo Command Line: INSTALL "PCBTEXT" "PPEDIR" echo. echo "PCBTEXT" is the PCBTEXT file to update. Usually in \GEN directory. echo. echo "PPEDIR" is where the ppe files are stored. echo. echo Make sure that MKPCBTXT is in your path somewhere, and NO TRAILING BACKSLASH! echo echo .,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`-,.,-'~^~`- echo Example usage echo INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\LSD!OFF\ :end