Categories
- Arts & Entertainment
- Business
- Communications
- Computers
- Culture & Society
- Disease & Illness
- Fashion
- Finance
- Food & Beverage
- Health & Fitness
- Hobbies
- Home & Family
- Home Based Business
- Internet Business
- Legal
- Pets & Animals
- Politics
- Product Reviews
- Recreation & Sports
- Reference & Education
- Religion
- Self Improvement
- Shopping
- Travel & Leisure
- Vehicles
- Writing & Speaking
Information
Free Service
Shortcut to 50+ Social Bookmarking Sites!
Adding social bookmark links to your blog or website makes it easy for readers to save and share your content.
-
VBScript - FileSystemObject
One of the handy uses of the FileSystemObject is to manipulate text files. In this article I will discuss the methods related to creating, modifying and reading text files. This is especially useful when gathering information or logging the progress of a task.More -
VBScript - Send E-Mail with CDO.Message
Some my feel that apart from it being a nifty trick, there isn’t any real practical use for sending E-Mail from a script but lets imagine the following scenario:You have a business critical server called "ImpServ01" that must be available at all costs. The following script can be setup to run every five minutes to check the availability of the server and email you if the server becomes unavailable. This example uses a SMTP server called "SMTP.More -
VBScript - FormatDateTime
This article will run through some examples on how to use VBScript to change a date and/or time into different formats.The function that makes this easier is called FormatDateTime.PLEASE NOTE: The format of the date and time can vary from one computer to the next because it is displayed as per settings in the "Regional and Language Options" in the "Control Panel".More -
Installing Windows Deployment Services (WDS) From a Batch File
I needed to install WDS on 300+ servers but found that the server build did not have a local copy of OS setup or service pack files. I also wanted to set the paths back to the original values.More
Page 1