> .. when I do ./Myprogram.exe from my CentOS box it just hangs there and does not execute the program.
hmm, when it hangs it's being executed, isn't it? ;-)
Anyway, your cannot start native windoze executables remotely if they have a GUI. Such programs may behave as you encounter.
Use rdesktop or alike as rindi suggested.
Main Topics
Browse All Topics





by: rindiPosted on 2009-10-24 at 00:21:36ID: 25651163
Windows programs won't work natively on a Linux PC. If you want to run commands on the Windoze box, you'd have to go to that box using terminal services, on Linux you can use rdesktop to start terminal services sessions with the windoze box. Another option would be to use something like VMware server on your CentOS box and install a Windoze OS as a Virtual Machine within that.You can then use that VM to remotely run commands on your Windoze box.
http://vmware.com
A further option, but it doesn't work with all windoze apps, is to install wine on the CentOS PC. You should probably be able to install wine from the centos repositories via yum.