Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HalianElf committed Nov 18, 2020
1 parent 31455fd commit d707521
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Binary file modified iDRAC/avctKVM.jar
Binary file not shown.
Binary file removed iDRAC/avctKVMIO.dll
Binary file not shown.
Binary file removed iDRAC/avmWinLib.dll
Binary file not shown.
6 changes: 2 additions & 4 deletions iDRAC/start-vconsole.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
@echo off
cd %~dp0

set /P drachost="Host: "
set /p dracuser="Username: "
set "psCommand=powershell -Command "$pword = read-host 'Enter Password' -AsSecureString ; ^
$BSTR=[System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($pword); ^
[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
.\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"

0 comments on commit d707521

Please sign in to comment.