I have a vbscript that runs on the command line in xp. It accepts one argument for the path to a directory.Is there a simple wa开发者_运维知识库y to prompt the user in the command line box for this?
I had to run some server side code to open multiple files via javascript something to this effect: Assume r is just a reader with some data:
So I\'m working on a web site in ASP/VBScript. The files need to work on a development server and on a separate QA server at the same time. Unfortunately the dev server has an odd URL, so to make incl
I\'m upgrading some code written in visual basic. The regex doesn\'t work as I\'d expected. Basically the regex is applied in a loop, it replaces keywords with anchor links. So it builds up a string
I think this might be an easy question, but I\'m just a bit stuck. I\'m using this vbscript function to open a webpage and get the cookie.
I have a search box. My admin user mig开发者_开发问答ht search for \"@MG @EB dorchester\". In ASP, I need to count how many times the symbol \"@\" appears in the string. How is the possible?Try this
I am trying to get VBSCript to pass \"configure call gcid splitArray(x) delete\" for ea开发者_JAVA百科ch element in the array. Instead im getting \"configure call gcid splitArray(x)\" until the last e
W开发者_运维百科hat code do I need to generate a file with a specified number of lines. ie. have some variable called num_lines = 8743
Need a function that will accept a filename as parameter and then return the number of lines in that file.
I have a url that is encoded in javascript using encodeURI function: javascript code: encodeURI(\"form.asp?opt=\" + ai_opt + \"&val=\" + escape(ls_val) + \"&col=\" + as_col + \"&sg=\" +