Using GnuPG ver 1.0.5
Lionel Elie Mamane
lionel at mamane.lu
Fri Dec 23 14:36:46 CET 2005
On Thu, Dec 22, 2005 at 09:23:24AM -0500, Waleed Fahmy wrote:
> I am using the GnuPG ver 1.0.5 but I am getting errors when the
> file path includes spaces for ex the command line "gpg -r xxx -o
> C:\Test New\Test.gpg --encrypt C:\Test New\Test.txt" does not work
> giving me the message "usage: gpg [options] [filename]"
Put the filename between double quotes. So for example:
gpg -r xxx -o "C:\Test New\Test.gpg" --encrypt "C:\Test New\Test.txt"
--
Lionel
More information about the Gnupg-devel
mailing list