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.

 
Time Tested Scripting Solutions: 76 - 100 of 880
 
Hi Experts, I need direction in trying to create a script that will check to see if a folder exist then copying the folder to a destination.  If the folder exist on the destination, I woul...
Hi, I got some help from BlueDevilFan on the site in writing this script. It takes in MSG files and renames them to Sender  Subject. Now I am looking to change the modified date to be the re...
I'm working on a training simulation that is hosted on my company's intranet.  The simulation needs to open a new browser window full screen without a titlebar, statusbar, or address bar.  Mos...
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...
Hi, The following works perfectly in FF but not in IE, <html> <head> <script> function runstuff(tbodyID){      var txt, l, td, tr, tbody      tbody = document.getElementById(tbodyID)   ...
Hello, I have a page where I register the onbeforeunload event which shows a popup. What I need is, based on the button clicked on that dialog (OK or Cancel) to run some functions. To be more...
Suse Linux 10 Can you change the default shell from bsh to ksh? If so how do you do that?
Hi everyone, I'm really stuck in this problem. my problem is Im converting the existing project which is using querystring and I need to change it to POST. At the moment when clicking on...
I am trying to write a simple batch file which will use HP's online ILO configuration utility (hponcfg.exe) to add an administrative user to all ILO's in our organization.   To do this, I n...
Is there any other alternative method to find the Filesize in Javascript without using var Fo = new ActiveXObject("Scripting.FileSystemObject");  because when using  this object -  browser s...
I am currently trying to automate an install using AutoIT 3, but I can't get something to work right. Before anyone asks what the point of this script it ;) I have stripped it down for simp...
I know that using import-csv works well with csv files formatted with each column labled. For instance: name,number,other Test,12345,otherDetail. However I'm working with csvs that do no...
I am trying to edit a vbscript to input a txt file list of ipaddresses to nslookup and output the computernames into a file. My code is almost there but still not working right. It inputs the ...
I'm looking to write a script that will query all processes, CPU usage and the username of the process.  I have found scripts that will give me the process and CPU usage, but not the username....
I'm needing a Powershell script that will grab a filename from the file that is being copied. I want to be able to trim the filename of characters that are not needed and then store this as a ...
Hi... I have a proxy.pac file that gets applied through group policy so that if users from our office use the internet it goes through our proxy server, but if they are outside our network tha...
I have a jsp page which displays a huge blob of data retrieved from the database which is stored in a string. I have used java script to to display the line no and col no of the line where th...
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...
Hi,   I have a issues with setTimeout function On_Interval_DoStuff(Value) {    Checking boundary    Checking if page is loaded    Checking if variable exist    display some alert me...
I need an HTMLDecode function in javascript.. I read a data in Javascript as document.getElementById("test").innerHTML; If i need to remove any html data while reading how do I do that.....
Hey Everyone, I'm writing a script that checks if any username is logged onto to any of our servers. (Windows Server 2003) I start by getting all the usernames in a group from the active di...
hi, how do i post a textarea to a html form which preservers line breaks ? example of textarea to be post: #!/usr/bin/perl use CGI; .... print "<form action=read.pl method=post>\n"; ...
Hi, I need to edit an existing .kix script that is use to map network printers and more.   I had to rename our printer server which is why I need to edit this script.  I can easily change t...
Hi, Reserve ip's in DHCP with a Script? Any way to do this. Need to reverve lots of ip's I have the ip's and Mac address in a file. Regards SHarath
First of all, I am not familiar with creating logon scripts. I need to create a logon script to map a user to their home folder (D:\HOME\username ), and to a Shared drive (S:) automatically at...