Hi Robert, Robert Schneider wrote: No, I was wrong! Sorry! I finally found that out as well. Does anyone know how this is achieved? From command line I can start vb6 only in the background. How is this possible? (Sorry for the off-topic question) You can launch the program and wait for it to finish using cmd.exe's "start" command. cmd.exe /c start notepad --> this will launch notepad in the background and return immediately cmd.exe /c start /wait notepad --> this will wait for the notepad process to exit. I guess you can do a similar thing for your vb6 compilation, just slap it in an <exec> call. HTH. Hristo Deshev ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users |
- [Nant-users] How to manage asynchronous tasks Robert Schneider
- Re: [Nant-users] How to manage asynchronous tas... Brass Tilde
- Re: [Nant-users] How to manage asynchronous... Brass Tilde
- Re: [Nant-users] How to manage asynchro... Martin Gainty
- RE: [Nant-users] How to manage asynchronous tas... Evans, Jonathan (2)
- RE: [Nant-users] How to manage asynchronous tas... Crowhurst,Christian
- RE: [Nant-users] How to manage asynchronous tas... Robert Schneider
- Re: [Nant-users] How to manage asynchronous... Hristo Deshev|telerik
- RE: [Nant-users] How to manage asynchronous tas... Evans, Jonathan (2)
- RE: [Nant-users] How to manage asynchronous tas... Robert Schneider
- RE: [Nant-users] How to manage asynchronous tas... Robert Schneider