home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util2 / sd60.lzh / DEMO2.BAT < prev    next >
DOS Batch File  |  1989-01-06  |  2KB  |  43 lines

  1. echo off
  2. cls
  3. echo ╔════════════════════════════════════════════════════════════════╗
  4. echo ║ Demonstration of the SDC and DOS HELP Utility Programs         ║
  5. echo ║ Copyright (C) 1989 By John F. Stetson - All Rights Reserved    ║
  6. echo ║                                                                ║
  7. echo ║ The following demonstration illustrates some of the features   ║
  8. echo ║ of the Configuration Program for SD and SDR (SDC), and the DOS ║
  9. echo ║ HELP Utility Program which is available as a separate product. ║
  10. echo ║ Press CTRL-BREAK to terminate the demonstration at any time.   ║
  11. echo ╚════════════════════════════════════════════════════════════════╝
  12. pause
  13. cls
  14. echo ╔════════════════════════════════════════════════════════════════╗
  15. echo ║              SDC Program Configuration Option Menu             ║
  16. echo ╚════════════════════════════════════════════════════════════════╝
  17. pause
  18. demo3
  19. if errorlevel 1 goto end
  20. cls
  21. echo ╔════════════════════════════════════════════════════════════════╗
  22. echo ║           SDC Program Screen Color Configuration Menu          ║
  23. echo ╚════════════════════════════════════════════════════════════════╝
  24. pause
  25. demo4
  26. if errorlevel 1 goto end
  27. cls
  28. echo ╔════════════════════════════════════════════════════════════════╗
  29. echo ║                DOS HELP Utility Program Main Menu              ║
  30. echo ╚════════════════════════════════════════════════════════════════╝
  31. pause
  32. demo5
  33. if errorlevel 1 goto end
  34. cls
  35. echo ╔════════════════════════════════════════════════════════════════╗
  36. echo ║             DOS HELP Utility Program Sample Command            ║
  37. echo ╚════════════════════════════════════════════════════════════════╝
  38. pause
  39. demo6
  40. :end
  41. cls
  42. echo Returning To The DOS Command Prompt . . .
  43.