diff --git a/iDRAC/avctKVM.jar b/iDRAC/avctKVM.jar index 8504bfc..7539b0c 100644 Binary files a/iDRAC/avctKVM.jar and b/iDRAC/avctKVM.jar differ diff --git a/iDRAC/avctKVMIO.dll b/iDRAC/avctKVMIO.dll deleted file mode 100644 index 0d57cae..0000000 Binary files a/iDRAC/avctKVMIO.dll and /dev/null differ diff --git a/iDRAC/avmWinLib.dll b/iDRAC/avmWinLib.dll deleted file mode 100644 index ae21d0a..0000000 Binary files a/iDRAC/avmWinLib.dll and /dev/null differ diff --git a/iDRAC/start-vconsole.bat b/iDRAC/start-vconsole.bat index 7cf28e8..e9a0883 100644 --- a/iDRAC/start-vconsole.bat +++ b/iDRAC/start-vconsole.bat @@ -1,5 +1,5 @@ @echo off -cd %~dp0 + set /P drachost="Host: " set /p dracuser="Username: " set "psCommand=powershell -Command "$pword = read-host 'Enter Password' -AsSecureString ; ^ @@ -7,6 +7,4 @@ set "psCommand=powershell -Command "$pword = read-host 'Enter Password' -AsSecur [System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)"" for /f "usebackq delims=" %%p in (`%psCommand%`) do set dracpwd=%%p -.\jre\bin\java -cp avctKVM.jar -Djava.library.path=.\lib com.avocent.idrac.kvm.Main ip=%drachost% kmport=5900 vport=5900 user=%dracuser% passwd=%dracpwd% apcp=1 version=2 vmprivilege=true "helpurl=https://%drachost%:443/help/contents.html" - -pause \ No newline at end of file +.\jre\bin\java -cp avctKVM.jar -Djava.library.path=.\lib com.avocent.idrac.kvm.Main ip=%drachost% kmport=5900 vport=5900 user=%dracuser% passwd=%dracpwd% apcp=1 version=2 vmprivilege=true "helpurl=https://%drachost%:443/help/contents.html" \ No newline at end of file