Socket Script, Windows version 1.2
----------------------------------

This is the win32 version of Socket Script (see the site at 
http://devplanet.fastethernet.net/sscript.html).

This is still under development and may (probably does) contains bugs.

To run it, click on your Start menu, then Run and enter sscript with the
script you want to run: ie. C:\sscript\sscript myscript.file

This is a console application, meant to run as a background program to do
networking functions of your choice.

There are a few examples provided in the /examples dir, check them out
before writting your own scripts.

The documentation for SScript commands is in docs/sscript.doc

Here are a few notes about the win32 version of SScript:
- the random command may not work
- devstat doesn't work
- Windows has no crypt() command
- multithreading (server-oriented scripts) may not work
- Linux specific commands (raw, icmpinfo) will not work
- TCL/TK`s path is set to C:\tcl\wish
- Perl's path is set to C:\perl\bin\perl

There will be a GUI frontend for SScript win32 version, but I can't say
when exactly.

If you find any bug, please report them to me.

This program is free software. You can use it, modify it, distribute it
as long as you keep this notice here, and the software made stays under 
free software.

There is no warranty whatsoever that this program will work or will do what
you want it to do. You are responsible of what you do with it.

This port was compiled using the Cygwin32 (www.cygnus.com/misc/gnu-win32/)
library, which is also free software.

This version of SScript, and every other versions including Unix packages
have been made by Drow <drow@fastethernet.net>. All rights reserved.
