I email my scripts frequently. To get through email filters I change them to a text file. This script will convert a file from file.ext to file_ext.txt. You can use the file name as an argument or drop and drag. The routines came from http://www.robvanderwoude.com (updated 7/18) @ECHO OFF SetLocal rem handle multiple drop and drag…
Month: June 2011
Should you change your password
Well, yes. But if you are wondering whether a password has been compromised, you may like https://shouldichangemypassword.com/. This site has a compiled database of compromised accounts. Put in your email address and it will check it against the list.
Browse for Folder Scriptlet using Shell.Application
The code fragment (scriptlet) which I have been using to pick a folder was written in 2002 based on code by Richard Mueller. My code was inelegant, and awful. It didn’t work too well in XP, and was worse still in Windows 7. I have been writing a script that needed a folder picker, and decided to revist…