Metropoli BBS
VIEWER: make.bat MODE: TEXT (ASCII)
echo off
ECHO  For use with WordStar Release 3.30 ONLY.
ECHO  This procedure will modify your Wordstar file %2 for use
ECHO  in 132 column by %1 row display mode.
ECHO  If this is not what you intend, if you are not using WordStar 
ECHO  Release 3.30, or if you are not using a copy
ECHO  of your Wordstar program hold down [CTRL] while
ECHO  typing the letter C, then press the letter Y.
ECHO  Otherwise...
pause
debug %2 < %1
echo Wordstar file %2 is now modified to support 132 columns & %1 rows.

[ RETURN TO DIRECTORY ]