Skip to content

Commit

Permalink
https://github.com/LordOfMice/hidusbf/issues/38
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfMice authored Feb 8, 2021
1 parent b59893e commit b69eaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_hidusbf_running.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
sc query hidusbf | find "RUNNING" > nul
sc query hidusbf | find /I "RUNNING" > nul
if not errorlevel 1 goto end
echo Hidusfbf is NOT running !!!
echo Hidusbf is NOT running !!!
pause
:end

0 comments on commit b69eaa0

Please # to comment.