• batch file

    From Sam@VELENO/VERT/SKYLABSY to All on Fri Mar 28 07:50:09 2014
    Hi Im trying to get dove-net to work on win server 6.4. I have had some
    limited sucess but i have to manually import the qwk file. I see on my synchronet bbs it imports msg but sometimes it doesnt import msg on the win server 6.4 bbs, I think it has to do with my batch file and it may need to be tweek alittle any help would be apreciated. Here is my batch file for win server 6.4
    (dove.bat)
    rem @echo off
    c:
    cd\c:wcat\doverep
    wcqwk export VERT
    @echo.
    @echo. Attempting Dove-Net Call-out to Vertrauen (synchro.net)...
    @echo.
    ftp -s:c:\wcat\vert.ftp I find /v "upload Complete"
    if not errorlevel 1 del c:\wcat\doverep\vert.rep
    c:\wcat\wcqwk.exe import vert

    (vert.ftp)
    open vert.synchro.net
    username
    password
    get c:\wcat\doverep\vert.rep
    get vert.qwk
    put c:\wcat\dovenet\vertqwk

    quit

    Thanks Sam


    ---
    ■ Synchronet ■ Skylab System's BBs - skylabsy.synchro.net
  • From Digital Man@VELENO/VERT to Sam on Fri Mar 28 12:06:23 2014
    Re: batch file
    By: Sam to All on Fri Mar 28 2014 07:50 am

    Hi Im trying to get dove-net to work on win server 6.4. I have had some limited sucess but i have to manually import the qwk file. I see on my synchronet bbs it imports msg but sometimes it doesnt import msg on the win server 6.4 bbs, I think it has to do with my batch file and it may need to be tweek alittle any help would be apreciated. Here is my batch file for
    win server 6.4
    (dove.bat)
    rem @echo off
    c:
    cd\c:wcat\doverep
    wcqwk export VERT
    @echo.
    @echo. Attempting Dove-Net Call-out to Vertrauen (synchro.net)...
    @echo.
    ftp -s:c:\wcat\vert.ftp I find /v "upload Complete"

    I think that 'I' is supposed to be a pipe ('|') symbol instead.

    if not errorlevel 1 del c:\wcat\doverep\vert.rep
    c:\wcat\wcqwk.exe import vert

    (vert.ftp)
    open vert.synchro.net
    username
    password
    get c:\wcat\doverep\vert.rep

    That 'get' should be a put (an upload).

    get vert.qwk
    put c:\wcat\dovenet\vertqwk

    I don't understand the purpose of this 'put' command. 'put' is for uploads and you'll be uploading a .rep file, not a .qwk file.

    digital man

    Synchronet "Real Fact" #43:
    Synchronet added JavaScript suppport with v3.10a (2001).
    Norco, CA WX: 64.8°F, 50.0% humidity, 5 mph WSW wind, 0.00 inches rain/24hrs

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Sam@VELENO/VERT/SKYLABSY to Digital Man on Fri Mar 28 14:46:25 2014
    Its been a while since I have done any batch files thank you and I'll give it
    a try, I have made corrections to the batch file and vert.ftp
    Thanks Sam

    ---
    ■ Synchronet ■ Skylab System's BBs - skylabsy.synchro.net