![]() |
|
Wrapping POSIX, the SFU Korn shell, or script execution - Printable Version +- Interix SUA Community Forum (http://www.suacommunity.com/forum2) +-- Forum: Interix / SUA / SFU Discussions (/forumdisplay.php?fid=3) +--- Forum: Interix / SUA /SFU Advanced (/forumdisplay.php?fid=7) +--- Thread: Wrapping POSIX, the SFU Korn shell, or script execution (/showthread.php?tid=4139) |
Wrapping POSIX, the SFU Korn shell, or script execution - mesterak - 2006-07-01 04:26 AM I need to automate performing remote shell (rsh) via the SFU Korn shell. Is there a COM interface for the Interix environment (POSIX) or shells? I would like to create a wrapper library in VS 2003 (C# or VB.NET) to perform otherwise manual rsh commands and capture returned results. <br> <br> Matt RE: Wrapping POSIX, the SFU Korn shell, or script execution - rodney - 2006-07-01 08:22 PM There is a white paper on using COM. It's up on the MS web site. <br> A search will turn it up (keywords: COM, Interix). <br> Also read the man page "psxrun" (and "posix" too) for more background. <br> RE: Wrapping POSIX, the SFU Korn shell, or script execution - mesterak - 2006-07-05 01:26 AM Thanks, I will check it out! |