Thomas Zangl - Home wrote:
>Does work from the command line but not from within my Delphi App. It
>seems that "cmd" is not called at all
Is your environment copied? Try the explicit call to C:\WINNT\cmd.exe
instead of just calling cmd.
--
ir. J.C.A. Wevers // Physics and science fictio
Well, i use a c++ program to do the same (using CreateProcess and
redirecting STDIN, STDOUT, STDERR)
My code is
STARTUPINFO si;
BOOL result;
memset(&si, 0, sizeof(si));
si.cb = sizeof(si);
si.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW;
si.hStdInput = m_childstdinrd;
si.hStdOutput =
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hi.
you can use the photo-viewer option.
example:
- --photo-viewer \"cmd /c copy /Y \"%i\"filename.tmp\"\"
will copy the picture-file to filename.tmp
Have fun
- --sk
-BEGIN PGP SIGNATURE-
Version: PGP 8.1
iQA/AwUBQjhHYAInDejiptdCEQJJ9ACguWmhoH6+
Hi,
I am using GnuPG on a Win32 box and I have written a small keyring
manager in Delphi. I thought a good idea would be, to display the photo
associated with a KeyId if it exist.
Here is my problem: how can I get the photo-data from GnuPG via
batchmode using plain Windows utilities?
TIA!
Be