January 14, 200521 yr 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
January 15, 200521 yr 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
January 15, 200521 yr Author 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
Create an account or sign in to comment