cavo789 / vbs_classes

VBS scripts and classes that will help Windows users to collect a list of files based on extensions and utilities to work with Access, Excel and SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows - Script utilities for Windows, MS Office and SQL Server

Banner

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)

Table of content

Debug.vbs

Helpers to help debugging a .vbs script

See documentation

Files.vbs

Provide functionnalities for working with files under Windows.

See documentation

Folders.vbs

Helpers to help working with folders

See documentation

MSAccess.vbs

Provide functionnalities for working with MS Access databases.

See documentation

MSExcel.vbs

Provide functionnalities for working with MS Excel workbooks.

See documentation

MSSQL.vbs

Provide functionnalities for working with SQL Server databases.

See documentation

ScanFolder.vbs

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

SendMail.vbs

Provide a simple solution to send emails

See documentation

Windows.vbs

This script exposes a VB Script class for working with the operating system.

See documentation

About

VBS scripts and classes that will help Windows users to collect a list of files based on extensions and utilities to work with Access, Excel and SQL Server

License:MIT License


Languages

Language:VBScript 99.4%Language:Batchfile 0.6%