Windows Script Host

Windows Script Host is  Windows Scripting . You can Create Script working in GUI of windows. Here for introduction i only give the example for  you to introduce to Windows Script Host
  • first download WINDOW SCRIPT  from the website of Microsoft  
  • write following code : 
    • WScript.Echo("Hello World");
    • save file with .js extension as   asad.js  and save it in C: Drive
  • Then Go to Commond promot  execute the Script by writing the following commond
    • c:\>WScript asad.js
Thanks