Thank you for downloading Sim_Utils.Zip.

This is a Companion to the SimCode Version 6.0/6.5 Programming Language.

Included are:

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

-----

READ THIS NOW

-----

If you register SimCode 6.0/6.5 for General Private Use by Dec. 31, 1992 you 
will get a registered version for ONLY $3.00.  Check out what you get in the
registered version....

  50% quicker Run-Time.
  If..Then Commands
  Looping Commands
  Set Variable Commands
  If..Not..Then Commands
  Plus 20 more commands and updates.

Is that good or what.

Check out what Garrie Wilson (21) says about SimCode: "SimCode is EASY!!!!!!!"

If you want to learn a programming language SimCode is the one.

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

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.

