Script2Script (S2S) Introductory Readme.
Revision 1.0.1123. December 9, 2007.
Contents
Installation
Uninstallation
Simple Usage
Advanced Usage
Components and Reliability
Documentation and examples
Freeware Restrictions
License in plain English
Contact
License
Installation.
If this is first S2S installation on given computer,
please follow steps 1 and 2.
1. Run setup.exe
2. Run s2s and complete installation prompts.
If you already have previous revisions of S2S on given computer and would
like to install this revision additionally, then this can be done if
a. install this revision to separate installation directory
(f.e. c:\Program Files\s2s21) when prompted,
b. select different program group like Script2Script21
c. dual revision setup was tested on Windows 95. They both coexisted
smoothly and allowed separate uninstall of previous revision later.
To uninstall Script2Script:
Control Panel>Add/Remove Programs may be used.
The files and folders which have been created in 'application folder' manually,
can be deleted manually after running Control Panel uninstaller.
For example: folder Examples and file console.txt should be
deleted manually.
Simple Usage
S2S allows three-clicks-use from prebuilt projects:
from S2S menu click:
Project,
select one of the converters from folder Examples like
asp2php, vb2asp, or other project,
Source,
point to folder of file to be converted,
Go.
Results will be in RESULT_FILES folder next to source.
'Quick-steps-sections' of particular converter can be consulted also.
Advanced Usage ...
... is for users who want to retune up particular converter, reset
converter settings, or write own converter using S2S as a framework.
This user should consult Documentation and Examples.
S2s Software Package Components and Reliability
S2s Software Package has two layers:
Converters: vb2asp asp2php folder2html db2text ....
GUI: s2s.exe -----------------------------------------------
Engine: Script2Script.dll
The ground level, back-end, of all Converters is Script2Script.dll.
The upper level Converters are scripts, text files.
Additional module is s2s.exe, which is GUI to the Engine.
As of March 2004,
Engine Revision 1.0.22.76 is in use since September 13, 2003, and
previous 1.0.22.2b has been released July 4, 2003.