Can I initiate the UVNC server and give the password at the same time from one command or from a control program?
If the answer is yes, what language do you use to do so?
rem ===========================
rem Sample Batch File to start a UVNC server with specified password
rem Syntax: (the following example starts the UVNC server with password "123")
rem Start_UltraVNC.bat 123
rem ===========================
vncpwd.exe /v:%1 /f:ultravnc.ini
inifile.exe ultravnc.ini [connection] password > temp.bat
call temp.bat
inifile.exe ultravnc.ini [ultravnc] passwd=%password%00
start winvnc.exe
Users browsing this forum: No registered users and 1 guest