Metropoli BBS
VIEWER: install.bat MODE: TEXT (LATIN1)
@echo off
cls
if *%1 == * goto explain
if *%2 == * goto explain

if not exist %1 goto explain
if not exist %2\con goto explain

:install
copy UNet*.* %2

mkpcbtxt %1 /i:10 "!%2\UNetFile.PPE"

:done
echo ÿ
echo UNetFile.PPE has been installed
echo ÿ
goto end

:explain
echo ÿ
echo Installation of UNetFile.PPE
echo þþþþþþþþþþþþþþþþþþþþþþþþþþþþþ
echo.
echo Usage:   INSTALL PCBText PPLDir
echo. ÿ
echo Where "PCBText" is the location and name of the PCBText file to update.
echo. ÿ
echo And "PPLDir" is the Directory where you want to store the PPS/PPE file(s).
echo.
echo. ÿ
echo Example usage:
echo. ÿ
echo     INSTALL X:\PCB\GEN\PCBTEXT X:\PCB\PPL 
echo.
echo. ÿ
pause
echo. ÿ

:end

[ RETURN TO DIRECTORY ]