EVALUATING THE SCRIPT
Running The Script

For running the script you need to have JDK1.4 or higher. (The path is assumed to be correctly set.)
The script has been tentatively named vscript.

In order to help running the sample script, batch files have been provided.
 

 run.bat Running this file would interpret the script file 'vide.txt'. Interpreting vide.txt will result in an IDE for vscript written
using vscript. The IDE for vscript is iteslf created using vscript.

IDE can be used to key in and execute script. In order to test, load a script file into the IDE from /vscript/samples folder and click on Run Script button. Two sample scripts provided are album.txt and resume.txt.

The help button on the IDE can be clicked in order to get HELP information about the script.
Try resizing the window to check the behavour of the layout manager used.

The interpreted script is  vide.txt

album.bat  The interpreted script is  samples/album.txt
resume.bat  The interpreted script is  samples/resume.txt

remotedemo1.bat
remotedemo2.bat
These batch files interpret sample script provided in /samples/remote/ in order to demonstrate network programming capabilities of the script. These two scripts work together and before running any script that passes messages across networks the server VServer.bat has to be run.

The interpreted scripts are  samples/remote/remdemo1.txt  and  samples/remote/remdemo2.txt
Running the batch files will result in a demo chat applications.
 

runvsr1.bat
runvsr2.bat
These batch files interpret sample script provided in /samples/remote/ in order to demonstrate network programming capabilities of the script. These demonstrate additional features.
These two scripts work together and before running any script that passes messages across networks the server VServer.bat has to be run.
The interpreted scripts are   samples/remote/remote1.txt   and   samples/remote/remote2.txt

HELP for the script.  vide/help/help.html
Required API documentation.  API Doc/index.html

APPLET VERSION

The APPLET version of the interpreter that runs on a java-enabled browser is provided in /vapplet  folder.

To test just run the HTML files.

Index.html - The applet version of the IDE.
album.html - Sample script.
resume.html - Sample script.

(Make sure to run VServer.bat before loading these files.)
remdemo1.html - To demonstrate network features.
remdome2.html

We are aware that there is still lots of room for refinement.
Thank You.

Please send your comments to vscriptmail@yahoo.com
We are looking for companies willing to take over and enhance the project or be interested in technologies and concepts developed during the design of the project.