home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1332 / gepackt.exe / EXAM / GO_LEGAL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-02-16  |  986 b   |  31 lines

  1. echo off
  2. echo
  3. echo The WindhamWoods Publishing Legalese Advisor
  4. echo
  5. echo Sysops and vendors as well as users will want to view this "document"
  6. echo to learn more about WindhamWoods Publishing, our distribution policies
  7. echo (for BBSs and Disk Vendors,) our warranties, and our membership in the
  8. echo ASP (Association of Shareware Professionals.)
  9. echo
  10. echo To view this document this batch file needs to access MSHOW.EXE found
  11. echo in the MDEM5A archive. If you have not unpacked MSHOW.EXE from the
  12. echo MDEM5A archive or if MSHOW.EXE is not accessible from this directory
  13. echo then press the Control-C to terminate this batch file.
  14. echo
  15. PAUSE
  16. echo To view the legalese, we're simply going to change to the next higher
  17. echo level directory where MSHOW.EXE resides and then run MSHOW.
  18. echo
  19. echo CD..
  20. echo C:\MDEMO MSHOW EXAM\LEGALESE.MD
  21. echo
  22. PAUSE
  23. CD..
  24. MSHOW EXAM\LEGALESE.MD
  25. echo
  26. echo That's all it takes to run a MakeDemo presentation.
  27. CD EXAM
  28.  
  29.  
  30.  
  31.