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

Automating the program's

Simple, Free, Open Source UltraVNC Wrapper Supporting Windows and Mac OSX
Post Reply
RUS
8
8
Posts: 10
Joined: 2010-12-16 19:52

Automating the program's

Post by RUS »

I tried, that when you run-ChunkViewer.exe Automatically - repeater108.exe (AUTOIT-Run ("bin \ repeater108.exe") It runs, BUT AT THE CLOSING ChunkViewer. left hanging PROCESS repeater108. WHAT SHOULD ADD TO AUTOIT. to kill the process .
PROGRAM WORKS WELL. AUTHOR OF A GOOD MAN. DONATION little later, of course. :wink:
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: Automating the program's

Post by supercoe »

To end a process with AutoIt:

Code: Select all

ProcessClose("repeater108.exe")
http://www.autoitscript.com/autoit3/doc ... sClose.htm

Although I don't understand why you would want to do this?
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
RUS
8
8
Posts: 10
Joined: 2010-12-16 19:52

Re: Automating the program's

Post by RUS »

I tried it, does not work! needed so that when you start ChunkViewer.exe, run repeater108.ehe and dyndns (portable). closing ChunkViewer.exe, closed processes and repeater108.exe DynDNS.exe.
Why is it necessary? I want to make a portable version of the program, which included a single button, without adjustments. because every time I have to complete the process repeater108.exe in the tray so that when you start ChunkViewer.exe link has been established.
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: Automating the program's

Post by supercoe »

But the idea is that you run the repeater in a fixed location, that way Viewer and InstantSupport always know where to connect. Seems like to many unnecessary steps to do it the way you explain. :|
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
RUS
8
8
Posts: 10
Joined: 2010-12-16 19:52

Re: Automating the program's

Post by RUS »

InstantSupport portable, yes! ChunkViewer only works when you start repeater108.exe. whether it is possible to make, run and shut down the program together repeater108.exe + ChunkViewer.exe
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: Automating the program's

Post by supercoe »

I still don't understand the concept, it just doesn't make sense to be moving the repeater around with the viewer.

The reason you run the repeater in a fixed location is because you won't always be on a network that allows port forwarding to the repeater.

Consider using one of the ready to run versions of ChunkVNC if you cannot run a repeater for yourself all the time. (non commercial use only)
[topic=17164][/topic]
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
RUS
8
8
Posts: 10
Joined: 2010-12-16 19:52

Re: Automating the program's

Post by RUS »

I understand, everything is ready.
Post Reply