i% = DoMsgBox("Windows system files need to be updated. This requires that Windows be shut down. Press OK to continue or Cancel to abort.", "M.Y.O.B. Setup", MB_OKCANCEL+MB_TASKMODAL+MB_ICONINFORMATION)
IF i% = IDOK THEN
i% = ExitExecRestart()
ELSEIF i% = IDCANCEL THEN
GOSUB ASKQUIT
GOTO RESTARTWIN
END IF
ELSE
i% = DoMsgBox("Windows system files need to be updated. To do this, exit windows and execute the batch file _MSSETUP.BAT located in " + CD$, "M.Y.O.B. Setup", MB_OK+MB_TASKMODAL+MB_ICONINFORMATION)