I tweaked the code a little to start Hyperdecks running in record and to quit the script. My Engineers were a little nervous having the original script running as multiple machines were in record, waiting for a 'q' to stop them.
I created a new script which has to be run ( in a new tab of Powershell ) call STOP to stop the machines.
Each of the IP addresses corresponds to the File name, thus 10.10.161.31, records a filename 'TX_ddmmyy_hhmmss'
If you have not used Powershell before you will need to ensure that scripts are enabled by running Powershell in
Administrator mode : enter command : Set-ExecutionPolicy RemoteSigned Say YES Restart Powershell Ensure the command was successful by entering command : Get-ExecutionPolicy Powershell should reply RemoteSigned
Ensure that the scripts below are copied and saved as Start.ps1 and Stop.ps1 in a directory. Ensure a copy of SwitcherLib.dll is also in the same directory Adjust IP Addresses and File names accordingly
Once you are happy with the scripts you can rrun them by navigating to the directory and typing .\start.ps1 or .\stop.ps1