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