Summary: Hi, i am new to scripting , and i am facing one problem. i have one csv file and it contains few records. what i need to do is to write a script(vbscr...
Summary: The following script and batch code work together to allow me to automatically print a word document when the batch file is executed. The only problem...
Summary: I have this program I wrote in VB.net. Basicly the program is messager that uses NTs Net Send service to send a message to a computer on a LAN. I w...
Summary: I have a vbs script that I'm using to add a global group to the local administrators group. (See Below) Set oNet = CreateObject("Wscript.Network") Se...
Summary: Hi. I am having difficulty with a small PHP program I am working on. I have 2 forms on 1 HTML file, pointing their actions to 2 different PHP scripts....
Summary: I need a VB script to deploy all of 500 PCs to start DHCP service, DNS, & Time services Does anyone suggest nice snippet script for me, cos i know not...
Summary: I have some text files which i have to ftp them from one server to other. I can use PUT command, but for each file i have to call it. Assume that ther...
Summary: This is what I have. set oShell = CreateObject("WScript.Shell") oShell.run"notepad.exe" WScript.Sleep 500 y= year(date-1)*10000+month(date-1)*100+day(...
Summary: I am trying to edit a vb script. It's in russian. Opening notepad this is what I get. See below. So far trying to get a translation is futile as the l...
Summary: Hi im writing a vb script and testing if a drive is present before mapping to it...i am using if fso.driveexists("\\server\share") = true then..... h...
Summary: OK, just made my first wmi .vbs script and I don't understand the error message. the results or running my wmi101.vbs C:\aascripts>cscript wmi101.vbs ...
Summary: Yes, don't use the FSO for a start. It cumbersome, slow and heavy on resources and has no place in VB6. If you intend distributing you application, ...
Summary: how can I get a batch file to run another batch file in a seperate window? I can make batch file1 run a VB script and batch file2 to make batch file2 ...
Summary: if you find a solution, let me know, we are running VB, Crystal, and Access Jet DB, and the vendor says run it on Terminal Server if you want acceptab...
Summary: Not really a web developer but i think the solution lies in using vb script and the browser's object model to 'drive' the browser. The browser suppor...
Summary: IR, You mentioned "geological science". Do you use GIS software in your work? If so, Try ESRI website (www.esri.com) They have different programs/semi...
Summary: Thank you for your reply, but I am afraid that I cannot do not fully understand your response. 1. You mentioned command line parameters. As far as I u...
Summary: I know that i need to use some sort of VB script and i have taken several suggestions an was able to make a message box appear using the following cod...
Summary: I am very new to VBS scripting and would like some help to create a vbs logon script to check and make sure that the file does not exsist on the local...
Summary: With help from a few of you, I was able to write a Batch file that created folders for output files and moved folders and files to a mapped drive. I a...
Summary: I was in a hurry before and I had some bugs in my script(setting icon and workingDirectory didn't work) they're fixed now. What my script does is writ...
Summary: I'm about to order a book about VB scripting and I'm torn between these two books. - Microsoft VB Script Step by Step - Windows Scripting Self Paced L...
Summary: Hi, Thank you for the response. I tried the VB script and am facing a issue. I am fine with the fact that it is trying to replace the string in the sa...