home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / schdmstr.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1989-12-02  |  3KB  |  132 lines

  1. echo off
  2. echo  Welcome to the SCHEDULE MASTER demo.  Use color if 
  3. echo    you can.  It works best in color!
  4. echo.
  5. echo  Simply stating, you tell the system two things.
  6. echo  1. When the employee wants to work & info such as
  7. echo     wage rate, senority, full time/part time, etc.
  8. echo  2. How many people you need on by half hour by day
  9. echo     for next week and push a key.
  10. echo  The "best" schedule is created AUTOMATICALLY!  Best
  11. echo   can be defined as the least expensive, or best for
  12. echo   the employees, or somewhere in between.
  13. echo.
  14. echo  Our experience been a 80 percent reduction in the time to do
  15. echo   a schedule.  You can also see up to a 30 percent reduction
  16. echo   in turnover or up to 10 percent reduction in payroll cost.
  17. echo.
  18. echo  If you have any questions call or write:
  19. echo   Robert Barrie,   RPP,   301 Maple Ave. West - Suite 100
  20. echo                           Vienna, Va.   22180
  21. echo                           (703) 478-1351
  22. rem  Welcome to the SCHEDULE MASTER demo.
  23. rem
  24. rem  It works best in color!
  25. rem
  26. rem  Simply stating, you tell the system two things.
  27. rem  1. When the employee wants to work & info such as
  28. rem     wage rate, senority, full time/part time, etc.
  29. rem  2. How many people you need on by half hour by day
  30. rem     for next week and push a key.
  31. rem  The "best" schedule is created AUTOMATICALLY!  Best
  32. rem   can be defined as the least expensive, or best for
  33. rem   the employees, or somewhere in between.
  34. rem
  35. rem  Our experience been a 80% reduction in the time to do
  36. rem   a schedule.  You can also see up to a 30% reduction
  37. rem   in turnover or up to 10% reduction in payroll cost.
  38. rem
  39. rem  If you have any questions call or write:
  40. rem   Robert Barrie,   RPP,   301 Maple Ave. West - Suite 100
  41. rem                           Vienna, Va.   22180
  42. rem                           (703) 478-1351
  43. pause
  44. echo ********************************************
  45. echo *                                          *
  46. echo *      S c h e d u l e   M a s t e r       *
  47. echo *                                          *
  48. echo *                                          *
  49. echo *               Demo Diskette              *
  50. echo *                                          *
  51. echo * (C) 1988, 1989 Schedule Master Corp.     *
  52. echo * All Rights Reserved                      *
  53. echo *                                          *
  54. echo ********************************************
  55. echo Running Demonstration Program...please standby for a few moments
  56. set EGA=MONITOR
  57. DEMO-1
  58. set EGA=
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.