2.19. testshutdown.bas

[<<<] [>>>]

It would be unwise to run this sample program during document compilation. To test it run it from the command line on an NT box an see it shutting down.

Oh, and do not forget: you have to have the appropriate privileges to shutdown the NT box to be successful!

Example testshutdown.bas :

import nt.bas

nt::ShutDown undef,undef,0,1,1


[<<<] [>>>]