Question

I am working with some applications which are located on remote windows server. In that case I need to login remotely to this machine (using remote desktop). Having two desktops (local and remote) on one monitor is uncomfortable (I need to all the time switch between them).

Is there any similar tool to xming? I will be better for me using remote applications like a local (integrated with my local desktop).

Was it helpful?

Solution

Good day Pawel. Could you specify your situation?

1. If you need to call and retrive exit codes from windows objects(programms and etc) remotely try to use WMI

2. If you need to execute your code remotely try to use some kinds of frameworks for example Pyro(it's implemented in Python programming language)

3. in case of using file systems locally you neede to can create share on client machine and mount it in your host machine

Best Regards, Dmitry.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top