I’m starting to get a little spare tire around the waist and I wanted to start deflating before it got out of hand. In order to set a weight goal, I used the Body Mass Index (BMI). My scale tells me what my BMI is, but initially I didn’t know what to aim for. The […]
Categories: Health,The siteI don’t know how this video got nearly 8 million views without me hearing about it, but, like the groom, I couldn’t stop laughing. I haven’t laughed that hard in a long time.
Categories: HumorWhile you can right click on a file and choose “Create Shortcut” in Windows 7, I disliked the naming convention of “filename.ext – Shortcut.lnk”. I use FreeCommander for all my file management needs and it didn’t have a built-in way to create a shortcut either. Here’s a short VBScript I wrote that takes two parameters, […]
Categories: ComputersIf you get this error, change the encoding of the file to ANSI. Windows Script Host ————————— Script: C:\Users\dan\Desktop\test.vbs Line: 1 Char: 1 Error: Invalid character Code: 800A0408 Source: Microsoft VBScript compilation error Or with Cscript: (1, 1) Microsoft VBScript compilation error: Invalid character
Categories: Computers,Programming