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
Help File and variables like %P%N etc.
Moderators: Hacker, petermad, Stefan2, white
-
- Member
- Posts: 164
- Joined: 2011-03-22, 09:57 UTC
- Location: Germany
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
"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
Last edited by Gral on 2011-11-30, 20:00 UTC, edited 1 time in total.
-
- Member
- Posts: 164
- Joined: 2011-03-22, 09:57 UTC
- Location: Germany
-
- Member
- Posts: 164
- Joined: 2011-03-22, 09:57 UTC
- Location: Germany
Maybe i'm blind, but i only see something similar by the %S variable in the German documentation.Gral wrote:From help:
"Names containing spaces will be surrounded by double quotes."
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.
#92832