VBScript: Connect to an oracle 10G database, then close the conneciton. If everything is succesful, then DO NOTHING if there is an error send an email.
I know how to send the email with CDO...
At work I ran a script with a .PS1 extension perfectly in Powershell. I get home and install powershell on my computer and I cant run the same exact script that I ran at work. It's saves as a ...
I am using Windows Hyperterminal to test and creat capture text files on different network devices (Cisco) Is there any scipt or possible way to grab certain commands from hyperterminal (show ...
I have a printer with a built in print server. I need a script that installs the printer that I can run on the clients that will use it.
I need to run a vbscript as a service (or somehow else run it continuously) on my W2k3 server. I tried using srvany.exe. It installs the service, and I see wscript.exe in task manager, I als...
Hi,
I tried to write a class to crop an image, save it, and load back to flash. Unfortunately it does not return back even a variable.
Please give me a help.
Thanks
Jabakir
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...
Why is my powershell query failing????
Get-WmiObject Win32_NTEventLogFile -credential domain\user -comp Server| $($_.BackupEventLog("\\SERVER\c$\Logackups\test.evt"))
the first part works,...
Hello,
I like to have a picture, were on a mouse over on several different areas an other image appears (Picture swap?) which contains a hyperlink to a new page. This new page needs to be ...
I have some externally hosted content that I'd like to protect in a way that it can only be called from our website, lets call it http://mysite.com
I would like some javascript I can inser...
Hi
We are wanting to be able to collect a particular file from everyones C: and copy it to a folder on our server. The problem being that the file on everyones C: will have the same name so...
I have upgraded my file server and am having problems with my logon script mapping the home directory.
All user directories have been moved.
I created a share called users
The following sc...
I have some code that is used on every page of the website. I would like to create a seperate file out of the code and then just be able to include it in every page. This way I make one change...
I am trying to convert our current vbs login script to kix script.
The script maps a drive based on OU membership, eg:
===============================
select case LCase (oParent.name)
...
How do I create a script so that a none domain client (windows 98 pc) can access a shared folder on our server?
Or is there a way to allow it with permissions?
using sed - I need to delete one line above and one line below any line with "ldots" on it.
In the example below all of the lines with "\backslash" and all the lines with "\end_layout" ha...
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...
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
Our office downloads test results from Lab Corp and we use Hyperterminal. Is there a way to create a script to login and download the files? According to Microsoft this is not possible. any su...
JavaScript.
I have a JavaScript function that adds decimal amounts and gives a total. The problem is that if the user enters a comma (,) or dollar sign ($) the function does not work. How...
Fabulously simple solution - but being a complete novice at scripting, I need to know how to alter the code in the solution so that only divs of a specific CSS class are hidden. For example I'...
I am looking to schedule a process that will stop and then re-start IIS services. The services are running on a Windows 2003 Advanced Server machine.
I believe Scheduled Tasks are the way ...
I am attempting to dynamically create a select box and add an "onClick" event to populate the drop down options using JavaScript. Creating to selection box is working fine but the onclick even...
Hi guys
I have a lot of long paths that I always seem to want to go to:
eg. /var/log/me/jobs
Is there any way instead of always having to type out the entire path, that you could do the...