I have two tables from which I will be drawing data.
The cart_final table which consists of these fields.
cart_final table
`cart_id`
`discount`
`fk_order_id`
`fk_product_id`
`p_catego...
Hi,
Move all folders that even have 1 exe file in it. Script that can go through all sub folders and move the sub folders with the files if it finds even 1 Exe file.
Is there any way of do...
Hi,
Search all files in machines in a txt file and move files.I have this batch file can anyone help with a vbs to make this faster
To cut paste any files as mp3,avi,mpg into the unc pat...
We are using this code:
http://www.w3schools.com:80/asp/met_fileexists.asp
It's working fine on development server but it does not work correctly on production server. We have some PDF docs ...
I have been working on creating a little HTA script to set the default printer via User interaction. All is working fine except when they type in a value that does not exist.
Here is the c...
We have a simple website form that has users select prices of items they would like to buy and then e-mail us all of their choices. For example, we have a dropdown box that allows users to ch...
Hello Experts,
I have noticed a small issue with the images loaded on my site. The initial hardcoded image gets displayed twice, because it is both hardcoded in the page and picked up by my...
Hello Folks,
I've been working on this issue for several days and I have tried all sort of code snippets but so far nothing is working, it really shouldn't be this difficult to launch a pop...
I am looking to better understand this code..
Set objDSObj = GetObject("LDAP:")
On Error Resume Next
Set objAuth = objDSObj.OpenDSObject("LDAP://mydomain.com",CStr(Request.Form("us...
Hi,
How can i have a Ping-t and get a mail when there is a Ping reply or time out.
There are times when i want to be warned when a machine comes live or is Timed out. Is there a way a scri...
Hi,
A script that can check 2 or 3 or 4 letters of a file and create folders with the start letters and move them.
There are files 100's of them of different extensions in a folder and s...
I have the attached Script, and it works great except on my domain controllers for some reason. the error I get is "1450" nothing else. I have tried to run just the offending part of the sc...
When i tested my form, i got the email but none of the data entered into any of the fields showed up when i received the email
below is the form
www.celebrityspeakerslv.com/contact.html
Hi Experts. I have a couple versions of Adobe Reader floating around in the environment and I need to uninstall them so I can make Reader 9 the standard. I have the msiexec string to uninsta...
Hi all,
I need to sort, using vb script, the contents of a text file that looks like this:
[WEBN]
Wam Es= 1
AIG Esk=1
Aviv RJF=1
[TABB]
Sch Ins=1
CMH Cap=1
AIG Esk=1
Stikem Ell=1...
Hi, I'm trying to writing a simple bash script to find files.
#list="path1 path2"
for i in $list
do
echo $i
list=`find $i -name \"test\_\*\"``
echo $list
done
But "li...
Hello experts
I have a registration page and i need a script to check how secure the imported password is.Something like
the yahoo registration (https://edit.europe.yahoo.com/registration?.i...
Hello everyone. I am asking this question because I ran across a site that has an animated menu but isn't using flash. I have a good use for a menu like this but also I am extremely interested...
Hi,
How can i check each users Direct reportees if they have both Ntlogin & Contact added to them.
In many users i could see the Ntlogin and Contact both have added and they show duplicate...
I configured wget on my Solaris 8 system. I now want to automate a check on a website to determine if it's down. The website I want to check is a lot like www.zipinfo.com/search/zipcode.htm. I...
ok, I am still a newb at this, can some one answer these please?
PowerShell CTP V2, what is CTP??? Is this a beta release of version 2?
I found these 2 links;
http://dmitrysotnikov.w...
I am modifying a targeted broadcast mailing list from a MSSQL-Based software package that tracks customers by e-mail address. The broadcast e-mails are extracted from the database and are targ...
New to powershell, trying to figure out a simple output. I can do this with a small script or one liner in perl but not sure how to do this with using powershell
I have a lot of small text ...
I have a stroller that makes four boxes and I needs some help putting two boxes side by side and another two boxes side by side under the first two boxes:
Script follows:
<!doctype html ...
I have a simple batch file that creates a few directories and copies a few files into the directories upon launching an app within Citrix. Everything works as planned, but it fails to copy ov...