cmd script to restart server
SET ORACLE_SID=ICMSPROD
SQLPLUS /NOLOG @D:\Backup\RESTART.SQL
C:\WINDOWS\system32\shutdown.exe /r /f /t 05
EXIT
It appears that it ran up to the line with RESTART.SQL which shutdown the Oracle database and worked. However, it didn't contine to run the C:\WINDOWS\system32\shutdown.exe /r /f /t 05 to restart the host. Don't know what needs to be changed.
Thank you.
Martin