mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 16:28:04 +02:00
12 lines
345 B
Batchfile
12 lines
345 B
Batchfile
|
|
@REM $Id: test2.bat,v 1.21 2016/05/27 23:05:23 gilles Exp gilles $
|
|
@REM
|
|
|
|
cd /D %~dp0
|
|
|
|
@REM @ECHO off
|
|
|
|
@REM perl .\imapsync --host1 p --ssl1 --user1 tata --passfile1 secret.tata --host2 p --ssl2 --user2 titi --passfile2 secret.titi --justfoldersizes | findstr /C:"Host2 Total size:"
|
|
|
|
|
|
findstr /l /C:"Error login" LOG_imapsync\*.txt
|