All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
oryagel
Posts: 92 Joined: Wed Jul 28, 2010 10:23 am
Post
by oryagel » Wed Oct 01, 2014 12:32 am
Hi,
I'm trying to pass a parameter that includes quotes to a powershell script.
So basically the params line looks something like that:
I need the third parameter to be
but it seems like it's turned to
without the double quotes.
What should I do?
Thanks
KS-Soft Europe
Posts: 2832 Joined: Tue May 16, 2006 4:41 am
Contact:
Post
by KS-Soft Europe » Wed Oct 01, 2014 2:47 am
You need to use backslash( \ ) symbol before each double quote:
oryagel
Posts: 92 Joined: Wed Jul 28, 2010 10:23 am
Post
by oryagel » Wed Oct 01, 2014 2:50 am
Great! Thanks!
I should have tried it myself.