Remove desktop shortcuts (for Windows)

This commit is contained in:
clamsawd 2015-11-16 21:10:14 +01:00
parent e2fb3772b4
commit 718bf32c21

11
uninstall.cmd Normal file
View File

@ -0,0 +1,11 @@
@echo off
echo Removing desktop shortcuts....
del %USERPROFILE%\Desktop\"ip2e (daemon).lnk"
del %USERPROFILE%\Desktop\"ip2e (config).lnk"
del %USERPROFILE%\Desktop\"ip2e (background).lnk"
echo Removed!
echo Press ENTER to exit
pause > nul