Saturday, March 22, 2014

RemoteSwitch : send custom commands on bootup and shutdown

Updated to version 1.0.18401.3

RemoteSwitch is a GUI utility that automate the execution of custom command at the startup (OnStart commands) and at closing stage (OnExit commands) of the application.
By adding RemoteSwitch at you workstation startup you can easly configure custom scripts to bootup remote PC, and then shutting it down with your workstation.
RemoteSwitch runs minized to try icon and remote commands can be even executed even by click requests, and eventually disabled.


Custom OnStart and OnExit scripts can be written using external programs, and then added to the RemoteSwitch.xml configuration file.
Change or add a device (es. a remote PC) by editing an XML element to the configuration file:

<Device enabled="1"> <!-- enable or disable the OnStart and OnExit execution of a device -->
<Name>PC1</Name> <!-- device name, must be unique -->
<OnStartEnabled>1</OnStartEnabled> <!-- commands are execute on application startup (OnStart) -->
<OnExitEnabled>1</OnExitEnabled> <!-- commands are execute on application close (OnExit) -->
<OnStartCommand>Commands\bootup_1.bat</OnStartCommand> <!-- OnStart command to be executed -->
<OnExitCommand>Commands\shutdown_1.bat</OnExitCommand> <!-- OnExit command to be executed -->
</Device>

Code

Notes
  • read risk disclaimer
  • excuse my bad english

No comments:

Post a Comment