Sign in
fuchsia
/
third_party
/
github.com
/
pyserial
/
pyserial
/
12ad550009c4bc53e16b5395c298a68ba22f8b97
/
.
/
pyparallel
/
src
/
win32
/
remove_giveio.bat
blob: c75caeafcda04519424722f7e32d21d153ffa243 [
file
]
@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
@pause