Re: followup from e-mail (begging)

Arnoud (galactus@stack.urc.tue.nl)
Sat, 06 Jul 1996 20:57:23 +0200

-----BEGIN PGP SIGNED MESSAGE-----

In article <nfc3xo3qBuiY091yn@airmail.net>,
pcrown@airmail.net (Phil Crown) wrote:
> I would be helpful if Yarn exits with an errorlevel if a reply.zip
> exists.

Well, no need for that if you can automate it yourself. I now use
this CMD file (OS/2 batch file)

@echo off
if exist d:\upload\replies.zip goto replyexist
if exist d:\download\packet*.zip import d:\download\packet*.zip

:run
yarn
if exist d:\upload\replies.zip goto sendreplies
goto end

:replyexist
echo WARNING: A replies file already exists in the \UPLOAD directory!
echo Press ^C to prevent starting Yarn, or any other key to continue...
pause >NUL
goto run

:sendreplies
echo Found a replies file! Encrypting it now.
unzip replies
ls -l *.MSG
encrypt
zip replies *.MSG
ls -l *.MSG
echo Replies encrypted. Press ^C to stop, or any other key to send.
pause
souper -s

:end

Galactus

- --
To find out more about PGP, send mail with HELP PGP in the SUBJECT line to me.
E-mail: galactus@stack.urc.tue.nl - Please PGP encrypt your mail if you can.
Finger galactus@turtle.stack.urc.tue.nl for public key (key ID 0x416A1A35).
Anonymity and privacy site: <http://www.stack.urc.tue.nl/~galactus/remailers/>

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: cp850

iQCVAgUBMd6+2zyeOyxBaho1AQGI9QQA1dwdjvUiG62he+6uxw81zCelv7KIcdtJ
Wo4nQ+7eeEAaY8TTXzHDZ88KUGE1X9mODaKlcJfllooM08cA34FCQ3tHdIS3+OfP
HnF0GxJ7tKL2gvNWbFrYp68zYL62bQuoIC8Bk4A0smBdf8J7H4kXRZeIE6lFQUGD
djrH0xFd4Pg=
=dHol
-----END PGP SIGNATURE-----