Get email headers with vbscript
Mon, 28 Jan 2008 13:12:00 GMT
This script uses connects to a pop3 server and retieves the headers of all messages.
Then asks for the number of the messages you want to delete, separated by spaces.
You can write the single numbers (1 3 4 6) or from-to ( 4-12 will delete all emails from 4
to 12).
I know there are some com objects you can insta ...
|
Changing a desktop shortcut's icon
Fri, 25 Jan 2008 08:32:47 -0800
All the script samples I can find show how to create a shortcut, but all I
want to do is change the icon of an existing one. Can one of you experts
guide me? All I need (I think) is the syntax to set the shortcut object to
the existing shortcut. From there, I can assign the icon file.
This is what I have so fa ...
|
Accessing MS Access Remotely
Thu, 24 Jan 2008 12:47:17 -0800
I know MS Access is not designed for this purpose but is it possible to
connect to a Access database in a script on a remote server? ...
|
Recurse through OU's
Wed, 23 Jan 2008 15:36:53 -0800 (PST)
I have a top level OU with 4 nested OU's and would like my script to
search all of the OU's when running the script. I've seen ADO being
suggested but that seems like overkill for what I'm trying to do. How
can I make the following recursive (I want all OU's under site1 to be
included)?
-------------------- ...
|
Easy question
Wed, 23 Jan 2008 14:40:22 -0800 (PST)
In the code below I can easily grab the altrecipient of a user and
display the DN (long drawn out name ;-) of that contact or user.
However, I'd like my output to display the nice name of the contact or
user found in the altrecipient field. Once I have the field info for
altrecipient, how do I then get the "nic ...
|
Connect to access database
Tue, 22 Jan 2008 18:03:22 -0800
Generally I can get all my answers from the Windows 2000 Scripting guide.
However, on the database part, they use a DSN which I do not want to use. I
edited the code to what I thought was right but yet the script does not work,
it just goes to the last line, so I think it is something in the connection
sting ...
|
>
Tue, 22 Jan 2008 08:46:21 -0800 (PST)
I have looked around but have not quite found what I want. Perhaps
someone could help me.
We have a remote location where we do backups onto USB Drives. We have
a secretary pull the usb cable out of the drive and plug into the
drive. They do this about once a week. We round robin the drives so
that we have of ...
|
|
|
hot to add newlines ??
Mon, 21 Jan 2008 05:26:56 -0800 (PST)
Im very new to this cscript language. Im really just trying to enhance
a batch program and stumbled upon this way of doing things.
Anyway.
I have the following.
> inputbox.vbs echo Dim Input
>>inputbox.vbs echo Input = ("Sometext" )
>>inputbox.vbs echo MsgBox (Input)
cscript /nologo inputbox.vbs
de ...
|
Applications from desktop shortcut
Mon, 21 Jan 2008 11:22:23 +0100
Hi all,
is it possible to run more than one application from a desktop shortcut
without using a script/batch file ?
Thanks
--
SteM
...
|
Forever
Sun, 20 Jan 2008 12:49:34 -0800
...
|