Seite 1 von 1

Double Quote commands

Verfasst: 27 Mär 2015, 20:54
von mmorris
I am stuck with this command! I need to have the quotes passed to a dosinanicon csciprt but it wont pull the quotes. if i use ' in place of the internal " it passes the ' but dos dont like that!

Set $FirewallException$ = "netsh advfirewall firewall add rule name= "jp2launcher.exe Pearson" dir=in program=%ProgramFiles% (x86)\java\" + $jp2launcher_Var$ + " enable=yes profile=any action=allow description="jp2launcher.exe Pearson""

Re: Double Quote commands

Verfasst: 27 Mär 2015, 22:20
von wolfbardo
Have a look at
EscapeString:
in https://download.uib.de/opsi_stable/doc ... anual.html

regards,
bardo wolf