COMTROL.EXE 16-bit DOS MODE
Purpose Reboot the computer at a set time.
Description This program sets the hardware alarm clock built in to every AT-class (286 or better) PC-compatible to interrupt the computer and reboot it at a set time. When the alarm goes off a window pops up telling the user that the computer will reboot in 30 seconds. If the user hits ESC during that time the reboot is cancelled. If no key is pushed, at the end of that time COMTROL creates a marker file (default: C:\BOOTFLAG) and then reboots. This file can be used in the AUTOEXEC.BAT to trigger a daily maintenance procedure which occurs automatically late at night without interfering with daily use or reboot of the computer.

NOTE: With some memory managers and configurations this program will not be able to reboot the computer properly if it is not loaded in regular DOS memory.

    COMTROL version 2.14         by Lincoln Jaros\n");

	Correct syntax:

        comtrol [options]

            -h nn       hour to reboot (default: 23)
            -m nn       minute to reboot (default: 00)
            -u          uninstall program
            -n          don't create marker file on reboot
            -t          set alarm to next minute (testing)
            -f fname    set name of marker file (default: c:\bootflag)

        Sets real-time alarm to reboot computer at chosen time.
        Just before reboot, a marker file is created in the
        root directory.

		

DOWNLOAD