I created a SC executable file, that works perfectly... but it have not the -autoreconnect option !
When the connection goes down, I must to call the customer and ask to reconnect.
Before SC, I used a .cmd file when I wrote "winvnc -sc_prompt -autoreconnect -connect My-IP-Address"
How can enable this option in SC ?
Thanks !
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Autoreconnect option in SC
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Autoreconnect option in SC
autoreconnect doesn't exist for SC.
The small sc exe only contain a subset of the full winvnc commands.
You can try to crate your own sfx.
The sc executable is actual a sfx ( self extracting archieve) that's made with 7zip.
You can extract the content, replace the small sc with the full winvnc modify the helpdesk.txt with your previous settings
and create back the sfx exe.
7zip has all stuff to do it ( 7zip is hosted on sourceforge)
The goal of sc was to make something small with removed service.
The user always need to start SC a
The small sc exe only contain a subset of the full winvnc commands.
You can try to crate your own sfx.
The sc executable is actual a sfx ( self extracting archieve) that's made with 7zip.
You can extract the content, replace the small sc with the full winvnc modify the helpdesk.txt with your previous settings
and create back the sfx exe.
7zip has all stuff to do it ( 7zip is hosted on sourceforge)
The goal of sc was to make something small with removed service.
The user always need to start SC a
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Autoreconnect option in SC
autoreconnect doesn't exist for SC.
The small sc exe only contain a subset of the full winvnc commands.
The goal of sc was to make something small with removed service.
Connection is always made as respons to the local user. Autoreconnect
would allow you to reconnect after an hour without the user knowledge.
You can try to create your own sfx.
The sc executable is actual a sfx ( self extracting archieve) that's made with 7zip.
You can extract the content, replace the small sc with the full winvnc modify the helpdesk.txt with your previous settings
and create back the sfx exe.
7zip has all stuff to do it ( 7zip is hosted on sourceforge)
The small sc exe only contain a subset of the full winvnc commands.
The goal of sc was to make something small with removed service.
Connection is always made as respons to the local user. Autoreconnect
would allow you to reconnect after an hour without the user knowledge.
You can try to create your own sfx.
The sc executable is actual a sfx ( self extracting archieve) that's made with 7zip.
You can extract the content, replace the small sc with the full winvnc modify the helpdesk.txt with your previous settings
and create back the sfx exe.
7zip has all stuff to do it ( 7zip is hosted on sourceforge)
Re: Autoreconnect option in SC
I already seeked inside the .exe file with 7Zip.
Unfortunately there are only one .exe that is the wnc server with the menu.
If there was a menu.exe that launch winvnc.exe, it would be more easy for me to change only the vnc server...
Any other chance ?
Unfortunately there are only one .exe that is the wnc server with the menu.
If there was a menu.exe that launch winvnc.exe, it would be more easy for me to change only the vnc server...
Any other chance ?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Autoreconnect option in SC
yep.... forgot.
The whole helpdesk.txt menu was added in sc and oesn't exist in the full version ... sorry.
If you can play with the sfx
The sfx start winvnc.exe.... it could also start winvnc.bat
I never tried this...
winvnc.bat
--------------
@Echo Off
:TOP
winvnc.exe
Goto TOP
-------------
But, i don't think it will work proper.
*As soon you open a UAC window, you need user intervation.
*terminate the loop
The whole helpdesk.txt menu was added in sc and oesn't exist in the full version ... sorry.
If you can play with the sfx
The sfx start winvnc.exe.... it could also start winvnc.bat
I never tried this...
winvnc.bat
--------------
@Echo Off
:TOP
winvnc.exe
Goto TOP
-------------
But, i don't think it will work proper.
*As soon you open a UAC window, you need user intervation.
*terminate the loop