SkillAgentSearch skills...

Vbsbeautifier

VBScript beautifier beautifies VBScript files. You can use it for your ASP and clientside VBScript files.

Install / Use

/learn @daansystems/Vbsbeautifier
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vbsbeautifier

VBScript beautifier beautifies VBScript files.

Features

  • Works on server-side and client-side VBScript.
  • Skips HTML.
  • Properizes keywords.
  • Splits Dim statements.
  • Places spaces around operators.
  • Indents blocks.
  • Lines out assignment statements.
  • Removes redundant endlines.
  • Makes backups.

Instructions

This is the Perl source code of the beautifier. Run it from the commandline with parameters:

Usage: vbsbeaut [options] [files]

options:
 -i         Use standard input (as text filter).
 -s <val>   Uses spaces instead of tabs.
 -u         Make keywords uppercase.
 -l         Make keywords lowercase.
 -n         Don't change keywords.
 -d         Don't split Dim statements.

IMPORTANT: Make sure the VBScript code works before you try to beautify it.

You can also use the commandline utility vbsbeaut.exe. Enter vbsbeaut.exe without any arguments to see the commandline options.

You can add VBScript keywords to the keywords.txt file.

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated1mo ago
Forks5

Languages

Perl

Security Score

90/100

Audited on Feb 14, 2026

No findings