mynab
27th January 2004 09:54 UTC
File /oname with whitespaces
Hello,
I am trying to use the /oname flag of the File command like:
File /oname="word1 word2.ext" file.ext
But I get an error. As soon as I replace the whitespace with an underscore it works OK. I think this should be possible. Can someone give a hint?
Regards,
nabocorp
Vytautas
27th January 2004 10:06 UTC
Try this code
File "/oname=word1 word2.ext" file.ext
Vytautas ;)
mynab
27th January 2004 10:10 UTC
Thanks! It works fine. Not very natural though... You would naturally expect to only surround the filename with quotes and not the whole flag. But anyway!
Thanks again
mynab
Comm@nder21
27th January 2004 13:05 UTC
hmm, no, coz u're using a script with commands and flags, an not a programming-language.