hi, how can i shtudown my computer after a certain program program exits, for
examples i have this code
Dim withevents defrag as new process
Dim defragSI as new processstartinf o("C:\windows\s ystem32\dfrag.m sc")
then i have a "defrag has exited" event, so how can i have my computer
shutdown when this command executes?
thanks!
examples i have this code
Dim withevents defrag as new process
Dim defragSI as new processstartinf o("C:\windows\s ystem32\dfrag.m sc")
then i have a "defrag has exited" event, so how can i have my computer
shutdown when this command executes?
thanks!
Comment