mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
11 lines
180 B
Batchfile
Executable File
11 lines
180 B
Batchfile
Executable File
REM $Id: test_exe.bat,v 1.11 2014/05/22 10:13:34 gilles Exp gilles $
|
|
|
|
cd /D %~dp0
|
|
|
|
@REM EXIT
|
|
|
|
perl .\imapsync
|
|
perl .\imapsync --tests
|
|
perl .\imapsync --testslive
|
|
|
|
@PAUSE |