mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 21:29:49 +03:00
Windows flashing tools added
This commit is contained in:
14
compiled/tools/win/tool-avrdude/remove_giveio.bat
Normal file
14
compiled/tools/win/tool-avrdude/remove_giveio.bat
Normal 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