Hello!
First of all, i'm an Extreme beginner in C++ (learning from a book), and Engish is not my language.
So...I'd like to create an .exe file (using C++), which reads commands from a .txt file , what can i edit every time.
Example: I'd like to run some another applications named in the txt file.
Yeah, well i heard about batches.
So actually what i want is to create an EXE file with c++ , what opens a file, what i determine in a txt file and i can change it every time i want.
Can you give an example of such a text file and what you'd want the text file to do?
It really does sound like you want to write batch/scripts rather than an actual program. C++ might not be the right tool for this job. But as L B is saying it's really hard to say because it's not exactly clear what you're looking for.
I understand that but i made a script (.vbs) and that script can only edit .txt files. I'd like that a program to run the another program what .vbs writed in the txt.