mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@225 81a1dc3b-b13d-400b-aceb-764788c761c2
13 lines
160 B
Batchfile
Executable File
13 lines
160 B
Batchfile
Executable File
@set DIRVERNAME=giveio
|
|
|
|
@loaddrv status %DIRVERNAME%
|
|
@if errorlevel 1 goto error
|
|
|
|
@goto exit
|
|
|
|
:error
|
|
@echo ERROR: Status querry for %DIRVERNAME% failed
|
|
|
|
:exit
|
|
|