From 718bf32c21dfc7cb5abc5df6256377bab32fd2a3 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Mon, 16 Nov 2015 21:10:14 +0100 Subject: [PATCH] Remove desktop shortcuts (for Windows) --- uninstall.cmd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 uninstall.cmd diff --git a/uninstall.cmd b/uninstall.cmd new file mode 100644 index 0000000..6fa39b3 --- /dev/null +++ b/uninstall.cmd @@ -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 \ No newline at end of file