psixninja

Junior Member
May 28, 2007
23
0
0
Okay so I need to use GnuPG for an assignment but I can't seem to get it to install. I run the program and it installs fine, but when I check on command prompt or SSH for the installation it doesn't recognize it.

"C:\>gpg --version
'gpg' is not recognized as an internal or external command, operable program or batch file."

I'm using the universities computer right now, which doesn't allow administrator privilege's so my reasoning for me not being able to access it is that even if it did install, it did not do so correctly due to the lack of privilege.

Thoughts?
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
Find the gpg.exe binary, put the folder it's in on your %PATH%. Or change to that directory while using it.
 

mundane

Diamond Member
Jun 7, 2002
5,603
8
81
I think the default installation location is "C:\Program Files\GNU\GnuPG"