Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
He's playing a game called IRL. Great graphics, *censored* gameplay.
@echo off & setlocal %CheckPWD {s11ss@bbs.cn-dos.net 2008-12-12}%echo Password:call :CheckPWD p1 123456 *echo.if errorlevel 1 (echo %p1% - No) else (echo %p1% - Yes)echo.echo Password:call :CheckPWD p2 123456if errorlevel 1 (echo %p2% - No) else (echo %p2% - Yes)pause & goto :eof:CheckPWDsetlocal & if "%~2"=="" exit /b 1for /f "tokens=1 delims=:" %%a in ('findstr /nrc:"^e100 B7 2A 80" "%~f0"') do set /a n=%%a-1more /e +%n%<"%~f0" | debug>nulif "%~3"=="" x>nulif "%~3" neq "" set c=%~3 & call set "c=%%c:~0,1%%"if "%~3" neq "" x %c%for /f %%a in ('x -o') do set "p=%%a"endlocal & set "%~1=%p%" & del x.com & if "%~2"=="%p%" (exit /b 0) else (exit /b 1)e100 B7 2A 80 3E 80 00 00 74 22 80 3E 80 00 02 75 06e110 8A 3E 82 00 EB 15 83 E0 00 8E D8 80 3E 00 02 00e120 74 6A BA 01 02 B4 09 CD 21 EB 61 83 E6 00 8E C6e130 80 E4 00 CD 16 8A D8 80 FB 1B 75 08 26 80 26 00e140 02 00 EB 48 80 FB 0D 74 37 80 FB 08 75 1A 83 FEe150 00 74 DD B2 08 B4 02 CD 21 B2 20 B4 02 CD 21 B2e160 08 B4 02 CD 21 4E EB C8 80 FB 21 72 C3 80 FB 7Ee170 77 BE 8A D7 B4 02 CD 21 26 88 9C 01 02 46 EB B0e180 26 C6 84 01 02 24 26 C6 06 00 02 24 B8 00 4C CDe190 21nx.comrcx91wq
Here
I believe it may be possible in VBScript.
I'm not knowledgeable in VBScript either. I think Ghostdog is good with it though.
Your decision.
ghostdog will only suggest you:
- Switch to *nix then.
ghostdog will only suggest you:- installs gawk, see my sig- if you are able to download stuffs, you can use sed (check my sig for link).- if you want to do programming/batching on windows, get a real programming language.- Switch to *nix then. -there are abundance of tools out there you can use. the unix Find command , which is ported to windows makes this kind of task seem trivial. - and many more
He surpassed himself in the other thread about this topic started by Helpmeh, by posting a link to Experts Exchange (plus the inevitable Perl script)gawk, or dawk?