©opy[it]®ight edit: i'm sorry!
Hi all.
I've been reading through the posts looking for a way/solution to store each line into its own variable,
but all that is happening is that the first SET /P reads/puts the complete file content into %LOCAL_VER% :S
Code: Select all
IF EXIST launcher.cir (
< launcher.cir (
SET /P LOCAL_VER=
SET /P UPDATE_NAG=
)
)
ECHO %LOCAL_VER%
ECHO %UPDATE_NAG%
I really like the idea of reading out a config file that holds multiple settings (one on each line),
but i have no clue how to do that.
Hopefully one of you is willing to help, it would make me really happy and my life more easy
Thanks!