Displaying 1 result from an estimated 1 matches for "only_for_generation".
2003 Feb 03
2
Hashing for short pathnames
Hi,
using samba 2.2.5-UL (on a SuSE-SLOX-System) we have to mangle long pathnames
to short ones. We need this for some of our apps which generate batch-files
(*.bat) for compilation.
Normally this works correctly, exept for a directory named
"Only_for_generation". This directory is mangled into "Only_~%0" (it' s NULL
at the end). And this is the problem. In batch-files (*.bat) you shouldn't
use this, because it meens to call the batch itself (like $0 in
bash-scripts).
There must be a possibility to exclude "%" from the...