I am looking to do some automating on some imports. I am looking for a way to call multiple scripts to run from either one batch file or vbscript. wha开发者_如何学运维t I am trying to do is the follow
I need to request data from an API parse specific data from it and return the response in xml. What I have so far is this which works fine but only returns text rather than xml
When you call a function like x = myfunc(a,b,,d)what happens with the 3rd parameter? is it empty? null? nothing?
I have the below regular expression which is working fine in .NET however it is not working in Classic ASP. The Regular expression is used to validate for a least one digit and one character.
We have a classic ASP site that has some pages that do some extreme string concatenation and occasionally generate the \"Out of string space\" (OOSS) exception.I am fixing the pages either with direct
Peace be upon you all! I have been working on Internationalization and I want guidelines for VBScript. There is a lot of material for Java and JavaScript, but after extensive research on VBS, I could
The scenario - 9 PCs on a LAN, 1 Instructor system and 8 Clients, all with static IPs. Files within a directory on the instructor system could be updated at any time and I\'d like to launch a script
I am trying to upload a file to my server.The file is uploading but I would like to get the value that is in the File1 textbox.I do NOT want the path, I want just the filename that I\'m saving.
I\'m trying to submit some post data form using vbscript. The site I\'m posting it to contains some java, and having poked around in the headers, I notice it\'s sending a cookie containing JSESSIONID,
I have recently been searching for a solution to my problem and I came across this website. I attempted to follow instructions on how to fix my problem from many other sites but I\'m not entirely good