Category : Programming

VBS Script – Embedding Images

Disclaimer: I am not responsible for the misuse of this script.
Description
I wanted to easily access some low res proofs via web page where I was able to scroll down and view all images rather than view them in a sideshow presentation.
Script
‘************************************************************************************************
‘ File:    Rip Em!
‘ Author:  Hassan Maynard



‘************************************************************************************************
Title = “Rip Em!”
Version = “v1.0″
Dim strDirectory, strFile, num
num1 [...]