mirror of
https://github.com/Metabolix/HackBGRT.git
synced 2026-04-09 19:52:05 -07:00
Initial release to GitHub
This commit is contained in:
9
uninstall.bat
Executable file
9
uninstall.bat
Executable file
@@ -0,0 +1,9 @@
|
||||
@ECHO OFF
|
||||
CD %~dp0
|
||||
|
||||
IF NOT EXIST install.bat (
|
||||
ECHO The uninstaller needs install.bat!
|
||||
EXIT /B 1
|
||||
)
|
||||
|
||||
CALL install.bat uninstall
|
||||
Reference in New Issue
Block a user