@echo off if *%1 == * goto explain if *%2 == * goto explain if not exist %1 goto explain if not exist %2\con goto explain :install copy *.* %2 COPY %1PCBTEXT %1PCBTEXT.PUL mkpcbtxt %1PCBTEXT.PUL /i:396 "!%2\PULLDOWN.PPE" mkpcbtxt %1PCBTEXT.PUL /i:1 "!%2\MOD\1.PPE" mkpcbtxt %1PCBTEXT.PUL /i:26 "!%2\MOD\26.PPE" mkpcbtxt %1PCBTEXT.PUL /i:728 "!%2\MOD\728.PPE" mkpcbtxt %1PCBTEXT.PUL /i:729 "!%2\MOD\729.PPE" :done echo ÿ echo PULLDOWN.PPE has been installed echo ÿ goto end :explain echo ÿ echo Installation of PULLDOWN.PPE echo ------------------------ echo Usage: INSTALL pcbtext ppldir echo ÿ echo Where "pcbtext" is the location of your default PCBTEXT language file. echo ÿ echo And "ppldir" is where you unzipped PULLDOWN echo ÿ echo ÿ echo Example usage: echo ÿ echo INSTALL C:\PCB\GEN\ C:\PCB\PPE\PULLDOWN echo ÿ ^ The Backslash is required pause :end