batch programming help
Posted: 08 Jul 2013 07:26
wondered if you could help
hopefully you can tell what I'm doing with this:
:hexvalues
set /p hex1=02ac08
set /p hex2=953fcd
set /p hex3=fb0ca6
set /p hex4=69fa87
set /p hex5=34bae9
I want is so that when I put %hex1% etc after an echo is will show as 02ac08
I don't think this is correct but this is the first time i've had a go at batch programming.
If you could explain in lamen's terms that would be better still
hopefully you can tell what I'm doing with this:
:hexvalues
set /p hex1=02ac08
set /p hex2=953fcd
set /p hex3=fb0ca6
set /p hex4=69fa87
set /p hex5=34bae9
I want is so that when I put %hex1% etc after an echo is will show as 02ac08
I don't think this is correct but this is the first time i've had a go at batch programming.
If you could explain in lamen's terms that would be better still