if I use:
List="%P -cmd list -filePath '%AA' test"
I get:
file.exe -cmd list -filePath 'c:\file.zip test
without second '
do it is a bug?
file.exe -cmd list -filePath '%AA ' test
get:
file.exe -cmd list -filePath 'c:\file.zip ' test
List="%P -cmd list -filePath '%AA' test"
I get:
file.exe -cmd list -filePath 'c:\file.zip test
without second '
do it is a bug?
file.exe -cmd list -filePath '%AA ' test
get:
file.exe -cmd list -filePath 'c:\file.zip ' test
Statistics: Posted by Hurdet — 2024-01-02, 21:19 UTC