I am new to VBScript. I am trying to write a function that will rec开发者_如何学Goognize if the CRLF in the printed Line. Can you please help me?
I have a form that the user fills out and submits.I have vb code that converts that form into an email and sends it to me.I need to know what page it is coming from so I want to assign the current url
Please tell me where I have gone wrong in this script. I am getting this error. Server Error in \'/\' Application.
I have inherited a classic asp site which has a fairly robust custom cms. We have recently moved the site across to one of our hosting machines and have recently noticed some issues with getting value
I have the following code: Process scriptPr开发者_如何学Pythonoc = new Process(); scriptProc.StartInfo.FileName = @\"cscript\";
I want to continuously ping my home public IP address, and if the ping fails automatically do a traceroute to see where it\'s failing.
Good afternoon, I wish to have a script that will look for all files with the name pattern LCP-??? and/or FSA-??? in c:\\streetweeper and copy them to D:\\java\\temp\\sz-files.
Again a VBScript problem. Here is a working code Set WshShell = WScript.CreateObject(\"WScript.Shell\")
We are having a problem with some of our web services in our applications.Basically, Internet Explorer is caching some of the XML and so the apps are not updating.I have been asked by some of our deve
IE8 Add-ons export script (vbscript) I am attempting to parse a text file that match开发者_C百科es a string \"DllName\" and then writes everything following DLLName will be written to a text file.