Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top VB Script Solutions: 76 - 100 of 612
 
Hello. I've written the below script to try and push Adobe 9.1.0 thru 9.1.3 to SMS clients and it keeps failing.  Not so much failing as getting stuck in a loop I can't break.  I'm a novice a...
i have some remote users if they are on site they using proxy server but when they are outside they don't use proxy settings. Is anybody suggest me any vbscript so proxy settings change automa...
Hi Guys, I hope to find an answer to my quest here. I would appreciate any help here. I have a spreadsheet that has all computer names and the location details ONLY example. Computer...
Hi Guys I need some help to deploy a few .vbs scripts into multiple PCs remotely using psexec.  is there a way i could do that?  all my users do not have administrative rights. Cheers ...
I am trying to rename all groups within a specified OU. However i am receiving an error on using the "MoveHere" command and I cannot figure out why. Any help is appreciated: I:\test.vbs(10,...
Hi,      I have an Excel sheet  which is in below format:                  A            B            C 1           Child1.1                    5           comes from database 2          ...
Hi, I'm writing a script to add a new loopback adapter to the machine. After I run the command: devcon -r install %WINDIR%\Inf\Netloop.inf *MSLOOP it creates a new "Local Area Connection" ...
I need a VB script to search/replace in the registry.  This script will be searching for ALL occurrences of an old hostname, and replacing it with a new hostname.  Specifically, I need to have...
I need a logon script that creates a Home folder for users. So when they create a document anc click save it should open by default the Home folder(the mapped drive) to save their documents. ...
Hello again experts! Usually when I want to perform a copy operation that I want the user to be aware of I use the following code... Const FOF_CREATEPROGRESSDLG = &H10& objFolder.Copy...
Hello, Is there a function in Vbscript using which I can check if a value exists in an array? For example, if I have five usernames in an array. How do I check if the array contains a parti...
Hi, the script next showed (.vbs) creates an Outlook mail signature, based on Active Directory user information. That information is showed on a 3 rows (R)  and 2 columns (C) table. On C1R1 pl...
I need a scrip to check if a file name with an extension of .wff exist in a folder. I have the script to email the file but i only want the email to send if the file exist. The wild card does ...
Can someone share with me a vbscript to provide the date and time the server was last restarted?  I'd like a pop-up window that reads "this computer was last restarted on:" x (where x is date...
Hi folks, I get this error > invalid procedure call or invalid argument 800a0005 Referring to this line in the code I attached: OutFile.WriteLine(sData) Can anyone help me out? The...
A laptop that belongs to my organization was stolen. We do not have any compu-trace, absolute/lo-jack features on it. However we do have software that allows you to deploy software remotely. ...
I am running a VB script and it won't work on a Virtual PC running Windows Server 2003 R2 (though, I am not convinced that that really matters for the problem I am having) ... BUT IT RUNS JUST...
hi , i want to convert this batch file to VB script and i want this script to run every 1 hour , please i need help for this . @echo off PING 192.168.3.110 -n 3 | FIND "TTL=" >new IF NOT ...
Hi All Experts I am writing a small Vbscript to pop up a msgbox. But I would like to have a URL link in the message displayed in the msgbox. For Example: Please raise a ticket in the...
I already have a basic script that opens a number of tabs in IE which executes when a user logs in (see code), however I'd like to specify the "default tab," in other words the tab that is alw...
How can I remove nodes from an xml object? I have to loop through each node, check some values against the database and then remove the node, if needed. In the below xml, I would like to r...
I have a vb logon script that works fine. I am trying to add a .reg file to be run during logon. I keep getting "Variable is undefined: 'objShell'. Here is the script  - any help would be ap...
Hi, I have some code that loops through a database and displays back in contents (see screenshot) I have a unique identifer column for each record which is set to auto identity (i.e. 1,2,3...
For example, from http://finance.yahoo.com/q/hp?s=AAPL I'd like to retrieve the 3 year high price from today's date using vbscript for excel.
I am trying to call a vbscript (againanotherrmoldfiles.vbs) from a vbscript. My code is below. But I keep getting the runtime error message, "Object doesnt support this property or method" . ...