"Sparda" wrote:
> You could write one in Visual basic then, using the same
> method, except, you have a single form, that has one button on
> it (the cancle button) then a timer on that form that counts
> down from 2 moniets to zero seconds, and once it's got to zero
> seconds, it executes the shell command to forcivly shut down
> (shutdown -s -f). The problem using this is that it will
> forcivly close programs, so if it shutsdown the computer and a
> user dosnt notice, then it will lose any work they havent
> saved.
Infact, just to see how easy it is, I just wrote it now, it’s faily
simple, and looks like this:
Version 0.5 (origional desighn):
http://sparda.hopto.org/shutdown.png
Version 1.0 (better desighn):
http://sparda.hopto.org/shutdown1.png
I wrote it in VB .NET, if you don’t have VB .net, I can rewrite it
for VB 6, if you don’t have either, then I can give you the compiled
exe (along with the source), but one, (at least from your point of
view) it should be classed as untrust worthy (since I’m not an
expert programmer, nor am I a company that publishes programs), and
two if you need to edit the shutdown timer, you would have to ask some
one with VB 6 or .NET to change it in the source.