The VBScript Replace function lets you switch out one character for another in a string. You can use this function to replace the period character with an underscore. You load the file name into a ...
I've inheritied a messy login script situation. There are huge chains of .cmd files that call other cmd files, which call other cmd files, which call tcl scripts, which call yet more cmd ...