C and S Design.
Search Friendly Programming and Design




C and S Design Projects

HTMLCreate - A simple site structure creator

HTMLCreate was originally written as a quick solution for moving a site between hosts and converting to .asp from .php extensions without the benefit of a helpful host allowing custom 404 pages or being able to use .htaccess redirects as it was hosted on IIS.
The application reads a list of paths and filenames from a text file list and recreates the files and folder structure with 0 byte files (a content generator will be added)

Handles filelists formatted as;
Comma Separated Value
A list separated by commas ","
Example:
folder\filename.ext,folder\afilename.ext
Tab delimited
A list separated by the Tab character (ASCII 9)
Example:
folder\filename.ext    folder\afilename.ext
Quote delimited
A list separated by quotes (" ":)
Example:
"folder\filename.ext""folder\afilename.ext"
NB: For this format there must be no spaces between the quotes;
CR delimited
Carriage Return. A new line for each entry
Example:
folder\filename.ext
folder\afilename.ext
Should handle newlines in *nix, Mac & Windows formats.

Only one format is allowed in the list file
Paths ( folder\subfolder\filename.ext ) in the textfile entries will be recreated.
The installer creates a "samples" folder in the app folder with samples of the textfile formats supported.
Filenames can be filtered by *.lst & *.list for its default and on *.txt & *.csv as well.

Download the Windows install file (1.57M)

If your Anti Virus or Internet Security software throws a wobbler you can Download the zipped version (1.45M) instead


Valid HTML 4.01! Valid CSS! copyright © C and S Design 2004 - 2005
Website Design and SE Friendly Coding C and S Design