Page 1 of 1
Help File and variables like %P%N etc.
Posted: 2011-11-30, 19:30 UTC
by Biozynotiker
Can you please add some hints to the documentation,
which variable automaticly adds quotation, if there is a space in it?
Examples:
%P%N = "X:\Folder with space\File" < auto quotation
%P%N = X:\Folder_without_space\File
%T = X:\Folder with space
%T = X:\Folder_without_space
Posted: 2011-11-30, 19:47 UTC
by MVV
%P%N adds quotes if needed.
Posted: 2011-11-30, 19:53 UTC
by Gral
From help:
"Names containing spaces will be surrounded by double quotes."
It is not enough?
It depends on spaces in path, NOT parameters (this is actual name), in most cases.
Works for %T%M , %P%S
Doesn't for %O %E
Posted: 2011-11-30, 19:54 UTC
by Biozynotiker
MVV wrote:%P%N adds quotes if needed.
I'll know that, but not everyone. That's why i suggest, to add this in the documentation.
Posted: 2011-11-30, 20:07 UTC
by Biozynotiker
Gral wrote:From help:
"Names containing spaces will be surrounded by double quotes."
Maybe i'm blind, but i only see something similar by the %S variable in the German documentation.
It seems, that this is not mentioned in German documentation.
EDIT:
The English documentation is different as the German one.
For Example: The %P%S and the description does not exists in the German documentation at all.