Sign In
presys | scadadev.com
Bookmark and Share
Hardware | HMI/SCADA | MES | Database | Device Integration | Reporting






How to: shutdown/restart Windows from an InTouch application


Share |

To shutdown or restart Windows from an InTouch application, a windows command will need to be executed within an InTouch script, using the “StartApp” script function.

Paste one of the following lines of code within an InTouch script event:

To shutdown Windows use the following code:

StartApp "SHUTDOWN -s";

To shutdown and restart Windows use the following code:

StartApp "SHUTDOWN -r";

blog comments powered by Disqus

Home | Terms of Use | Privacy Policy | Contact Us
Copyright © 2010 scadadev.com. All Rights Reserved.