G
Guest
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 processstartinfo("C:\windows\system32\dfrag.msc")
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 processstartinfo("C:\windows\system32\dfrag.msc")
then i have a "defrag has exited" event, so how can i have my computer
shutdown when this command executes?
thanks!
