Re: [Nant-users] Starting process on remote machine

2004-11-02 Thread Rajbeer Dhatt
Try psexec, part of the PsTools suite from SysInternals. http://www.sysinternals.com/ntw2k/freeware/pstools.shtml On Tue, 2 Nov 2004, John Dhom wrote: Date: Tue, 2 Nov 2004 15:37:26 -0600 From: John Dhom <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Nant-users] Starting process on

[Nant-users] Starting process on remote machine

2004-11-02 Thread John Dhom
Greetings all, New to NAnt... After my build completes (fxcop, nunit, etc.) I'm building a vs.net deployment project. Next I want to install the application on a VPC (virtual pc). Is there anything in NAnt/contrib that addresses starting a process on a remote machine? Suggestions/links? Best, /j