stop javascript execution
- by alemjerus
When I run javascript script file in windows command line environment, and there is a free text coming after my code. How can I stop javascript interpreter to run into it?
For example:
var fso = new ActiveXObject("Scription.FileSystemObject");
delete fso;
exit(); // some kind of WORKING exit command
Lazy frog ate a big brown fox.