Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vbscript custom title
Name: fcarstens Date: July 29, 2009 at 00:54:21 Pacific OS: Windows Vista Subcategory: Batch
Comment:
I have the following vbs file: Set objFSO = CreateObject( "Scripting.FileSystemObject" ) strFileVer = objFSO.GetFileVersion( "C:\Program Files\RapidStudio\MPR500 Pro 5\AlbumMaker.exe" ) WScript.Echo ( "Sorry!" & vbCrLf & "Your version " & strFileVer & " is not compatible with this update." )
I want to add a custom title for the message box (ex. "Version Error"). Can anyone help with this please? I've tried a few things, but keep getting and error saying "Cannot use parentheses when calling a Sub".
Summary: I am having trouble with the user logins! (the error I am getting is when you login!) Please Help ========================================= @ECHO OFF CD C:\Documents and Settings\%username%\My Docume...
Summary: Hi.. im trying to figure out how to concatenating two arrays in VBscript, but i seem to be totally stuck. I cannot find any examples on concatenating except for simple string concats.. Im also totall...