home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / bclink20.zip / SAMPLE6.BAT < prev    next >
DOS Batch File  |  1995-09-30  |  902b  |  24 lines

  1. @echo off
  2. ::========================================================================
  3. ::  Sample Batch File #6.  
  4. ::
  5. ::  Sample Batch Files:
  6. ::          Sample #1.  CLOCK session.
  7. ::          Sample #2.  MANAGER'S MONITOR session.
  8. ::          Sample #3.  REMOTE CLOCK-IN session (with prompts).
  9. ::          Sample #4.  REMOTE CLOCK-IN session (complete command-line).
  10. ::          Sample #5.  REMOTE CLOCK-OUT session (complete command-line).
  11. ::      ==> Sample #6.  MESSAGE SENDING session.
  12. ::========================================================================
  13. ::
  14. echo .
  15. echo            Sample #6.  MESSAGE SENDING session.
  16. echo .
  17. echo This .BAT file shows a quick way for you or a secratary to send a
  18. echo message to a worker.  
  19. echo Select the following worker:  JOSE GOMEZ.
  20. echo After finishing, run SAMPLE1.BAT again to see his name blinking.
  21. echo .
  22. pause
  23. bclink.exe MSG
  24.