Just use batch processing
::zh159@bbs.cn-dos.net
::The "%" character needs to be processed with "%%", and the "|" character is used as a line break character.
::The characters "" and ":" cannot be processed.
@echo off
title XX's confession to XX
mode con cols=60 lines=15
color fc
set "str= ~!@#$%%^&*()_+{}<>?Test,|Test Test Test Test|Test Test Test!"
>sleep.vbs echo wscript.sleep 100
set N=0
echo.
:loop
sleep.vbs
call set "var=%%str:~%N%,1%%"
if "%var%" == "" goto end
if "%var%" == "|" set var= &echo.
set /p"=%var%"<nul
set /a N+=1
goto loop
:end
del sleep.vbs
echo.
echo.
pause
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| jmz573515 | +8 | 2007-04-25 09:39 |

