Home > Net >  NScript - based on the.net framework of Windows scripting tool set (VBS/JS For the.net);
NScript - based on the.net framework of Windows scripting tool set (VBS/JS For the.net);

Time:09-20

The address of the project: https://github.com/milaoshu1020/NScript

NScript
Based on the.net framework of Windows scripting tool set;

Script host and related files
Nwscript. Exe - the.net Windows scripting host;
Ncscript. Exe - the.net Console script host;
Checkpath. Exe - command line tools, check command file path;
Script extension
*. VBX - the.net Visual Basic script file;
*. CSX - the.net c # script file;
Install NScript
Installation requirements: the.net Framework 4.0;
Download the installation files;
Double-click the NScript_XXX_Setup. Exe for installation;
Edit script file
You can use notepad or other text editor to edit the script file;
. Script file is to use Visual Basic.net or c #. Net language.
See the script file must contain a public static/Shared the main method of Class or Module.
Script file in general and the grammar. Vb or. Cs is the same file;
Sample files in the scripts folder;

Run the script file
You can double-click the script file, so that it will use nwscript. Exe (Windows mode);
You can right-click the script file and select "Open with the Command Prompt", "to use ncscript. Exe (the Console mode);
  • Related