Metropoli BBS
VIEWER: install.bat MODE: TEXT (ASCII)
@echo off
rem
rem -------------------------------------------------------------------------
rem Enhanced Flag v2.21 by Drew [PWA]
rem -------------------------------------------------------------------------
rem
if .%1==. goto help
if .%2==. goto help
if not exist %1 goto help

mkpcbtxt %1 /i:549  "!%2\EFLAG.PPE @X4F 79 yes no @X0F*"
rem                                ^^^^^^^^^^^^^^^^^^^^
rem                                change these to your liking!
rem                                see EFLAG.DOC for descriptions
goto done


:help
cls
echo.
echo To install Enhanced End of Message, use the following syntax:
echo.
echo        install PCBTEXT PPEDIR
echo.
echo        PCBTEXT is the full pathname of your PCBTEXT file.
echo.
echo        PPEDIR is the directory of where EFLAG is located.
echo.
echo Example:
echo.
echo        install C:\PCB\GEN\PCBTEXT C:\PPE\EFLAG
echo.
pause

:done
echo.
echo Enhanced Flag v2.21 by Drew [PWA]
echo.
echo Gawd I hate batch files.  T/csh-shell scripts would have been so
echo much nicer. :)   --Drew
echo.

[ RETURN TO DIRECTORY ]