Welcome to mirror list, hosted at ThFree Co, Russian Federation.

status_giveio.bat « windows « avrdude « src - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc82147499f7d5b66ea6ca827f937f40b123cee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@set DIRVERNAME=giveio

@loaddrv status %DIRVERNAME%
@if errorlevel 1 goto error

@goto exit

:error
@echo ERROR: Status querry for %DIRVERNAME% failed

:exit