fixed typo
This commit is contained in:
parent
2cb6af3f27
commit
7c7b17a7cc
@ -13,7 +13,7 @@ SET long=false
|
|||||||
REM Check if the current path contains spaces
|
REM Check if the current path contains spaces
|
||||||
SET "CurrentFolder=%~dp0"
|
SET "CurrentFolder=%~dp0"
|
||||||
IF "!CurrentFolder!" NEQ "!CurrentFolder: =!" (
|
IF "!CurrentFolder!" NEQ "!CurrentFolder: =!" (
|
||||||
ECHO winPEAS.bat cannot run if the current path that contains spaces.
|
ECHO winPEAS.bat cannot run if the current path contains spaces.
|
||||||
ECHO Exiting.
|
ECHO Exiting.
|
||||||
EXIT /B 1
|
EXIT /B 1
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user