Metropoli BBS
VIEWER: stdemo.bat MODE: TEXT (ASCII)
@echo off
cls
echo:
echo STDEMO.BAT demonstrates Show Two FIles
echo by examining two sample files supplied
echo with STF.EXE. These files are STFTUT.TXT and
echo STFTUT.OLD. 
echo If you want to abort, hit (Ctrl) C or..
pause
stf stftut.txt stftut.old
[ RETURN TO DIRECTORY ]