Of course, wscript or power shell
ini editing
I have 0 knowledge in programming..can you gibve me some pointers ?rolf wroteOf course, wscript or power shell
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 want the script to be a small app ( like old windows free apps and such ) instead of a script like the below

- Edited
I think a command line script would be easier.
I'm more of a Linux scripting guy.
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
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
- Edited
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/
pm me your details (ini path, section name to change etc..)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
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.
- Edited
I'll take a look at writing something in Qt next Sunday if no one does it by then. I've heard of a library called iniparser. It may be worth checking out. https://github.com/ndevilla/iniparser
Thank you guys ..i will take a look at it
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
it worked beautifully with admin rights , need to test what permissions are needed for a domain user