Instructions for Creating Files

  1. Copy and paste the example script below into notepad or a VBScript editor.
  2. Decide whether to change the values for strFile and strDirectory.
  3. Save the file with a . vbs extension, for example: NewFile. vbs.
  4. Double click NewFile. vbs and check Windows Explorer for strDirectory.

How hard is VBScript?

As the name itself explains, VBScript is a ‘Scripting Language’. It is a lightweight case insensitive programming language developed by Microsoft. This is not a very difficult language to learn and with a little knowledge of basic programming skills and passion for writing code, anyone can learn this easily.

What is VBScript used for?

VBScript is also used for server-side processing of web pages, most notably with Microsoft Active Server Pages (ASP). The ASP engine and type library, asp.dll, invokes vbscript.dll to run VBScript scripts. VBScript that is embedded in an ASP page is contained within <% and %> context switches.

What should I know about VBScript of?

KEY LEARNING: VB Script is a scripting language developed by Microsoft. It is a light version of Microsoft Visual Basic and the VBScript syntax is very similar to that of Visual Basic. VBScript program needs to be hosted on any of these 3 environments: IIS (Internet Information Server) – Microsoft’s own web server software

What does VBScript mean?

Freebase(0.00 / 0 votes)Rate this definition: VBScript. VBScript is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It is designed as a “lightweight” language with a fast interpreter for use in a wide variety of Microsoft environments.

How does a VBScript work?

VBScript is a light version of Microsoft’s programming language Visual Basic; How Does it Work? When a VBScript is inserted into a HTML document, the Internet browser will read the HTML and interpret the VBScript. The VBScript can be executed immediately, or at a later event.