sixpack Posted January 14, 2005 Posted January 14, 2005 hi therei want to use the switch IEXPLORER=1 in RunOnceExADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\SunJava\java.exe /s /v"/qn IEXPLORER=1"" /fbut for some reason it doesend worki did put the " in several place's but no luckdoes some one know how it's done
Zxian Posted January 15, 2005 Posted January 15, 2005 Hey there,Have you tried using \" instead of just " ? ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\SunJava\java.exe /s /v \"/qn IEXPLORER=1\"" /fRunOnceEx instructions
sixpack Posted January 15, 2005 Author Posted January 15, 2005 thanks Zxianyou did point me in to the good directionplaying with the backslashes this works now:REG ADD %KEY%\010 /V 1 /D "%systemdrive%\java.exe /s /v\"/qn IEXPLORER=1\"" /fthanks for your help
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now