I have a config file, The file is like mach.conf
Machine_IP = <IP Address> Machine_Name = <Machine name> User_Name = <UID> ERRORCODE = 8000 .. Likewise. I am new to windows batch script, though I had read on internet about batch scripting and able to understand & write simple batch scripts. But no where I find handling files using batch script, like I want to read the config file if I see ERRORCODE = 8000 do a change and replace 8000 with 8001.
How to do this using batch scripting. Please provide me links or some hints.
Thanks...