Logging in to Windows 2000


The following is a pseudo-code description of the logon procedure.


MAIN PROCEDURE
--------------
IF ( Monitor is OFF )
     Turn monitor on.
IF ( Windows2000 logon screen is displayed )
     Follow W2K_LOGON_PROPER subprocedure.
     Done!
IF ( Computer is OFF )
     Turn computer on.
IF ( RedHat Linux is running )
     Order a restart from Linux.
Follow BIOS_To_W2K subprocedure.
Done!