Message100798
| Author |
brian.curtin |
| Recipients |
amaury.forgeotdarc, brian.curtin, dino.viehland, flox, michael.foord, midnightdf, r.david.murray |
| Date |
2010-03-10.16:39:40 |
| SpamBayes Score |
4.5354537e-07 |
| Marked as misclassified |
No |
| Message-id |
<1268239182.0.0.661089354468.issue8110@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
Amaury is right. On Windows, _subprocess is a built-in, so the platform stuff just currently enables further failure.
Dave: My C# skills aren't the greatest, but looking at PC/_subprocess.c there are a few Win32 functions you might need to P/Invoke, but I believe a lot of the functionality is supported in .NET. |
|