This repository contains VBS classes that will help any VBS developpers.
See also my MS Access repository which contains VBA code for MS Access (to place in a module within a database)
Helpers to help debugging a .vbs script
See documentation
Provide functionnalities for working with files under Windows.
See documentation
Helpers to help working with folders
See documentation
Provide functionnalities for working with MS Access databases.
See documentation
Provide functionnalities for working with MS Excel workbooks.
See documentation
Provide functionnalities for working with SQL Server databases.
See documentation
ScanFolder is aiming to scan recursively a folder and search for f.i. text files (.txt
, .csv
, .md
, ...), Excel files (.xlsx
, .xlam
, ...), collect the list of filenames and output them in a text file so that file can be used by an another business logic.
See documentation
Provide a simple solution to send emails
See documentation
This script exposes a VB Script class for working with the operating system.
See documentation