home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / fir10000 / demo.bat < prev    next >
DOS Batch File  |  1990-05-07  |  1KB  |  59 lines

  1. Echo off
  2. Echo - - - - - -
  3. Echo Zug's Guide to First Byte Products:
  4. Echo Program Demo.
  5. Echo (C)Copyright First Byte Corporation 1989.
  6. Echo - - - - - -
  7. if exist SPEECH.EXE goto L1
  8. Echo Please INSTALL this product before executing ...
  9. pause
  10. goto ABORT
  11. :L1
  12. speech
  13.  
  14. :First
  15. if exist GraspRt.exe goto Second
  16.  
  17. Echo - - - - 
  18. Echo Disk 1 files were not found.
  19. Echo If you are running from a floppy disk,
  20. Echo please place Disk 1 in the default drive.
  21. Echo If you are running from a hard drive,
  22. Echo please change the default directory to
  23. Echo <drive letter>:\FirstBty\Demo. 
  24. pause
  25. Goto Abort
  26.  
  27. :Second
  28. if exist Demo.GL goto single
  29.  
  30. if exist A:\Demo.GL goto OnA
  31. if exist B:\Demo.GL goto OnB
  32.  
  33. :Bad
  34. Echo - - - -
  35. Echo If you are using a disk that is a 360k disk,
  36. Echo then you must have two disk drives, drive A and B,
  37. Echo and you must put disk 1 in the default drive and 
  38. Echo disk 2 in the other drive before typing Demo.
  39. pause
  40. Goto Abort 
  41.  
  42. :OnA
  43. if not exist GraspRt.exe goto Bad
  44. GraspRT A:\Demo Demo
  45. goto done
  46.  
  47. :OnB
  48. if not exist GraspRt.exe goto Bad
  49. GraspRT B:\Demo Demo
  50. goto done
  51.  
  52. :single
  53. GraspRT Demo Demo
  54. goto done
  55.  
  56. :done
  57. FreeTalk
  58. :ABORT
  59.