Ok .. peoples, BEC was working fine, and finally got the stupid server to restart after shutdown, then this starts happening 
 Scheduler file contains a error. not valid command in the cmd tag. Location id=6
I have checked and rechecked it .. even changed out to a different scheduler file .. nothing wrong with the file.. have to be something in BEC, just don't know what and driving me batty
 
<?xml version="1.0"?>
<Scheduler>
    <job id="0">
        <time>010000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server uptime is one hour. In four hours this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="1">
        <time>020000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server uptime is two hours. In three hours this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="2">
        <time>030000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server uptime is three hours. In two hours this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="3">
        <time>040000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 Server uptime is four hours. In one hour this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="4">
        <time>045000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 In 10 minutes this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="5">
        <time>045500</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1  5 Minutes to reboot LOGOUT NOW or LOOSE GEAR.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="6">
        <time>045700</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 3 minutes to reboot LOGOUT NOW or LOOSE GEAR.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="7">
        <time>045800</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1  2 minutes to reboot LOGOUT NOW or LOOSE GEAR.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="8">
        <time>045900</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1  1 minute to reboot FINAL WARNING, LOGOUT NOW or LOOSE GEAR.</cmd>
        <cmdtype>0</cmdtype>     
    </job>
    <job id="9">
        <time>050000</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>restart.bat</cmd>
        <cmdtype>0</cmdtype>     
    </job> 
</Scheduler>

 
