mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-09-07 03:13:51 +02:00
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
|
|
|