9p-dll
-------

I put this together because I wanted to be able to use VBScript to drive
communication between a Windows computer and a Plan 9 fileserver.

This is based on 9p.exe by Christoph Lohmann, but only includes the utility
routines and is set up to build as a DLL.

The project is a Visual C# 2008 Solution.  It may or may not work under Visual 
C# 2008 Express.  One way or another, the built DLL is included. It requires 
.NET Framework 3.5, and although it's C#, the DLL is COM-visable and VBScript-
able.  See the VBScript example.

You can use WScript and the included VBScript to debug it in the VS IDE.  The 
project is already set up for this, though you'll have to tailor it to your 
directories.

To use, just place 9p.dll in your path, or in %WINDIR%\System32

This isn't exactly ready for production, but, it's far enough along that it'll
correctly attach to the specified port and begin and end a simple transaction
with the target server.

Please send me any questions or comments!

Thanks!

-Ben Huntsman
BHuntsman@mail2.cu-portland.edu
