Does
anyone know how to shutdown the workstation after a script is finished running,
without prompt. What I have now will close the workstation but it
prompts for a save even though there has been no modifications to the
script.
What I
have now
Sub
main()
TaskBar = True
'***
'Script code would be here
'***
Shutdown = True
End Sub
'***
'Script code would be here
'***
Shutdown = True
End Sub
