私はこれを試しましたが、エラーを返し続けますthe syntax of the command is incorrect
。これが私が試したコードです:
@echo off
echo Enter Username and Password to view files
set /p user=Enter UserId:
set /p pass=Enter Password:
if /i %user%==admin (if /i %pass%==*my password was here*)
(goto admin1)
:admin1
..etc..