Script to run ssvagent.exe
Hi,
I am trying to run "C:\Program Files\Java\jre6\bin\ssvagent.exe" -high -jpisetup -old for java.
I tried using the batch scipt
start "C:\Program Files\Java\jre6\bin\ssvagent.exe" -high -jpisetup -old
this does not work, it says cannot recognise high.
Please can someone guide with regards to installing the above.
Thanks in advance.
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
try cmd /c "C:\Program Files\Java\jre6\bin\ssvagent.exe" -high -jpisetup -old
try cmd /c "C:\Program Files\Java\jre6\bin\ssvagent.exe" -high -jpisetup -old
Please log in to answer
Posted by:
SMal.tmcc
12 years ago
try
cmd /c "C:\Program Files\Java\jre6\bin\ssvagent.exe" -high -jpisetup -old
Comments:
-
Thanks a lot.. It worked .. - shamu99 12 years ago
Posted by:
shamu99
12 years ago