westrock2000
[H]F Junkie
- Joined
- Jun 3, 2005
- Messages
- 9,627
I would like to know which language would best solve this problem.
I have a text file that has configuration settings in it. Basically it looks something like this;
The information I need to change is link different slots to the cards. Basically the slot can change to a different number depending on the configuration. The cards are stationary, the slot that it attaches to is what changes. I would like a graphical interface too, preferebely where someone can drag a line from the card to the slot.
I would like the program to read the initial file display that config than allow me to change the config and save it.
This is in WinXP. I am familar with bash scripting and TCL scripting (Unix/Linux) and HTML programming. HTML might work as far as interface is concerned, but I don't know how well it is at saving data directly to disc. I don't want to have a "Save As..." box to open, just write the data in the correct line and format. Because it has to have all that other non important information even though its of no use to this application.
Any ideas as to what language I should look at, maybe Visual Basic? I took that in High School, and it has the GUI aspect, but I don't know how versatile it is. Also a free writer/compiler would be nice
Thanks.
EDIT: I read the FAQ and just wanted to say this is not a homework problem. Its has to do with something at work, and I like to learn new stuff and this was a problem that could be improved upon. I just need someone to point me in the right direction because there is so much different languages out there.
I have a text file that has configuration settings in it. Basically it looks something like this;
Not important information
more not important information
Card.......Slot
1............18
2............23
3............5
The information I need to change is link different slots to the cards. Basically the slot can change to a different number depending on the configuration. The cards are stationary, the slot that it attaches to is what changes. I would like a graphical interface too, preferebely where someone can drag a line from the card to the slot.
I would like the program to read the initial file display that config than allow me to change the config and save it.
This is in WinXP. I am familar with bash scripting and TCL scripting (Unix/Linux) and HTML programming. HTML might work as far as interface is concerned, but I don't know how well it is at saving data directly to disc. I don't want to have a "Save As..." box to open, just write the data in the correct line and format. Because it has to have all that other non important information even though its of no use to this application.
Any ideas as to what language I should look at, maybe Visual Basic? I took that in High School, and it has the GUI aspect, but I don't know how versatile it is. Also a free writer/compiler would be nice
Thanks.
EDIT: I read the FAQ and just wanted to say this is not a homework problem. Its has to do with something at work, and I like to learn new stuff and this was a problem that could be improved upon. I just need someone to point me in the right direction because there is so much different languages out there.