Learn about the features in Windows Script Host and its native scripting engines, VBScript and JScript, that make automating just about any Windows task a snap. Are you a big batch file advocate? If ...
I'm trying to parse a string variable so that it only returns everything before and after certain characters. heres an example"<BR><BR>strVar = "See-Tom-Run"<BR><BR>all i want to return is ...