mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
13 lines
160 B
Batchfile
13 lines
160 B
Batchfile
@set DIRVERNAME=giveio
|
|
|
|
@loaddrv status %DIRVERNAME%
|
|
@if errorlevel 1 goto error
|
|
|
|
@goto exit
|
|
|
|
:error
|
|
@echo ERROR: Status querry for %DIRVERNAME% failed
|
|
|
|
:exit
|
|
|