sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53138
[Question #685902]: Notepad file name *.properties attribute change dynamically
New question #685902 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685902
I have file name listoffileslocation.txt (content will change every day)
Content:
C:\POC\1.txt
C:\POC\2.txt
I have another file name application.properties(its holding application related information)
Content:
extn=.tiff
inputfilelocation= C:\POC\test.txt
size=5kb
Problem :
Need to modify the inputlocation with C:\POC\1.txt, C:\POC\2.txt sequentially and save the application.properties and then run my application specific batch script.How can I would be able to modify particular attribute named inputfilelocation and run application(say run.bat) uisng SikuliX
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.