Answered Config files for scheduled task

swip

New Member
Hi,

I have a procedure which is deployed as an .r-file to my customers and I set it as an scheduled task to run every few minutes.
The problem is I have parameters I need to set for every customer, like IMPORTANT_PATH and ALLOWED_AMOUNT.
In other languages I would out those variables in a .ini file and read it at runtime. (It would also be nice to write back to this file e.g. LAST_USED)
Is it possible to use an .ini with the baskey ini parameter?
What is the best approach for this?

Best regards,
:)

Additional Information:
- System Win Server 64bit (Version: any)
 
Last edited:

swip

New Member
I stopped searching for it after finding results only for the "basekey ini" part.
Thank you very much!
 
Top