this is smile track- topic for about availibilty great asm examples over scrits manipulations to grabbs it

))
example1: (working cursor)
@Echo Off
Setlocal EnableDelayedExpansion
rem String lenth
Set len=84
Rem ShowMsg:
Set string="Hello World Hello World Hello World Hello World..."
For /L %%a In (1,1,%len%) Do (
For %%I In (^| / - \) Do (
Set /p X=%%I<Nul
Call :Wait
)
Set /p X=!string:~%%a,1!<Nul
)
Echo.
Echo Script is stopped...
Pause>nul
Exit
:Wait
rem Delay and speed parameters:
For /L %%a In (1,1,3000) Do Set a=1
rem nircmdc wait 100
rem Ping -n 1 localhost>Nul
GoTo :EOF
Howto get it to code?
example2: (search at background mask)
rem usage: iFind.cmd ".exe .dll .ocx" %windir%\system32
DIR /B/A:-D "%~2"|FindStr /IVE "%~1"
carry on...