Tracking Print Server Changes
Fri, 19 Sep 2008 09:09:33 -0500
I need to do change managment on our print servers. Other than Events, are
changes tracked?
...
|
File.datecreated doesn't change
Fri, 12 Sep 2008 20:21:12 -0400
Dim fso, MyFile
on error resume next
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile ("c:\testfile.txt")
Set MyFile = fso.CreateTextFile("c:\testfile.txt", True)
MyFile.WriteLine("This is a test.")
MyFile.Close
And if i run this script more times, the filedatecreated is always ...
|
Retrieving mount point info
Mon, 8 Sep 2008 08:40:50 -0700
Can someone please point me in the direction of which WMI class I need to
use to retrieve mount point info? I tried using LogicalDisk but I can't
seem to get it to examine drives using mount points. In particular, I would
like to be able to monitor freespace on about 28 mountpoints.
adam
...
|
Need a script to set process priority
Fri, 29 Aug 2008 06:51:34 -0700 (PDT)
My OS is WInXP. I have an application. I want to set its priority to
below normal or low after I start this application.
Say the process name is PSCAD.exe. I need a script to set its priority
to low.
Thanx/NSP ...
|
Scripting error message
Thu, 28 Aug 2008 11:29:10 -0700
I have a logon script which is supposed to add a network printer connection
when run. However when a user logs on, she sees this message:
---------------------------
Windows Script Host
---------------------------
Script: \\office.nsmdayhealth.org\SysVol\office.nsmdayhealth.org\Policies\{D73D3359-A155-4677-97 ...
|
Batch files & Scripting
Wed, 27 Aug 2008 07:13:01 -0700
where is a good site to go to to learn all about batch file
commands...how to
use them, create them, and outputs for them???
...
|
Replace offline files
Tue, 26 Aug 2008 08:32:01 -0700
A sript is needed to overwrite files which are flagged as offline and empty,
with files that have the same names from a different yet similiar backup
directory structure. Both directory trees have misc. other files which are
not to be touched, only files which are flagged as offline and empty need to
be ove ...
|
|
|
Maintain backup directory
Sun, 24 Aug 2008 22:41:21 +0200
Hi folks,
I am currently running XP SP3 and use TrueImage 10 to run a scheduled task
(nightly) to perform a differental backup of my primary HD onto an external
USB HD. TrueImage allows for setting both pre- and post-job commands. I use
the post-job command to shutdown my system via 'shutdown -s' (energy is ...
|
help debugging script
Fri, 22 Aug 2008 12:06:01 -0700
I copied this script from a book. I don't see where I made a mistake but it
won't run. The error is 'expected end of statement'. It is on the second
character of '+000'.
' list most recent files
dim refWMIService
dim colRarelyUsedFiles
dim refItem
dim strQuery
set refWMIService = GetObject("winMgmts:") ...
|
WSh and Bookmarks in word.
Tue, 19 Aug 2008 11:16:00 -0700
I am generating a default signature file in for outlook in WSH. tThe
signature files containes the users E-mail address. however the hyperlink
is removed when i created the new signature. is there a way to genereate the
new hyperlink in the file wiht WSH?
here is a snipp
set DisplaynameBM = PWSignatur ...
|