The documentation for SDI can be found by selecting the
SDI32 Manual icon from the program menu that the SDI icons
were installed to.

For the latest information on SDI please visit the web site at:
http://www.voidpointer.com

For assistance with SDI please contact:
support@voidpointer.com

*** Version History
v0.9g	5-27-1998
-Added most sys commands to the Automation interface.
Adjusted the way http commands handled HTTP headers.  Adjusted
the prompt and command line parameters so the % sign will not
always cause SDI to think you are using a variable.  You should
now be able to include the % sign in a URL without problem.
Attempt to fix a bug in which SDI would hang if a Dial Up
Networking connection failed under Windows 95.  Added smtp.domain
command to identify the domain email is being sent from.
Added ftp commands to delete as you go during a multiple send
or receive.

v0.9f	5-10-1998
-Adjusted the handling of ftp.localpath and ftp.remotepath
when a ftp.mget or ftp.mput command is issued.  SDI will
now set the value of ftp.localpath and ftp.remotepath back
to the values that were present before a ftp.mget or
ftp.mput command was issued.  Previously SDI would use the
ftp.localpath and ftp.remotepath while it was executing a
ftp.mput or ftp.mget command and would leave its temporary
values in ftp.localpath and ftp.remotepath.

v0.9e	5-10-1998
-Fixed a GPF that would occur if SDI was told to run a file
that was not a script.
-Modified the SDI process exit code.  If a script is cancelled
the exit code will be 701.  If a script fails the exit code
will be 700.  If a script completes without error then the exit
code will be 0.  Any other exit code means SDI blew up or
otherwise exited abnormally.
-Added the wait commmand group which includes commands to
execute simple delays as well as waiting for the presence of
a file.  See the help file for more info.
-Enhanced the help file

v0.9d	4-20-1998
-Public Beta Release

v0.9d	4-12-1998
-Attempt to account for a situation in which an FTP server
would send the 150 and 226 control code in one send(or at
least it would be received in one recv()).  SDI was finding
the 150 control code and ignoring the 226 which would cause
SDI to hang.  This may also be the cause of a problem which
has been reported with the latest build of Win98.
-Changed SDI's Windows exit code to 0.  SDI would previously
exit with an exit code (known to Windows) with a value of 3.

v0.9c	4-10-1998
-FTP get command no longer requires the ftp.localpath
command to specify a full path to a filename.  If this
command only specified a directory then SDI will use the
filename of the remote file.  
-SDI32.HLP file added and html documentation removed.  You
may delete the html documention that was sent with earlier
betas.  
-Discussion board added to the SDI32 web site,
http://www.voidpointer.com.

v0.9b	3-25-1998
-Fixed a bug with ftp.mdelete where SDI would attempt
to use bad internal command to retrieve a remote file
list.  If the current transfer mode was binary and SDI
needed to retrieve a remote file listing it would attempt
to change the transfer mode to ascii using an internal
command that no longer exists.

v0.9a	3-22-1998
-Changed the way ftp.mput, ftp.mputc, ftp.mget, and ftp.mgetc handled
remote directory paths.  If the FTP server did not include the full
path to a file in a file listing that is used for the m commands then
SDI32's m commands would not include the remote file path.  This would
cause all put and get commands that are part of an m command to attempt
to send and receive files off the root of the FTP server when the files
are actually in a directory.  The ftp.mput and ftp.mputc commands have
been updated in the documentation to reflect a slightly different syntax.

v0.9	3-21-1998
-Initial internal beta
