anupamdewan
Technical User
Hey Guys,
It might be a very easy question for you guys but I am unable to find anything useful about this on the web.
This is what I want to do..
1. Check whether folder exists or not (C:\Program Files\abc) and throw error if doesnt exists
2. Read a text file from abc folder and search for a string XYZ.
3. Check if value of XYZ=0 (if exists GOTO Step 4) and if not (say XYZ=100) then change it to XYZ=0
4. Run executable C:\Program Files\abc\test.exe
Any help regarding this will be really appreciated.
It might be a very easy question for you guys but I am unable to find anything useful about this on the web.
This is what I want to do..
1. Check whether folder exists or not (C:\Program Files\abc) and throw error if doesnt exists
2. Read a text file from abc folder and search for a string XYZ.
3. Check if value of XYZ=0 (if exists GOTO Step 4) and if not (say XYZ=100) then change it to XYZ=0
4. Run executable C:\Program Files\abc\test.exe
Any help regarding this will be really appreciated.