1

What are all the file extensions used to execute a visual basic script file, for example .vbs, and .vbe and so on? I believe there are more, but there's no way I can find them! Thanks in advance.

1 Answer 1

3

Wikipedia of all places will tell you that the available file extensions for VBScript and file types which can contain VBScript are as follows:

Filename extensions .vbs, .vbe, .wsf, .wsc (.hta, .htm, .html, .asp)

I don't know if this is a truly exhaustive list though.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.