This VBS code example is how to kill a process, but the principle is the
same - watch for it to disappear from the process list.

http://www.robvanderwoude.com/vbstech_proc_process.html

Tony

-----Original Message-----
From: Brass Tilde [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2008 9:32 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Any way to do a while loop?

> the installer directly.  I'm launching the process remotely, which
> requires my nant exec task to call a vbs script locally, and the vb code
> starts the process on the remote machine.  The vbs script does not wait
> for the remote process started to complete before the vbs itself
> completes.

Any way you can make the vbs script either wait, or do wait/check for
completion loop?  That way, NAnt wouldn't have to.

Brad

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to