INSTALL.BAT

771 B b860b243aa90d057…
@ECHO OFF
CLS
echo ----------------------------------------
echo :        OnLine Graffiti v1.1          :
echo :  Copyright 1993-95, PAROLE Software  :
echo :         all rights reserved          :
echo ----------------------------------------
echo .
echo PKZIP.EXE must reside in a directory that is in your path.
echo .
PAUSE
echo .
Mkdir screens
echo Creating \SCREENS directory
pkunzip screens screens  >nul
echo unZIPing SCREENS.ZIP
mkdir users
ECHO Creating \USERS directory
echo .
ECHO You must edit the CFG file(s) to suit your particlar BBS software.
echo Thank you for trying OLG from PAROLE Software
echo .
echo Fido: 1:151/185  USRobotics 33.6k Dual Standard
echo InterNet: Dmaidon@cris.com
echo .
echo Finished....
echo .
PAUSE