VBScript
Rename a text file using batch or VBS
I need to rename a text file using either a batch file or a vbscript. The format of the txt file is received as A353XXXXXXXX.txt and I need it to be renamed to simply A353.txt. The X\'s are never the[详细]
2023-04-02 17:47 分类:问答Filling in a VBScript array in a for loop
I\'m attempting to create and fill in a two-dimensional array in VBScript, which resides in an ASP page. I have the following code:[详细]
2023-04-02 14:39 分类:问答How to get data out of JSON object?
I\'m using JSON.js provided in JSON.org <% JSONReturn = GetDistance(Sample) // return a string in JSON format (Arcgis server Solve route function)[详细]
2023-04-02 03:29 分类:问答Windows Scripting can't find reference
I have a windows script file that doesn\'t work anymore. The script look like this <job> <reference object=\"Some.Component.1\" />[详细]
2023-04-02 00:39 分类:问答I have two text files, I need to merge the two with a date stamp using VBscript
I have two .txt files; I have written a VBscript to identify the two last modified files. The code echoes the two modified files separately. I need to merg开发者_运维知识库e these two modified files a[详细]
2023-04-01 22:52 分类:问答WScript.Echo throwing object required error in vbscript
I\'m trying to display messages as my vbscript program runs. It runs off a command prompt in xp, for example: cscript.exe test.vbs.I don\'t want to use msgBox while this is running as I just want it t[详细]
2023-04-01 18:45 分类:问答VBS - how to get DOMAIN proxy settings for a machine?
The following code in a VB Script file will allow me to get the proxy enabled flag on a machine.For example, I do not have the proxy enabled on my machine, so it returns \"0\".[详细]
2023-04-01 18:43 分类:问答How do I selectSingleNode in xml with vbscript and classic asp?
From here: xml: <Vocabulary> <Word type=\"noun\" level=\"1\"> <English>cat</English>[详细]
2023-04-01 13:48 分类:问答InstallShield removing a file using VBScript & CustomAction fails when there's no file
When uninstalling a previous installation (that I\'d built using InstallShield 2009), I wanted to delete the entire folder that the program was in at the end of the uninstall. I couldn\'t figure out h[详细]
2023-04-01 12:13 分类:问答IIS6 Classic ASP WMI Permissions
I\'m developing a simple internal Classic ASP website (served by IIS6) to help reboot a handful of remote computers.[详细]
2023-04-01 11:26 分类:问答