mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
13 lines
311 B
Batchfile
Executable File
13 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
|