Long time no see!
I have another question..
Is it possible to dived a phrase and save the words into variables?
Like this:
The Phrase
Code: Select all
Hello everyone!
Now i would like a code to separate those two word and save them into two different variables:
Code: Select all
"Hello / everyone!"
set a=Hello ::the 1st word.
set b=everyone! ::the 2nd word.
cls
echo %a% %b%
pause
And You Would see
Code: Select all
Hello everyone!
So.. That's all!
If you want more information just ask!
And please reply if you know something.