Help with Souper95?

Zachary Ethridge (zacketh@cris.com)
Sun, 04 Aug 1996 18:02:54 -0400

Hi there.

My setup using Souper95 downloads newsgroups and email ok, and uploads
my email. However, it won't upload my news postings. I'm running it in
a batch file and it returns an error of "Bad command or file name" with
nothing posted to the group.

This is the batch file I run with:

set packet=c:\tcpip\soup\upload.zip
SET HOME=c:\TCPIP\SOUP
set nntpserver=news.concentric.net
set nntp=news.concentric.net
set smtp=smtp.concentric.net
set pop3=pop3.concentric.net
set mail=mail.concentric.net
c:
cd\tcpip\soup
if exist %packet% pkunzip -o %packet%
if exist %packet% souper95 -s pop3.concentric.net zacketh <password>
if exist %packet% del %packet%
souper95 -k0 -Nc:\tcpip\soup\newsrc pop3.concentric.net zacketh <password>
pkzip -m c:\tcpip\yarn\soup_z.zip areas *.msg
cd\tcpip\yarn
expire -o
import95 soup_z.zip

Why won't Souper95 upload my usenet posts?