I've out together a simple console application using Delphi.
Is there any way in which I can start such a program and pass it parameters.
What I'm currently doing at the moment is to have various prompts on start of the console application such that the variables are set up.
Ideally I want to run the console application with as little user intervention as possible.
Can I start the console application and pass parameters as I do so ?
Any help would be appreciated.
Thanks in advance
Steve
Is there any way in which I can start such a program and pass it parameters.
What I'm currently doing at the moment is to have various prompts on start of the console application such that the variables are set up.
Ideally I want to run the console application with as little user intervention as possible.
Can I start the console application and pass parameters as I do so ?
Any help would be appreciated.
Thanks in advance
Steve