home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / bclink18.zip / SAMPLE2.BAT < prev    next >
DOS Batch File  |  1995-07-25  |  763b  |  22 lines

  1. @echo off
  2. ::========================================================================
  3. ::  Sample Batch File #2.  
  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.  MESSAGE SENDING session.
  11. ::========================================================================
  12. ::
  13. echo .
  14. echo          Sample #2.  MANAGER'S MONITOR session.
  15. echo .
  16. echo This .BAT file starts the Manager's Monitor.
  17. echo Note that you will see workers clocked in to stations A and B.
  18. echo The password is "BOSS".
  19. echo .
  20. pause
  21. bclink.exe MONITOR 1
  22.