I'm trying to use a $ delimeter, but it doesn't seem to work. Here is
the code:
launchWithoutCo nsole("devcon.e xe",d'$enable
"@USB\VID_0403& PID_6010&MI_00\ 7&15E4F68&1&000 0"$)
I want to send the string parameter:
enable "@USB\VID_0403& PID_6010&MI_00\ 7&15E4F68&1&000 0"
to the program devcon.
The argument itself is a string, but has quotes inside too. I've tried
it many different ways and I keep getting syntax errors.
Thanks,
the code:
launchWithoutCo nsole("devcon.e xe",d'$enable
"@USB\VID_0403& PID_6010&MI_00\ 7&15E4F68&1&000 0"$)
I want to send the string parameter:
enable "@USB\VID_0403& PID_6010&MI_00\ 7&15E4F68&1&000 0"
to the program devcon.
The argument itself is a string, but has quotes inside too. I've tried
it many different ways and I keep getting syntax errors.
Thanks,
Comment