> Sorry for interrupting with a novise question. But how is Yarn95 run?
> Is it started from within the gui environment or is it executable from
> the DOS prompt in Win95 (when the computer is in DOS mode)?
Try this for size. Remember to change the directory path and names to
suit your environment. As you can see, I am using Qmodem to fetch my
mail and news from my ISP. Adapt to suit your needs. The "import95"
batch file follows right after the Yarn95.bat file here:
## Yarn95.bat
@echo off
SET HOME=G:\HOME91
SET YARN=G:\HOME91
SET TZ=CET-1DST,M3.5.0/2:00,M10.5.0/3:00
IF NOT EXIST G:\Qmodem.Pro\Download\OSLONETT.SUP GOTO READ
CD \
G:
CD \Qmodem.Pro\Download
@echo
G:\ZIP\UNZIP -o OSLONETT.SUP
G:\HOME91\YARN\IMPORT95 -u
@echo off
DEL OSLONETT.S01
MOVE OSLONETT.SUP OSLONETT.S01
:READ
CD \
G:
CD \HOME91\YARN
YARN95
GOTO END
:END
SET HOME=
SET YARN=
SET TZ=
CLS
CD \
EXIT
## Import95.bat
set home=g:\home91\yarn
set yarn=g:\home91\yarn
g:\home91\yarn\import95 -u
set home=
set yarn=
##
James