Tom Lavedas's Seelction Box script - IE remains running
Thu, 19 Jun 2008 07:54:08 -0700
I'm using a script from Frans Erich to filter AD groups, select a AD group
and make a list of its users that incorporated Tom Lavedas's Selection Box
code from his URL http://members.cox.net/tglbatch/wsh/index.shtml
It seems that the script is not closing out the IE object. After I run a
script that uses it ...
|
server checking script to save time
Wed, 11 Jun 2008 17:58:01 -0700
Hi scripting geniuses. I'm looking for a script that i could just
double-click that would save me a TON of time every day. I have a list of
servers that i need the following info for for each drive letter on each
server: free disk space, % free disk space (free disk space/total disk
space). I also have a ...
|
which direction to go
Wed, 11 Jun 2008 16:24:06 -0400
Hello,
quick scenario: I have experience with batch files, vbscript/wsh, bash shell
scripting, and vb.net/c#.net programming. None of which do I do everyday.
Over the years I have used these things to accomplish tasks or solve
problems as needed. I am about to move into a position where automation in
gene ...
|
How could I play a mp3 or wav file using WSH?
Wed, 11 Jun 2008 17:53:38 +0800
need an example.. :)
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.6
^ ^ 17:53:01 up 7:43 2 users load average: 1.01 1.05 1.01
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu ...
|
Script to Copy multiple folders from one Server to another
Mon, 9 Jun 2008 15:04:01 -0700
Hi,
I am a very basic scriptor and I require a little help.
I am trying to accomplish the following
Copy home directories from one Server to another on different Operating
systems.
The target is Windows 2003 Server.
The home directories on the source Server have a home directory structure
where the folder ...
|
Authenticate to the domain from non-domain member computer
Mon, 9 Jun 2008 06:03:11 -0700 (PDT)
Hi,
I'm trying to perform a search in AD from a computer that is not a
member of AD.
Here is a script which looks for DN of a given computer:
Function CheckCompAcct (sComp)
'Check if computer account exists in AD
'returns DN if exists otherwise returns empty string
Set objConnection = CreateObject("AD ...
|
regwrite command control problem
Thu, 5 Jun 2008 07:49:03 -0700
Hi,
Quick question for somebody to answer if possible. I am running a couple of
commands using vbscript and Implementing the wscript.shell framework. I have
managed to control a 'wscript.shell.exec' program call command by using the
following elements and it works a treat as it ensures that it completes
...
|
|
|
This script is giving me the creeps! Its too long!!! Help urgently!
Tue, 3 Jun 2008 09:46:55 -0700 (PDT)
I was creating this script and look how big it is!
Is there a way to make this short as possible?
Please give me a hand here...I'm in pain and the VBScript is growing
like hell!
---------------
'This script will Purge "My Recent Documents".
'Author: Lair360
'Version: 31 RC1
'Revision: 124 Build 2
'----- ...
|
How to get the group "memberof"
Mon, 26 May 2008 13:20:28 +0200
Hi everyone,
I want to get all the groups that a computer is member, I know that for a
user, this object has the property "memberof", but I see is not available on
computers (or this look to me) because doesn't work. This is an example
code:
Well, I'm waiting if someone could help,
Thanks in advace,
Gr ...
|
how to tell if a file is being accessed
Fri, 23 May 2008 15:08:00 -0700
Hello,
I am trying to figure out how one can tell if a file is being accessed. I am
not worried about the kind of application accessing the file (it can be
anything from word to media player). I only want to know if a file is being
accessed.
Any pointers will be appreciated.
thanks
Parminder ...
|