Quantcast

Posts tagged ‘batch’

Convert VBScript File to EXE File using IExpress

In the mailing list I saw people asking about how to convert VBScript file to executable file (EXE). There are so many implementation for this but I will cover the easiest way by using IExpress from Microsoft. IExpress is a technology designed to simplify creation of a setup program. Using the step-by-step IExpress Wizard, you can create self-extracting files that automatically run the setup program contained inside. The setup program can be an .inf file or an executable program. IExpress technology automatically removes the setup files after installation, saving the user time and frustration. Continue reading ‘Convert VBScript File to EXE File using IExpress’ »

Doing Batch Download using DownThemAll! Add-on for Firefox

Sometimes we need to do a batch download, for example like download from specified URL but the files are from 1.jpg to 100.jpg. Previously we think that we should use special software to do this, but finally now we can do batch download using DownThemAll!, Continue reading ‘Doing Batch Download using DownThemAll! Add-on for Firefox’ »