Jump to content

Problem with & and ""


Recommended Posts

Hi,

i would like to run an command that looks like:

g:\edv\3.lan\vnc\netsvc.exe "VNC Server" \\oe-235 /stop

OE-235 is then a variable: $ipwert

My command in AutoIT looks like this, but it doesnt work. The "" around VNC Server makes trouble.

RunWait("g:\edv\3.lan\vnc\netsvc.exe " & ""VNC Server"" & " \\"&$ipwert & " /stop", "g:\edv\3.lan\vnc\", @SW_MAXIMIZE)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...