Tag: Script
Backup PC via Batch Script
by Tom Gee on Apr.25, 2010, under Scripts
I made a few small alterations to the script found [http://www.speedguide.net/read_articles.php?id=1547] and use it on a regular basis to backup my Windows 7 PC.
The source code is as follows, where F:\Backup is the location on my external drive where I want my files to be copied to:
Sequentially run all VB Script (.vbs) files in a directory
by Tom Gee on Apr.06, 2010, under C#, Uncategorized
Create a new C# Console Application in Visual Studio and compile the code. Copy the compiled .exe file to the directory containing the .vbs scripts you want to run in sequence.