home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / d-spool.zip / SP2DEMO.BAT < prev    next >
DOS Batch File  |  1990-04-04  |  3KB  |  85 lines

  1. echo off
  2. cls
  3. echo Thank you for your interest in DISK SPOOL II. This demo
  4. echo has been set up to show you the most attractive feature of
  5. echo DISK SPOOL II; namely, that it saves you time.  When you
  6. echo press any key to continue, I'm going to load DISK SPOOL II
  7. echo into memory.
  8. echo  
  9. echo  
  10. pause
  11. sp2 x+%1
  12. echo  
  13. echo  
  14. cls
  15. echo I have loaded DISK SPOOL II into memory in such a manner that
  16. echo the spooler is disabled.  In other words, your computer will
  17. echo behave just as if there were no spooling environment.
  18. echo  
  19. echo  
  20. echo What we're going to do is graphically demonstrate the time
  21. echo saving features of DISK SPOOL II by keeping track of the amount
  22. echo of time it takes to print a document without spooling vs. the
  23. echo amount of time it takes to print the same document with
  24. echo spooling.
  25. echo  
  26. echo  
  27. echo I want you to enable this timing-test function.  To do this,
  28. echo bring up the pop-up menu by depressing the alt-left uppershift
  29. echo keys simultaneously, and then tap the key sequence LTEO
  30. echo (the last character in this sequence is the letter O).
  31. echo Get out of the pop-up menu by pressing the Esc key until
  32. echo the menu disappears.  Or, you can tap the Q key.
  33. echo  
  34. echo  
  35. pause
  36. cls
  37. echo If everything's fine up to now, you should see a window in the
  38. echo bottom righthand portion of your display.  This window is 
  39. echo going to graphically demonstrate the savings in time.
  40. echo  
  41. echo  
  42. echo Now I'm going to print the document SP2.DOC.  Watch how the
  43. echo timing values keep track of both the number of characters being
  44. echo sent as well as the amount of time needed to print.
  45. echo  
  46. echo  
  47. pause
  48. echo  
  49. sp2d   sp2.doc
  50. cls
  51. echo Now I'm going to reconfigure DISK SPOOL II so that spooling is
  52. echo enabled, and then I'm going to reprint the document.  Watch
  53. echo the timing values!
  54. echo  
  55. echo  
  56. pause
  57. sp2 $
  58. echo  
  59. sp2d   sp2.doc
  60. cls
  61. echo This concludes this demo.  I'm going to leave DISK SPOOL II
  62. echo in memory so that you can experiment with it.  You may want
  63. echo close the Timing Tests window by getting into the pop-up
  64. echo menu and taking the menu selections LTC.
  65. echo  
  66. echo Please make use of the HELP menu selections, as well as the
  67. echo User's Guide so that you will get to know DISK SPOOL II better.
  68. echo  
  69. echo  
  70. pause
  71. cls
  72. echo  
  73. echo  
  74. echo For further information, contact:
  75. echo  
  76. echo   Budget Software Company
  77. echo   P.O. Box 12282
  78. echo   12162 E. Mississippi Ave.
  79. echo   Aurora, CO 80012
  80. echo   (303) 695-9095
  81. echo  
  82. echo  
  83. pause
  84. echo on
  85.