home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / sof10010 / hgdemo.bat next >
DOS Batch File  |  1990-08-09  |  980b  |  48 lines

  1. echo off
  2. cls
  3. break off
  4. if not exist hvg0808.exe goto filefail
  5. hvg0808.exe
  6. cls
  7. echo  
  8. echo  
  9. echo              Thank you for watching our
  10. echo              Harvard Graphics 2.3 Demonstration.
  11. echo  
  12. echo          If you would like to view it 
  13. echo          again, type:
  14. echo  
  15. echo              HGDEMO
  16. echo  
  17. echo          and press the ENTER key.
  18. echo  
  19. echo  
  20. goto exit
  21. :filefail
  22. echo  
  23. echo  
  24. echo               Harvard Graphics 2.3 Demo Disk Install
  25. echo               --------------------------------------
  26. echo  
  27. echo               An important file is missing from 
  28. echo               your Harvard Graphics Demo Directory:
  29. echo  
  30. echo              HVG0808.EXE
  31. echo  
  32. echo               The demo cannot run if this
  33. echo               file is missing!
  34. echo  
  35. echo               Please check your directory to see if the
  36. echo               file has been renamed or re-install the
  37. echo               the demo using your Harvard Graphics 
  38. echo               demo disk.
  39. echo  
  40. goto exit
  41.  
  42. :exit
  43. exit
  44.  
  45.  
  46.  
  47.  
  48.