I don't know if anyone of you has had to use PGP/GPG encryption on files, but I am running into an issue which is baffling me for the time being.
I HATE PGP since it typically takes over an entire workstation whether during the installation you configure it NOT to or not. Consequently my first choice is to get GPG working.
Since I have not found a GPG ActiveX, I am reverting to using GPG4Win and getting it to run its GPG.EXE with a Command line string.
That in itself has been a lengthy effort with a GREAT deal of assistance from another forum guru, but now the command string that I have is working as long as I manually type it into a DOS window.
But when I try to execute it with a VFP RUN command, it will not execute.
NOTE - the command string is 210 characters long if I shorten the path references wihtin the string to DOS 8 character abbreviations. If I do not shorten the path references it is a good bit longer.
I have tried executing the command string itself
RUN cGPGCommand
And I have tried writing the command string into a BAT file and then executing it
RUN GPGCommand.bat
Nothing I do seems to work.
The DOS black screen flashes on 'execution', but when I look for the resultant output file, it does not exist.
Any ideas?
Your advice/suggestions would be greatly appreciated.
Thanks,
JRB-Bldr
I HATE PGP since it typically takes over an entire workstation whether during the installation you configure it NOT to or not. Consequently my first choice is to get GPG working.
Since I have not found a GPG ActiveX, I am reverting to using GPG4Win and getting it to run its GPG.EXE with a Command line string.
That in itself has been a lengthy effort with a GREAT deal of assistance from another forum guru, but now the command string that I have is working as long as I manually type it into a DOS window.
But when I try to execute it with a VFP RUN command, it will not execute.
NOTE - the command string is 210 characters long if I shorten the path references wihtin the string to DOS 8 character abbreviations. If I do not shorten the path references it is a good bit longer.
I have tried executing the command string itself
RUN cGPGCommand
And I have tried writing the command string into a BAT file and then executing it
RUN GPGCommand.bat
Nothing I do seems to work.
The DOS black screen flashes on 'execution', but when I look for the resultant output file, it does not exist.
Any ideas?
Your advice/suggestions would be greatly appreciated.
Thanks,
JRB-Bldr