Skip to content

Instantly share code, notes, and snippets.

@vpetrigo
Created October 3, 2018 08:27
Show Gist options
  • Save vpetrigo/04db645313aa996d546c7137cd94e305 to your computer and use it in GitHub Desktop.
Save vpetrigo/04db645313aa996d546c7137cd94e305 to your computer and use it in GitHub Desktop.
Rowley CrossWorks crossscript example
"<path/to/CrossWorks>\bin\crossscript.exe" -load "script.js" -verbose "count();"
// dumb function to test crossscript
function count() {
var i = 0;
WScript.Echo(i.toString() + "\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment