Hello awesome peeps

in my job , we have a lebanese erp that is a bit confusing - each time a user wants to change the POS he is editing , he needs to change a word in the retail.ini file found in his windows folder
with 2 or 3 pos this is manageable , but i was thinking of creating a small script or program to help the user change this word via gui
what is your advice ? is it doable ?
Of course, wscript or power shell
rolf wroteOf course, wscript or power shell
I have 0 knowledge in programming..can you gibve me some pointers ?
a month later
hey everyone .. i still didnt find a solution for this
i want the script to be a small app ( like old windows free apps and such ) instead of a script like the below

I think a command line script would be easier.
I'm more of a Linux scripting guy.
compiled to redistributable exe python app with some library for gui should be easy enough
the users are accountants , better to keep script away from them

I should start learning python again .. i took a course last year about network automation but forgot everything

if anyone can help me build this for a small fee i would be grateful
Look into using configparser in python, implement your solution as a script first, then bind the functions to tkinter buttons for UI. And when you're done you can compile the script into an exe using this tool https://pypi.org/project/auto-py-to-exe/
duke-of-bytes wrotethe users are accountants , better to keep script away from them

I should start learning python again .. i took a course last year about network automation but forgot everything

if anyone can help me build this for a small fee i would be grateful
pm me your details (ini path, section name to change etc..)
I'm too bored, I'll code it in window form for fun.
I would imagine someone with some VB experience can put something together.
Send us the structure of the .ini file and what you want to do exactly.
Scorz wrote a small ini editing exe
it worked beautifully with admin rights , need to test what permissions are needed for a domain user