Skip to content

Commit

Permalink
Improve autopac IF
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Dec 19, 2024
1 parent b2767d0 commit 46cb404
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions windows/MFScripts/AutoPAC.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ IF "%COBDIR%"=="" (
SET ESUSER=SYSAD
SET ESPASS=SYSAD
SET /p ESSEC="Enterprise Server Security Enabled [Y/N]?: "
IF "%ESSEC%"=="Y" (
SET /p "ESUSER=Enterprise Server User [%ESUSER%]: "
SET /p "ESPASS=Enterprise Server Password [%ESPASS%]: "
GOTO :ESCWACOOKIE
)
IF "%ESSEC%"=="y" (
IF /I "%ESSEC%"=="Y" (
SET /p "ESUSER=Enterprise Server User [%ESUSER%]: "
SET /p "ESPASS=Enterprise Server Password [%ESPASS%]: "
GOTO :ESCWACOOKIE
Expand Down

0 comments on commit 46cb404

Please sign in to comment.