2 variants:

1st:    Modify your PCBRZ.BAT (Zmodem receive) that when the batch is
        started at the local node it will jump to a label where q-qlocal
        will run.

        It should look like that then:
        [PCBRZ.BAT]
@echo off
if exist pcberr.fil del pcberr.fil
if exist pcbdsz.log del pcbdsz.log

if %pcbnode%==4 goto local

e:\pcb\gsz.exe F pY129 ha both estimate 0 %5 pB1024 z rz -rr %6
goto ende

:local

if not exist c:\loads\down\ok\*.* goto fail
q-qlocal c:\loads\down\ok /c1650 /b14400 /p /lc:\pcb\node4\pcbdsz.log
move c:\loads\down\ok\*.* c:\f\private /Q
goto ende

:fail
echo No files found!

:ende

        c:\loads\down\ok is the directory where the files who should
        be uploaded locally are located

        c:\f\private is the pcboard private upload dir




2nd:    Creat another protocol in your PCBPROT.DAT...
        For example use Char Q
        [PCBRQ.BAT]
@echo off
if exist pcbdsz.log del pcbdsz.log
if not exist c:\loads\down\ok\*.* goto fail
q-qlocal c:\loads\down\ok /c1650 /b14400 /p /lc:\pcb\node4\pcbdsz.log
move c:\loads\down\ok\*.* c:\f\private /Q
goto ende

:fail
echo No files found!

:ende


        ***************************************************

That's it..

A small help is also included: LOCAL.PPE

Install Local.ppe and just type LOCAL at the pcboard prompt and
all files get locally uploaded...

To change to the right protocol (i use variant 1, with zmodem)
edit LOCAL.PPS...


Have funny beta testing...

Frank Q.

