Search found 1 match
- Tue Nov 12, 2019 3:49 pm
- Forum: Technical / Scripting
- Topic: ObjectSendText dropping characters
- Replies: 2
- Views: 2290
ObjectSendText dropping characters
When sending commands to Powershell, any time a character appears multiple times in a row, only the first is kept. Example command: ObjectSendtext>3476822,.'%BKscripts%\SetVoltage.ps1' -portName COM7 -voltage 500 This will be changed to: ObjectSendtext>3476822,.'%BKscripts%\SetVoltage.ps1' -portName...