Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Scripting Solutions: 1 - 25 of 212
 
I am a PowerShell Newb, please have mercy on me. I would have thought there would be tones of scripts out there to do an inventory, but I am having trouble finding one.   I have found th...
I'm needing to create an awk statement, that performs a few different functions on an input file I have.  I'm open to other suggestions as to how best to accomplish this, I just know awk has t...
How do you copy files in linux with a certain create or modified date? Thanks
I was wondering how to remotely install software using powershell. I can connect to other computers using the WMI win32_products to uninstall current software, but I don't know how to insta...
The solution I was given last night will not be as easily usable as I wish it would be. Is there any other way to do this? It works perfectly in firefox, but internet explorer has a problem...
I've been fooling around with this function and I'm trying to get it to work. Maybe one of you guys can put me back on track. So right below here is the function. I've been trying lots of thin...
I have two folder : + /export/home/abc/* : contains history.xxx ( xxx ranges from 000 to 999) + /mountNT/ on Sun Solaris 10 . I want to create schedule to copy history.xxx to new folder ...
hello i need a code, to list all user's running processes, but i need it to list the FULL command i found: lsof -d ``cwd'' | awk {'print $1, $9'} |grep eggdrop but it only lists: eggdrop /...
Hello Its me again, I thought i had the solution but seems its only half complete. Problem is I need a script to check if a client has Reader 7 or 8 installed and to install the updates (or ne...
I need a ajax popup something like http://www.wildbit.com/labs/modalbox/  when i click login the popup should come and take my login details and redirect to another  page after sucessfull logi...
I really liked this letter to editor page (http://www.charliebrownforcongress.org/letters_to_editor.php) I have a limited understanding of php, could this be done with a simple html form that...
I am a super-newbie to AutoIT, but I saw it as a potential way to get around inconsistent behavior I have seen from the VBA SendKeys command. I have created an AutoIT executable which i call f...
Hello all,  I am having some problems with hiding/showing a table row. I need it with id's such as <tr id="tbl1"> because it will list the values from database and when you click Show/Hide ...
Having barely scratched the surface of AS2, I decided to just jump into AS3.  This preloader should load any DisplayObject and show a progress info feedback to the viewer.  It does load the as...
Hi, I have, with the help of a consultant, come up with this xcacls script run as a bat file.  I am also not very experienced with scripting or coding at all. The purpose of this script...
Hi, this is my first question on this forum, so bare with me please... I have a standard form in a php file with submit button... The problem: I´ve got a form with standard input like ...
Hi Experts.  I have a 200+ windows xp/server 2003 AD environment that I am trying to install adobe flash 9 using a group policy.  With the help of another expert, I found that the macromed\fla...
Hi Wiz kids, I wish to delete cookies from my users profiles that are all held in a data repository for use within a Citrix enviroment. Please see example below for structure :- E:\Home\...
Hello, Can you have images inside a select box? Im thinking of having country flags inside a drop down? Has anyone ever come across this? or tried to accomplish it themselves? Thanks
I am trying to convert an old vb script that backups up our event logs, and am running into some trouble. Here is the part of the old way that is confusing me a bit: Set oFS = CreateOb...
Say I have this structure: <div id="something">    <div>#1</div>    <div>#2</div> </div> I would like to use Prototype to add an element so that DOM looks like this: <div id="som...
Please could some one decode this for me?
I'm pretty new to Javascript.  I have a page I've built that is a Form.  The Form has over 10 Select boxes. Each Select box can have different "Options" thus forming ranges (as in Low to High...
I'm trying to create a script that removes all current drive mapping the user has and then creates a new mapping depending on the users OU and username.  The last part works fine however The p...
VBscript needed to do a loop on a text file containing strings and search on all files(MS Office & OpenOffice formats) in  a directory (e.g C:\data) and output the results in a results.txt (ta...