mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 08:12:48 +01:00
16 lines
211 B
Batchfile
16 lines
211 B
Batchfile
REM
|
|
REM scp tee_log tee_log.bat Admin@c:'C:/msys/1.0/home/Admin/imapsync/'
|
|
|
|
perl -MCPAN -e "install IO::Tee"
|
|
perl ./tee_log
|
|
|
|
PAUSE
|
|
|
|
pp -o tee_log.exe -M IO::Tee ./tee_log
|
|
|
|
PAUSE
|
|
|
|
./tee_log.exe
|
|
|
|
|