avrdude base
This commit is contained in:
14
xs/src/avrdude/windows/remove_giveio.bat
Executable file
14
xs/src/avrdude/windows/remove_giveio.bat
Executable file
@@ -0,0 +1,14 @@
|
||||
@set DIRVERNAME=giveio
|
||||
|
||||
@loaddrv stop %DIRVERNAME%
|
||||
@if errorlevel 2 goto error
|
||||
|
||||
@loaddrv remove %DIRVERNAME%
|
||||
@if errorlevel 1 goto error
|
||||
|
||||
@goto exit
|
||||
|
||||
:error
|
||||
@echo ERROR: Deinstallation of %DIRVERNAME% failed
|
||||
|
||||
:exit
|
||||
Reference in New Issue
Block a user