//=============================================================================
//
// Copyright 2005-2008 Western Digital Corporation
//
// RESTRICTED RIGHTS LEGEND
// ------------------------
//
// Use, duplication or disclosure by any commercial industry (public
// or private), private individual or by any Government Agency without
// an expressed written consent of release from Western Digital
// Corporation is subject to restriction set forth in paragraph
// (b)(3)(B) of the Rights in Technical Data and Computer Software
// clause in DAR 7-104.9(a). 
//
// Manufacturer is:
//
// Western Digital Corporation
//   20511 Lake Forest Dr.
//   Lake Forest, CA 92630
//   1-800-275-4932
//=============================================================================

WDIDLE3 Version 1.00 for DOS


DESCRIPTION
- DOS Level utility to setup or report the idle3 value.


FEATURES
- Scan for all drives. Non-WD Drives shall only show the model and serial 
  numbers.
- Uses a Vendor Specific Command to set or get the idle3 timer.
- Timer can be set from 100 ms to 25.5 seconds, in 100ms increments.


USAGE
WDIDLE3 [/S[<Timer>]] [/D] [/R] [/?]
where:
/S[<Timer>] Set timer, units in 100 milliseconds (1 to 255). Default=80.
/D          Disable timer.
/R          Report current timer.
/?          This help info.

DOS ERRORLEVEL
0     No error
1     Drive problem
254   Internal program error
255   Invalid command line argument

