|
|
|
|
File I/O
|
|
|
| |
|
Script: File Rotator
Posted by Daren
on Tuesday, January 18, 2005 (PST)
|
|
Script: Rotate files where the most current file has the lowest number in the archive. When files exceed the retention period, they are deleted. Typically used for log files, backups, etc..
(Read More... )
|
|
Script: Build a Packing List in HTML
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Script: Builds a packing list of all the files in a directory tree. Useful in creating packing lists for CDs or other archive points.
(Read More... )
|
|
Script: List Files in a Folder
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Script: Using the FileSystemObject, displays all the files in a folder.
(Read More... )
|
|
Script: Convert CSV File into HTML Table
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Script: Converts a Comma Seperated Value (CSV) formatted file into an HTML table.
(Read More... )
|
|
Howto: Scan Through a Directory Tree
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Howto: Scan through a directory tree by using a recursive function and the Scripting.FileSystemObject.
(Read More... )
|
|
Howto: Read a Text File
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
Howto: Read a text file, load each line into and Array, and print each line out.
Uses Scripting.FileSystemObject GetFile Method.
(Read More... )
|
|
Howto: Merge two files together
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Howto: Merge two text files together. Script appends one file to the bottom of the first.
(Read More... )
|
|
Howto: Use Long File Names
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Howto: Use long file names with WSH. Including file names that include spaces.
(Read More... )
|
|
Howto: List all the files in a folder
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Howto: List all the files in a folder. Uses the Scripting.FileSystemObject.
(Read More... )
|
|
Howto: Find the Total Size of a Folder
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Howto: Find the total size of a folder. Uses the Scripting.FileSystemObject.
(Read More... )
|
|
|
|
|
|
|
|
New Articles
List installed COM objects and associated ProgIDs
Script: Lists all COM Objects and their associated ProgIDs (If available). Win32_ClassicCOMClassSetting
Script: File Rotator
Script: Rotate files where the most current file has the lowest number in the archive. When files exceed the retention period, they are deleted. Typically used for log files, backups, etc..
Script: Create IIS Website and DNS record
Script: Dan Casier sent me this script that will create a website and appropriate DNS record. The script is intended for Windows 2000 Server with local DNS and necessary DNS mof installed.
|
|
|