I'm having trouble tryiny to use a command in a vb.net script that uses "
This is what I have tested with a event :
Apllication Path : C:\Program Files\HomeSeer
HS2\LedDisplay
Parameters : -NoServer -NoGui -DeleteRegex "" -SendText "Testing Still 1,2,3,4,5,6,7,8,9,0"
I want to put this into a script rather than having a seperate event and also want to use the variable PlayList in the Parameters.
I've tried to use the following line in my script and it runs without any errors but doesn't do anything !
hs.Launch("C:\Program Files\HomeSeer HS2\LedDisplayCtrl\LedDisplayControllerGui.exe", "-NoServer -NoGui -DeleteRegex -SendText """ & PlayList & """ ")
I'm thinking that it is something to do with the " on the -SendText commands, it wants -sendtext "text to send".
Any help appreciated.
Simon