Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 26, 2019
1 parent ecb30da commit 1fb1967
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/windows/install.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@echo off
setlocal enabledelayedexpansion

rem NB: This script requires administrative privileges.
rem It can't prompt for escalation if the `/q` option is used.

rem count # of args
set argC=0
for %%x in (%*) do Set /A argC+=1
Expand Down

0 comments on commit 1fb1967

Please sign in to comment.