Can placeholders be used in the cli? Windows doesn't seem to like the $(nnn) in the output filename. I get:
nnn : The term 'nnn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:36
Hello, im just testing naps2. Very good ! I've 2 questions. 1. is it possible to create a serachable PDF and export the Text in a seperate txt-file ?
Hi,
Can placeholders be used in the cli? Windows doesn't seem to like the $(nnn) in the output filename. I get:
nnn : The term 'nnn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:36
Use single quotes instead of double quotes, powershell will try and parse it otherwise.
./naps2.console -o 'D:\Scans\map_$(nnn).jpg' ...Thank You Ben, should have tried that myself! Doh! :-|