Posts

Showing posts from September, 2022

Forum

Image
  Programming Language  VBScript-  What is VBScript? VBScript is a language interpreted by Microsoft's Windows Script Host. Its syntax reflects its origin as a variation of the Visual Basic programming language. It has achieved significant support from Windows administrators as an automation tool, since, jointly and in parallel with the improvements introduced in the Windows operating systems where it fundamentally operates, it allows more room for action and flexibility than the batch language (or batch language). batch process) developed in the late 1970s for MS-DOS. What can VBScript be used for? VBScript was mainly used  to give functionality to webpages . It was originally used for client-side scripting in IE. Web developers could write and embed executable VBScript functions in the Hypertext Markup Language (HTML) of a webpage, which controls the presentation of data. What are some advantages and disadvantages of VBScript? Advantages: ·   ...