command line - TightVNC - shareapp and sharewindow options -
could please give me command line examples of how run tightvnc share specific app , specific window? (trying on windows 7)
i keep getting "failed connect tightvnc server" no matter do.
also, difference between running "controlservice" , "controlapp"?
any appreciated. bunch :)
server side do:
"c:\program files\tightvnc\tvnserver.exe" -run "c:\program files\tightvnc\tvnserver.exe" -controlapp -shareapp <app pid>
or
"c:\program files\tightvnc\tvnserver.exe" -run "c:\program files\tightvnc\tvnserver.exe" -controlapp -sharewindow calculator
to find application pid can use tasklist
and, if have grep-like command:
tasklist | grep <app name>
viewer side:
run viewer usual.
Comments
Post a Comment