Using "#" for file enumeration is great, but I need to output to folders whose names contain the "#" character (e.g., "main folder/subfolder #1/file.jpg", "main folder/subfolder #2/file2.jpg", etc.). Is there a way I can escape it so that nconvert treats the "#" as part of the folder name and not as an enumerator? Something like:
nconvert.exe -resize 120 0 -o "main folder/subfolder ^#1/resized.jpg" "main folder/subfolder #1/file.jpg"
As it is, the above command (minus the "^") wants to put the resized file in a folder called "subfolder 11" instead of "subfolder #1".
output to folders with "#"
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44922
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: output to folders with "#"
Currently not possible, but i'll add itDeanB wrote:Using "#" for file enumeration is great, but I need to output to folders whose names contain the "#" character (e.g., "main folder/subfolder #1/file.jpg", "main folder/subfolder #2/file2.jpg", etc.). Is there a way I can escape it so that nconvert treats the "#" as part of the folder name and not as an enumerator? Something like:
nconvert.exe -resize 120 0 -o "main folder/subfolder ^#1/resized.jpg" "main folder/subfolder #1/file.jpg"
As it is, the above command (minus the "^") wants to put the resized file in a folder called "subfolder 11" instead of "subfolder #1".
Pierre.
-
- XnThusiast
- Posts: 4186
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: output to folders with "#"
Does anyone know if this was implemented, and if so how '#' can be escaped?xnview wrote:Currently not possible, but i'll add itDeanB wrote:Using "#" for file enumeration is great, but I need to output to folders whose names contain the "#" character... Is there a way I can escape it so that nconvert treats the "#" as part of the folder name and not as an enumerator?