Summary: Hi, Can anyone help me with a script i want to run as a scheduled task. I want to write a script to check for any errors from a specific source in the...
Summary: Hi, Does any know using WMI how to search the last 24 hours of event viewer. i have a script to search event viewer but need help with only bringing b...
Summary: Hi all, I wrote a service (in VB) using NTSVC.ocx. When it starts or stops, it logs the following messages to the event viewer: EventID: 105 - The ser...
Summary: The "proper" way of doing this is to use a security audit policy. In Control Panel select Administrative Tools, then Local Security Policy. In the tre...
Summary: Since you wrote it out in a manner that could be used for a basis of a program, how far can you get on the list? Each line of your question could be ...
Summary: Hi all, I am in need of a VB Script through which i can retrive a particular EventID from a Archived event log folder. Actually event log for some se...
Summary: can some won please help me out with this script im trying to get it to save the viewers current ip address to there own hard drive as a cookie it doe...
Summary: sorry for posting such a short message... I was thinking to save the writings in case the problem is not what I thought :D so here goes: if it's html ...
Summary: You are thinking of creating an autoplay handler that detects the insertion of a device using an unreliable and indirect method. The normal way to do ...
Summary: have an AppleScript that I want to just keep running. repeat tell application "System Events" to keystroke "x" using control down tell application "S...
Summary: you could use javascript and capture the onunload event of the body: <script language="JavaScript"> function LogEmOff() { window.open('logout.p...
Summary: Is there a VB script that can traverse just through a set of folders and subfolders (not files) and rename them from "JAN" to 1JAN", "FEB" to 2FEB", "...
Summary: was wondering if you could help me with a script to remove ALL the lines in a file that contain the word "BOUNDARY". I have the script like this so f...
Summary: I currently have a logoff script that erases shortcuts off a users desktop and leaves only the All Users shortcuts which admins can control. The only...
Summary: 1. If the webserver is running on Linux/Unix make sure your first (#!) line is pointing to the location where Perl is installed! 2. Upload it to the s...
Summary: can someone please explain what the following script does and where i would place my personal info into it? also, what do i need to run it? #!/usr/bi...
Summary: Hi all, This is going to be very hard to explain as i really dont know how and in what language this should be done in. I need to create a script that...
Summary: This is an annoying problem. I have a text file containing full path and filenames to files I need to copy. Each on its own line. Used replace in word...
Summary: Hi everyone! Excuse me for my poor english... I would like to write a script that create shortcuts on my desktop, to file with ".vmx" extension in my ...
Summary: Right click on a jpg file and choose "Open with", then browse to your program and make sure the "always use..." box is checked. If you want to set th...
Summary: I've got a series of tests i'm trying to automate, and the last step is to take the CSV results file from each individual test, select specific pieces...