Metropoli BBS
VIEWER: install.bat MODE: TEXT (ASCII)
@echo off
if x%1 == x goto usage
if not exist %1 mkdir %1
copy *.bat %1 >nul
copy *.exe %1 >nul
copy *.hlp %1 >nul
copy *.doc %1 >nul
copy config %1 >nul
set YARN=%1
echo Put this line to your AUTOEXEC.BAT file:
echo SET YARN=%1
echo.
echo Important: If you are upgrading Yarn from a version older than 0.60,
echo            follow the instructions in the UPGRADE text file.
goto end
:usage
echo usage: install [drive:]directory
echo.
echo Installs PC Yarn in the specified directory.
echo Important: Choose a drive with a lot of free space.
echo            The news will be stored there.
:end
[ RETURN TO DIRECTORY ]