Skip to content

Commit

Permalink
Fix bat file
Browse files Browse the repository at this point in the history
  • Loading branch information
KSchopmeyer committed Jul 19, 2017
1 parent a6e5287 commit 0e174da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wbemcli.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@setlocal enableextensions
@set errorlevel=
@python %~d0%~p0%~n0 %*
@endlocal
@exit /b %errorlevel%

0 comments on commit 0e174da

Please sign in to comment.