How to disable entry into IDLE mode: Many of today's newer ATA interface drives have automatic energy savings modes implemented by default. The drive's typically are designed to go into an Idle mode which reduces power consumption and parks the drive heads after a defined period of inactivity. If the inactivity period continues to another defined interval, the disc drive will further reduce its power consumption by spinning down the platters and entering Standby mode. When the drives are Idle or in Standby, any subsequent disc I/O will "wake them up" and enter Active Mode. This requires a modest amount of time that may not be desired. Disc drive Power Management Commands control these features and can be used to enable, disable or change the activation intervals of the power saving modes. A general command FBh is used to cause a drive to enter Active mode and set the Idle timer. If the Idle timer is set to 0 then the power management mode is disabled until a cold boot. The no_idle.exe utility can be run through the config.sys file or the autoexec.bat file. There is no memory overhead from the program which simply runs and then quits. The command line switches d0 and d1 tell which drives are have the power management defaults turned off. Usage: No IDLE v1.1 executable: no_idle.exe d0 d1 = disable drive 0 and drive 1 no_idle d0 = disable drive 0 only! device driver: device=no_idle.exe d0 d1 = disable both device=no_idle.exe d1 = disable drive 1 only! ================================================================ An alternative approach that uses a simple 43 byte .COM file is given below: It can be created through the DOS Debug utility. Two Debug script files are included, one for each drive: master = no_idle0.scr slave = no_idle1.scr At the DOS prompt simply type: debug