home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / mic20060 / demo.bat < prev    next >
DOS Batch File  |  1989-12-11  |  908b  |  33 lines

  1. echo off
  2. cls
  3. break off
  4. if exist wwshow.exe goto :doit
  5. echo File Not Found
  6. echo Please make sure that the default drive and/or
  7. echo subdirectory are set correctly.
  8. goto :end
  9. :doit
  10. WWSHOW W4W
  11. if not errorlevel 255 goto chk254
  12. echo Sorry, this demo requires at least 320K of memory.
  13. goto :end
  14. :chk254
  15. if not errorlevel 253 goto chk252
  16. echo Sorry, you have a VGA card, but no VGA monitor is attached to your system
  17. goto :end
  18. :chk252
  19. if not errorlevel 252 goto chk251
  20. echo Sorry, this demo requires EGA or VGA graphics capabilities.
  21. goto :end
  22. :chk251
  23. if not errorlevel 251 goto allok
  24. echo Sorry, your EGA card has insufficient memory.
  25. echo        256K of memory on the EGA card is required to run this demo.
  26. goto :end
  27. :allok
  28. echo Thank you for watching our Microsoft Word for Windows demo
  29. echo If you would like to see it again, type:
  30. echo DEMO
  31. echo and press the enter key.
  32. :end
  33.