Metropoli BBS
VIEWER: install.bat MODE: TEXT (ASCII)
@echo off
if .%1==. goto help
if .%2==. goto help
if .%3==. goto help
if not exist %1 goto help
if not exist %3 goto help

mkpcbtxt %1 /i:550  "!%2downlst.ppe"
%2adjlevel.exe %3
goto done


:help
cls
echo.
echo                   SYNTAX: INSTALL PCBTEXT PPEDIR PWRDFILE
echo.
echo          PCBTEXT = the full pathname of your PCBTEXT file.
echo          PPEDIR  = the directory of where the PPE is located.
echo          PWRDFILE = the full pathname of your PWRD file
echo          Example:  INSTALL C:\PCB\GEN\PCBTEXT C:\PPE\RUMOUR\ c:\pcb\main\pwrd
echo                                     don't forget the '\' ^^^
echo.
goto end

:done
cls 
echo.
echo woe download prompt v1.0                           coded by eini
echo.
echo      !!!DON'T FORGET TO RUN ADJLEVEL EVERYTIME YOU CHANGE YOUR PWRD FILE!!!
echo.
echo Successfully installed!
echo.

:end 
[ RETURN TO DIRECTORY ]