whats wrong here?
code:
shutdown -s -t 60 -c "Fatal error encountered."
ping 127.0.0.1 -n 10 -W 1000
Shutdown -a
Start iexplore
I'm seeing if i can make a little fake error message but i can't seem to get it right, I need it to open the error message and count down from 1 minute and then when it gets to ten just open IE as if nothing had happened. What actually happens is the error message appears for a second then disappears
.
Any Ideas?
thnx in advance.