First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
How to get the path of the vbs files
I want to get the path of my current .vbs files I use below script to get the path Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.GetFolder(".\").Path But it only work when I run the script directly. If I drag a folder to the script it return "Document and setting\User" Please help / Alle... 6 Jan 2010 09:51
List user properties
Hi, I'm looking to write a script that will list the following information (as showing in AD Users and Computers) for all users in our domain: Display Name or Username Login Script Profile Path Home Directory Terminal Services Profile Path Terminal Services Home Directory We are in the process of replac... 31 Dec 2009 12:07
SPAM
Mr. Souter apparently works for code-tips.com ... 30 Dec 2009 10:55
VBScript String Clean function - remove or replace a set of characters
This article provides a function written in VBScript which removes illegal characters from a string. The illegal characters are specified in an array at the beginning of the function. The function is passed the string which may contain illegal characters, which then processes the string to remove or replace any... 30 Dec 2009 02:17
Global Warming and what you can do to against it
Dear All, As you know global warming is endangering the future of life on the planet. It will also affect us; rising sea levels, dwindling water supplies, mass deaths due to heat waves, stoppage of the gulfstream, which brings milder climate to north of Europe, super hurricanes, less food due to droughts are some... 29 Dec 2009 16:24
open a folder and allow user to end script?
Hello, I want to: 1.) open a folder that has files in it. 2.) ask the user with a msgbox if these are the right files user clicks YES, program will continue. user clicks NO, another msgbox pops up and program ends. How would I do this? ... 29 Dec 2009 15:17
printui.dll command line in a batch file
I am using the printui.dll command line in a batch file. When I start the batch file I see the print divers installing and then I get a "the arguments are invalid" and the printer never get added. Also is there a way to log the output like an installation log. Here is the code. rundll32 printui.dll,PrintUIEntr... 29 Dec 2009 11:56
Attach all files in directory to email?
Is it possible to use VBScript to attach all files with a particular extension to an email? How could this be done? ... 29 Dec 2009 14:11
Rename files based on file name?
Hello, How would I write vb script to do this?...seems simple but I have no idea. I have files in the directory C:\MyFiles they are named MYFiles101509.awq MyFiles111709.awq I want to rename them to OctFiles0001.xls and NovFiles0001.xls is there a way to look through files like look for MYFiles01* and ren... 28 Dec 2009 16:18
Space in HardDisk
Hi!!! I need a script that monitors the hard drives of servers and when you reach a minimum space constraints, I send an email warning. How can I do?, Exists already implemented? THANKS ... 13 Jan 2010 15:29
First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60