Sls2Scs.exe  - SimCode Linked Scripts to Simcode Command Scripts Converter
Txt2Scs.exe  - Ascii Text to SimCode Command Script Convertor.
---------------------

SLS2SCS Utility..


Included in this Zip is a File called SLS2SCS.EXE this program will convert
SimCode Linked Scripts (SLS) files to SimCode Command Scripts (SCS).

Commandline:  C:\SimCode\SLS2SCS LINKED.SLS

Inside the SLS file is a cluster of SimCode Command Scripts.  This utility will
allow you to write all your SCSs together then make them run-able.

Example: If I had two scripts, and did not want to save one then edit the other
I would just do this:

%SCRIPT1%

 [Commands Here]

|

%SCRIPT2%

 [Commands Here]

|

The above would create the following scripts, SCRIPT1 and SCRIPT2 with any of
the commands between the %filename% and the | commands.  The | MUST be used 
to end a script.


-------------------------

The TXT2SCS Utility 

This is the same Utility that was included in your SimCode.Zip package it has 
just been updated.

