Browse by Tags

All Tags » VBS (RSS)
Sorry, but there are no more tags available to filter with.

How-to display a "Friendly Name" when using CDOSYS in a script. by steve schofield

This tip shows how to have a return address display with a friendly name instead of an email address. How to use in a VBS script Dim imsg Set iMsg = Createobject("cdo.message") With iMsg .To = "John Monday <something@changeme.com>"...
Filed under:

Schedule a task to call a webpage using Task scheduler. by steve schofield

One frequent question I see in the newsgroups is "How do I schedule a task to run in IIS?” This article discusses one technique using a VBS Script and Windows Task Scheduler. Using Windows Task scheduler allows custom jobs to execute without...
Filed under:
More Posts