This function inserts a row into a SQL database and needs to return the identity number created: Function WriteDatabase(backupTypeID, numImages, folderSize, success, errorMessage, strLogFileName)
How do I get a vbscript to run another vbscript? Id imagine its only a f开发者_JAVA技巧ew lines of code but not tried doing this before, nothing is passed between the 2, one just needs to call/run th
I am trying to write a WSH logon script. Administrators throughout the company need to be able to customize the execution of the script, and execute addit开发者_开发知识库ional scripts, for specific l
I am fixing a defect in some classic ASP using VBScript and I\'ve come across the following line: variable1 = CInt((CInt(variable2) MOD CInt(3600))\\ CInt(60))
I have a working .NET web application that perform hashing and encryption using MD5 on a certain string. This string will be stored in a cookie.
Ok, this is driving me crazy. I have a CA that needs to know the path of the INSTALLDIR to edit an XML file.
i have an excel data . the 3rd collumn contains phone numbers . i have to delete rows whose phone numbers have less than 10 digits . as the data is very large and not even one mistake is acceptable. i
I\'开发者_Python百科m trying to run various commands using psexec.exe from Windows Sysinternals. What I need is a simple script to read the output of those commands.
Ok I have a vbscript string in a wsf file as below: Dim strTransData = \"1,1,2,123457,1,20051012093000\" & vbCrLf & _
Currently working on a VBScript to automate some of the dirty PST ingestion work I do, and I\'ve found something problematic after upgrading from Outlook 2003 to 2007.