is it possible to really get the $ sign in the output path?
nconvert.exe [...] -out jpeg -o \\server\share$\3264696.jpg -overwrite [...] \\source\pics\3264696.tif
I realize the the option for -o below has great value - but in the above case it transforms the output path.
Code: Select all
-o filename : Output filename
Use # to specify position of numeric enumerator
Use % to specify source filename
Use $ to specify full source pathname
Use $$ to specify source folder name