How to execute a program on remote machine from Cruise Control .net build process?
问题 I want to run a tool as part of my build process which requires environment setup for its execution. I have setup this environment on another machine. Is there any way I can execute the program on the remote machine from my cruise control .net build process. I know how to run the tools on the same machine. but I am not able to figure out how can i execute it if this tool is on remote machine. Any suggestions? 回答1: One option is to use psexec to remotely call a command-line tool on another