PPWizard-Commandline
![]()
Copying images to the output folder (all files expect of .it and .ih-files)
The following command copies all files in the src-folder
and it's subdirectories in the out-folder.
ppwizard /Exclude:+*.ih /Exclude:+*.it /copy +.\src\*.* /output:out\{$path}\*.* > copy.log
Description:
/Exclude |
|
||||||
/copy +.\src\*.* |
All files in the src-folder would be
copied.
|
||||||
/output:out\{$path}\*.* |
The files will be copied in the
out-folder.
|
||||||
> copy.log |
The results of the copy-action will be written in the file copy.log |
Last update: 05.05.02