Before I begin, I have to tell you I'm from Argentina (


Well, let's get back to the point: help me!

I wanted to know if these situations are possible for batches:


Supose I'm doing a game I need record hiscores. I got the file bestscore.num (*.num to remind me I'm introducing a number) and I got bestscore.str (*.str to remind me I'm introducing a text string). I want the file, when I ask it to show this data. How do I do it?
Supose I want to write ECHO Today's High Score: %hiscorename% who made %hiscore% points. (Please note that hiscorename=bestscore.str and hiscore=bestscore.num)

Taking back the last example, I got bestscore.ini instead of the two files. Inside it, I got:
HiScore=10000
HiScoreName=Machine
Is it possible for a batch to read the variable after the "="? (Go to Line 1, Column 8 and read %hiscore% and so on?)

That are my questions by now. Hope you can help me!
Thanks!
SonicARG
///EDIT MESSAGE///
Problems 2 & 3 were solved: I got several programs that solved them and helped me a lot. Just have a look at http://www.fpschultze.de/ for loads of programs ready for DOS.
Thanks anyway! I'm still waiting for #1 & #4.
SonicARG