home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / lan / lanpulse.zip / LP_PROC.BAT < prev    next >
DOS Batch File  |  1992-06-11  |  398b  |  9 lines

  1. @echo off
  2. REM  This is a sample batch file to illustrate how LPPROC.BAT can be used.
  3. REM  This particular sample writes the results out to a file named "WARNING.LOG"
  4. REM  You may wish replace the last line with a SEND command to notify certain
  5. REM  users that performance has dropped below your specified threshold values.
  6. @echo off
  7. echo ETR = %1, Sample = %2, Warning = %3 >> warning.log
  8.  
  9.