0

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).

tshepang
  • 12,111
  • 21
  • 91
  • 136
dePablo
  • 25
  • 6

1 Answers1

0

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.

Dmitry Zagorulkin
  • 8,370
  • 4
  • 37
  • 60
  • Sorry for two answers... Dmitry thanks for your answer. I don't want to just run some applications remotely and just get the result. I want to use graphical aplications (for example Eclipse) remotely. Just like it is done in XMING. Using applications remotely in that way it will be more convenient for me. It is not only editing files remotely, it is also using some data base which isn't available outside remote machine. – dePablo Apr 13 '12 at 11:21