For those of us who have to re-image computers on a regular basis for people, we know backing up files can sometimes be a slow and painful process. So I decided to make this simple backup script out of VB Script that makes the process a ton easier.

Basically what it does is scans through the folders in the current user directory (ie: you copy the script to C:\Users\Bob) and any directory that is not a junction it starts a Robocopy instance that recursively copies all the files in that folder to a backup folder specified at the beginning of the script. When you first run the script you’ll see probably 10 Robocopy windows to start and they’ll all eventually close once they’re done.

Download

Can it work with XP? Probably, since XP doesn’t have junction points then it would just copy all the folders anyway.

Previous ArticleNext Article
C.

Computer woes.

So to celebrate me getting a new motherboard/CPU/Memory combo I decided to top it off with my new Coolmaster Case which I got in the mail yesterday. Being all nice and prep’d to get this new case all together I drove right into moving my parts over… but I decided to leave my memory and CPU on the board as I moved it (my mistake). Well thanks to the weight of my 8 GB of memory and the CPU heatsink I bloody well broke my old motherboard (new one yet needs to be sent in for RMA) while I was holding it.  So now I’m with out my awesome setup until I get my new motherboard back from NCIX, but on the bright side at least the new case turned out really cool as well.

P.

PHP PhotoGallery + Slimbox 2

I decided to make my own php photo gallery that dynamically renders thumbnails and such, but also uses Slimbox 2 to display the full image.

Download

Installation is easy, just copy and paste the files into your image directory and it will go on it’s own. You can edit the index.php file to change some settings which mainly is just for controlling the images themselves. You can also edit the template.html file in the ‘data’ folder to change the overall look of the page.

I don’t have a demo yet, but I’m working on uploading some pictures now which I’ll use as a demo.