You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
229 B
Batchfile
15 lines
229 B
Batchfile
15 years ago
|
@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
|