Read configuration file from bot and pass as parameter to the batch file.

manzur

New Member
Hi Blueprism Community,
I have a requirement where from bot I need to read the configuration file(say text file Config.txt)line by line and then pass this as parameters in one shot to a batch file.Please provide me with example.


Config.txt


Name=test
port=8080
Header=headername
 
Top