Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Problem with synchronize bat-file and .tex files

Please post a session log file both from the script and the "program".
Baetscher

Problem with synchronize bat-file and .tex files

Hello,
I have a bat file set up which should synchronize two folders one a PC one on the server.
It works perfekt but doesnt Synchronize tex files (i.e tex,aux,lov,out,syc,suc.....)

I use sftp with latest version and the cmd console doesnt list the said files.

this is my synchronize file:

open sftp://YYYYYYYYY:XXXXXXXX23@homeCCCCCCCCCCC.1and1-data.host/ -hostkey="XXXXXXXXXXXX" -rawsettings FSProtocol=2 ProxyPort=0
"synchronize" "both" "C:\Users\BBBBB\Desktop\EEEEEEEE" "/AAAAAAA/EEEEEE"
exit


and this my bat file:

@echo off
CONSOLESTATE /Min
 
explorer "C:\Users\BBBB\Desktop\EEEEEE"
winscp.com /ini=nul /script=winscp3.txt


If i synchronize via in program synchronize options it works perfectly.

Thanks for help in advance