1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/W/uninstall_module_one.bat

28 lines
555 B
Batchfile
Raw Normal View History

2017-09-23 23:54:48 +02:00
@REM $Id: uninstall_module_one.bat,v 1.1 2017/07/08 00:10:46 gilles Exp gilles $
@ECHO OFF
SET SHELL=
SET
REM EXIT
REM CD /D %~dp0
perl -v
IF ERRORLEVEL 1 ECHO Perl needed. Install Strawberry Perl. Get it at http://strawberryperl.com/ ^
&& EXIT /B
@ECHO perl is here
FOR %%M in (
Net::Ping ^
) DO perl -m%%M -e "print qq{Uninstalling %%M $%%M::VERSION \n}" ^
& cpanm --uninstall %%M
REM IO::Socket::SSL Net::SSLeay PAR::Packer
@ECHO Perl modules for imapsync installed
PAUSE