I am trying to construct a string that contains the following and set a string variable to its value as in:
I've tried using double quotes, triple quotes in various combinations with no luck.
Any suggestions?
Code:
strCommand = "C:\Program Files (x86)\Tripwire\Tripwire Log Center Manager\"TLCcommander\vsqlcmd -d "C:\Program Files (x86)\Tripwire\Tripwire Log Center Manager"\Data\tlc.vdb4 -o vsql.txt -h -1 -s "," -Q "Select * from asc_asset" shell strCommand
Any suggestions?
Comment