Home
Name Modified Size InfoDownloads / Week
README.txt 2011-05-04 1.8 kB
dirscan.exe 2011-05-04 60.9 kB
Totals: 2 Items   62.7 kB 0
NAME:
	dirscan - Directory scanner generates lists of directories and files 

SYNOPSIS:
	dirscan [options] dir1 [dir2 dir3 ...] 

DESCRIPTION:
	Generates lists of directories and files. Output format can be plain
	text or html. Copies (same name) of directories or files will be
	marked.

	OPTIONS:
	Format:
	Windows: -option1 --option2 /option3 -option4[=|:]value
	Linux/MacOSX: -option1 --option2 --option3[=|:]value

	-?|-help
		This small help

	-v
		Verbose mode

	-w
		Wait for pressed key to continue

	-h
		Format output to html

	-t:Title
		Title for the output

	-d
		Generates no list of directories

	-dn:RegularExpression
		Ignored directory names

	-f
		Generates no list of files

	-fn:RegularExpression
		List of ignored file names

	-fex1:RegularExpression
		List of filtered file extensions

	-fex2:RegularExpression
		List of ignored file extensions

	-p:-1|0|+1
		Sets the process priority
		-1: Below Normal
		 0: Normal
		+1: Above Normal

	-i18n:en|de
		Localization
		en: english
		de: german

	-o:filename
		Output file name

	-css1:style.css
		Includes your style sheet

	-css2:style.css
		Links to your style sheet

EXAMPLE:
	Windows:
	dirscan -h -t:Temp-Directory -o:Temp.htm  C:\TEMP

	Linux/MacOSX:
	mono ./dirscan.exe -h -t:Temp-Directory -o:Temp.htm  ~/TEMP

AUTHOR:
	Written by J. Heilingbrunner.

COPYRIGHT:
	Copyright © 2011 J. Heilingbrunner

	dirscan's source code and this manual page are licensed under
	the terms of the GNU LGPL Version 3 license, as published by 
	the Free Software Foundation. For the full-text of the license,
	see the license as published on the GNU web site.

VERSION:
	dirscan [V.00.00.02 R.0005]

Source: README.txt, updated 2011-05-04