I have a list of data in a text file I want to sort in a specific format.
From this:
0101080030
0101080031
0101080032
0101080033
0101080034
0101080035
0101080040
0101080041
01010800...
I have done a lot of windows apps programs and vbscript files, but not web apps, hence my confusion. Can I read a text file using the filesystemobject in a vbscript in an html file? I just n...
Hi All. I know just enough about the sed command to be dangerous. However, I now have a delema that I am unable to get by. It seems that if you have an embedded PIPE command in your search/re...
like the title says, how can i execute find command in * except one directory ?
thanx
How can I package or configure NVIDIA driver software for the GeForce 8400GS to be able to push it out/ deploy it to multiple computers (at my work) using SCCM (System Center Configuration Man...
Hi,
Hta file that shows the Security groups in a dropdown menu of a particular OU. When selected asks for the users to be added.
So when needed a user can add the users he wants.
A box th...
Please reference my original question below:
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23748402.html
I need to parse the original tomcat error log and generate...
Hi people, can i know what code in this website http://www.tycoononline.nu/ did they use to make the website auto adjust, no matter what is the screen size, the picture will still remain the s...
I have a shell script as following in /var/www/html. The scripts owner and group is root and has permission 755.
#!/bin/bash
echo "script started"
/sbin/service named restart
if test $? ...
I've already found a nice easy way to navigate directories via php, and show me what is in those directories. What I am looking for is a module that will allow me to upload multiple files to ...
Hello, I have found this script on a previous topic about deleteing "Unknown Accounts" with a batch file. I am testing it out recently and finding that it does not work. Here is the script, ...
I got two pages:
* A.jsp has an html form named "iForm" with address fields and a popup link to B.jsp
* B.jsp allows the user to select an addressID value and use that value to populate ...
I hav a string that contains a lot different HTML tags. I want to shorten it to, let's say, maximum 400 characters. The issue I have is:
I need to make shure that I don't leave open HTML tags...
We have a need to post files via WinSCP daily (approx 1,000-1,200 files). How do we have WinSCP create a folder for the current date then put the files to that folder?
Here is what we are ...
i am getting following exception while invoking the webservices method
org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was...
Hello,
I'm having great difficulty showing a div layer over an embedded iframe,
Basically, the div's i want to show are small little helper boxes.
They are hidden until an icon is cli...
Hi,
Solution from Rejoiner. From here
http://www.experts-exchange.com/Programming/Languages/Q_23729036.html?cid=239#a22494400
Need these addings or help....
1. The description of the c...
I need a script to change the secondary DNS server for all the server names in a text file.
All,
When I log into my company's Juniper SSL VPN portal from my work pc (Windows XP SP2), the Network Connect component will act as an IPSec client and give me an IP address on our corpora...
Hi,
Script that can query all Security groups in a OU and get me the user names and the shares he is in.
Like if an user is in 5 groups that are in that particular OU. then
Username
...
Hi,
Create a distribution group in the root Domain and add users. I have the group names and user names in 2 diffetent txt files. Any way of doing this.
A script that checkes the "Group....
When the user clicks the save/exit button, I need qsave to check field validations, then ONLY EXIT document if no errors occur.
validations are in qsave - if ctrl-s, works fine. If click ...
I'm framing in a portion of anotherwebsite.com on mywebsite.com/page (urls are just for example), which looks just fine and gives me the desired result I'm looking for. However, when someone c...
I have the following in a VBScript:
strTimeStamp=Year(NOW()) & "-" & Month(NOW()) & "-" & Day(NOW()) & "_" & Hour(NOW()) & "-" & Minute(NOW()) & "-" & Second(NOW())
strCmd=g_strDblQuote ...
I want to add a registry key to all my workstation in a domain, can I do this via GPO or login script, if so, how?