# program that decrypts and displays a message
#decrypt-view=command.com /c %d\pgpd.bat %f
decrypt-view=command.com /c d:\mwilson\yarn\pgpd.bat %f
Thanks. Mel.
BTW, the pgpd.bat file reads
rem @echo off
del %1.txt >nul
c:\pgp262\pgp %1 -o %1.txt
pause
more <%1.txt
pause
and I run yarn with the bat file
set YARN=d:\yarn
set HOME=d:\mwilson
for %%f in (d:\net\down\*.spp) do d:\yarn\import.exe %%f
cd e:\temp
d:\yarn\yarnx