Jump to content

How to use Runwait with embedded " characters


Recommended Posts

I've tried to use this code:

Runwait(jre-6u7-windows-i586-p-s.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 EULA=0 WEBSTARTICON=0 /L c:\temp\jre6u7.log")

This line will give an syntax error indicating the problem as the " character after /v ,so my question is what should the line look like to work ?

Would this work ?

RunWait("\\sh01\vol1\apps\java\jre-6u7-windows-i586-p-s.exe /s /v" & "/qn ADDLOCAL=ALL IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 EULA=0 WEBSTARTICON=0 /L c:\temp\jre6u7.log")

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...