mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-11 23:24:30 +02:00
12 lines
311 B
Batchfile
Executable file
12 lines
311 B
Batchfile
Executable file
|
|
|
|
|
|
|
|
@REM the following command change current directory to the dirname of the current batch pathname
|
|
CD /D %~dp0
|
|
|
|
perl .\imapsync --host1 imap.gmail.com --host2 ks2ipv6.lamiral.info --justconnect
|
|
|
|
PAUSE
|
|
|
|
.\imapsync.exe --host1 imap.gmail.com --host2 ks2ipv6.lamiral.info --justconnect
|