---------------------
INSTRUCTIONS
---------------------
- Copy BB_Pipe.decls in your userlib directory, usually: C:\Program Files\Blitz3D\userlibs
- Copy BB_Pipe.dll in your project dir
- Have fun!

---------------------
COMMANDS
---------------------
- PipeOpen%(str$)
	- Opens a pipe, str can be used as path or shell command

- PipeClose(pipe%)
	- Closes an opened pipe

- ReadPipe$(pipe%)
	- Reads a string from an opened pipe

- PipeEof%()
	- Checks if pipe has more data

---------------------------------------------------------
---------------------------------------------------------
www.marius-rabung.net