mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Add Windows specific files.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@225 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
14
windows/remove_giveio.bat
Executable file
14
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