Files
OrcaSlicer-bambulab/xs/src/avrdude/windows/remove_giveio.bat
Vojtech Kral 1caeab913b avrdude base
2018-05-21 18:55:03 +02:00

15 lines
215 B
Batchfile
Executable 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