what is the directive to use concatenate several commands when compiling with command line?
thank you.
Fausto Bartra
What kind of "commands" would you be talking about there, and what did you hope to achieve by concatenating them?
I would like to create my custom command line file.
so all the compiling controls can be passed with this custom file
or may be there is already another option?
thank you
In the 'Options' pane (Alt+F7) there is a 'User' tab to allow you to add custom commands as needed.
These could point to a batch file if multiple commands are needed.
It's still unclear what you're talking about, mainly due to confusing terminology: "compiling controls" are not "commands"
Hans:
I am referring to the directives such as:
DB OA OE BR CD SB O2 NOAREGS LA OT(11,SPEED) etc.
INCDIR,
Fausto
Since you want to compile your code from the command line, this should be exactly what I suggested. You also need to include the source file and the output file in this command file, so really the complete compiler command string except the compiler itself.