I have two regular expressions: \".*-.*adm.*\" \".*-svc\" Could someone explain how I can go about matching all of the strings which don\'t match/f开发者_开发百科it the two regular expression above
I wanted to use WScript.Shell object to secure a registry pa开发者_JAVA技巧th , e.g HKEY_LOCAL_MACHINE\\SOFTWARE\\Business Objects\\Registration\\UserProfile.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I am looking for either a batch file or a vbscript that will merge like pdf file names. The files that should be combine will have the same file name all the way to the first \".\" I have entire folde
I understand that webservices are stateless. I want to know if there is any way we can expose the public properties (getters and setters) of a webservice on the client side (client side being a vb con
I have a file with 4 fields. A,B,C,D I want to only extract the 4th Field and change it to \"E\" Is there anyway to accomplish this开发者_如何学Go?Assuming that the values don\'t contain commas, r
When I run the code, I get an error saying ActiveX component can\'t create object: \'Shell.LocalMachine\'
I was looking into dy开发者_开发问答namic \"includes\" methods and came down to a solution which uses VBScript\'s Execute function. This works perfectly for me but I noticed that Execute executes the
How I can read two values, one line in the txt file? v开发者_运维问答alue1 , value2 set nesne = Server.CreateObject(\"Scripting.FileSystemObject\")
I\'m trying to use ADODB in VBScript to access an Excel file to find the number of rows in a given sheet that have data entered into them. My code so far displays everything on the sheet, but I\'m not