I made a Batch that fakes downloading files :
@echo off
call:set_random
:loop
call:set_random
echo %text1%
ping -n 0.5 127.0.0.1>nul
echo %text2%
ping -n 1.5 127.0.0.1>nul
goto loop
:set_random
set "rand=%random%"
set "text1=Downloading %rand%.file"
set "text2=Downloading %rand%_manager.file"
So It shows this:
Downloading 12258.file
Downloading 12258_manager.file
Downloading 445878.file
Downloading 445878_manager.file
Downloading 248712.file
Downloading 248712_manager.file etc
Further more, I would like that there is text randomly generated to transform it to this:
Downloading keyframeshow12258.file
Downloading keyframeshow12258_manager.file
Downloading menu2_445878.file
Downloading menu2_445878_manager.file
Downloading windowframe248712.file
Downloading windowframe248712_manager.file etc
Currently I got no idea how to make it do this, can someone help me? (the spaces between the non scripts are to avoid being not backspaced.)
The random words
1st words (only one):
key
image
frame
tool
gui
window
size
lua
batch
java
ping
2nd words(same):
frame
size
compatibility
time
runner
stroke
backup
wander
3rd words(same and optional):
start
truefalse
text
ref
caller
setter
looper
echoer
_onoffswitch
option
static