home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo
- echo The WindhamWoods Publishing Legalese Advisor
- echo
- echo Sysops and vendors as well as users will want to view this "document"
- echo to learn more about WindhamWoods Publishing, our distribution policies
- echo (for BBSs and Disk Vendors,) our warranties, and our membership in the
- echo ASP (Association of Shareware Professionals.)
- echo
- echo To view this document this batch file needs to access MSHOW.EXE found
- echo in the MDEM5A archive. If you have not unpacked MSHOW.EXE from the
- echo MDEM5A archive or if MSHOW.EXE is not accessible from this directory
- echo then press the Control-C to terminate this batch file.
- echo
- PAUSE
- echo To view the legalese, we're simply going to change to the next higher
- echo level directory where MSHOW.EXE resides and then run MSHOW.
- echo
- echo CD..
- echo C:\MDEMO MSHOW EXAM\LEGALESE.MD
- echo
- PAUSE
- CD..
- MSHOW EXAM\LEGALESE.MD
- echo
- echo That's all it takes to run a MakeDemo presentation.
- CD EXAM
-
-
-