[Home]
[PWA]
[PWB]
[PWC]
[PWD]
[PWE]
[PWL]
[PWR]
[PWS]
[PWU]
[How to get started]
[Downloads]
Created by Peter Wieland
(peter.wieland(at)dnv.com) .
Copyleft under the terms of The GNU General Public License.
PWU input directory
Location: ./PW_Tools/PWU/Input/ (Example)
It can contain as many *.txt files, as wanted.
Each file is used to copy (mirror) files to
another location or clean up unused links. This filename is requested after
starting PWC or PWU
Each file must have a unique name.
Each file consists of
- a header line
- a file part
- and a directory part
Example:
i:/marvin
############################### FILES
deliverables.html;
summary.html;
public_default.htm;default.htm
partners.html
################################# DIRS
PW_Tools/PWA/Images
PW_Tools/PWB
Header line
Specifies the target root directory to mirror or clean.
File part
Starts with the line
############################### FILES
followed by lines with the format
filename;dest_filename
dest_filename is optional. It can be used to rename files while mirroring.
Directory part
Starts with the line
############################### DIRS
followed by lines with the format
directoryname
The directory and all subdirectories are mirrored recursively.
Note:
- All ";" are required as separators
- No field may contain ";" as character
- The last line must be terminated with a carriage return/line feed
Generated: Sun Aug 28 08:50:59 2005 by PWR.pl (PW_Tools)