In a VBScript, I need to initialise a variable with a date. In my country we usually specify a date with this format: day month year
Hi i got a question about my server performance ... i got a classic asp cms hosting ~250 websites, for each website we build a Classic ASP dictionary using
Language is vbscript and classic ASP. The following SQL works when values are hard coded in the sql statement:
Found this Reboot Vista.vbs script on a number of forums. Seems like the whole post ( text including the code ) was posted 开发者_Go百科on many forums. So I don\'t know who the original author is. Her
i\'m not a VB programmer but i need a vbscript that convert image file (from local disk) to be converted to binary data and the passed to webservice. I realize how to pass data to webservice but i can
I want to automate simulation of a right click to open the context menu. Once the menu is open, select the selected action/shortcut available.
I am working on improving our glossary functionality in a custom CMS that is running with classic ASP (ASP 3.0) on IIS with VBScript code. I am stumped on a regex challenge I cannot solve.
Is it possible to build a VBscript parameterized query without knowing the names, types or number of arguments beforehand?
Within a VBScript, I need to make sure the user inputs a integer. Here is what I have now : WScript.Echo \"Enter an integer number : \"
What\'s the best scripted way to delete (near) duplicate files based on filespec in Windows (XP in this case)? I am thinking of RegEX and some VB Script but if there is a better way...