Hi, I've been working alot on a program lately, and I'm actually veeery close to done.
Atleast until I come up with something more to add.
The most useful function of this program, is the ability to create Shortcuts, which at the same time creates a command to start it.
Everything is happening in a DOS window, so It's nothing visual.
Right now, it works fine. It creates logs, shortcuts, commands.
I can type for example; chrome
And it simply launches chrome :icon_cheesygrin:
Now to what I need help with.
I've been trying to search, find own ways or whatever.
But I simply can't figure out how to run several programs by commands on one single line.
Ex. chrome mirc msn wmp devcpp
And it runs them all.
So does anyone know how to make use of getline() for this?
Or maybe another way?
I know how to make it search the line until a space ' ' comes, and place it into a variable.
But how do I continue afterwards?:-/