Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
26
Task/Hello-world-Text/Batch-File/hello-world-text-3.bat
Normal file
26
Task/Hello-world-Text/Batch-File/hello-world-text-3.bat
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
@echo off
|
||||
setlocal enableextensions
|
||||
call :char 72
|
||||
call :char 101
|
||||
call :char 108
|
||||
call :char 108
|
||||
call :char 111
|
||||
call :space
|
||||
call :char 119
|
||||
call :char 111
|
||||
call :char 114
|
||||
call :char 108
|
||||
call :char 100
|
||||
call :char 33
|
||||
exit /b 0
|
||||
|
||||
:space
|
||||
:: https://stackoverflow.com/a/9865960
|
||||
:: https://stackoverflow.com/a/31396993
|
||||
for /f %%A in ('"prompt $H &echo on &for %%B in (1) do rem"') do <nul set /p=".%%A "
|
||||
goto :eof
|
||||
|
||||
:char
|
||||
cmd /c exit %1
|
||||
<nul set /p=%=ExitCodeAscii%
|
||||
goto :eof
|
||||
Loading…
Add table
Add a link
Reference in a new issue