Where can I find a comprehensive guide to the parameters available when executing AmiBroker from the command line? (Have searched local Help and AmiBroker.com without sucess).
Thanks,
David W
Where can I find a comprehensive guide to the parameters available when executing AmiBroker from the command line? (Have searched local Help and AmiBroker.com without sucess).
Thanks,
David W
if you describe what you want/expect to do from command line , maybe a workaround is possible.
Thanks.
I want to execute AmiBroker to run an AmiBroker batch file and exit AmiBroker when the batch file finishes.
A colleague suggested that I could use:
for this purpose.
But, I have no experience with running AmiBroker from the command line, so don't know the full syntax or what other parameters might be useful when running AmiBroker from the command line.
Seems there should be some documentation available for using AmiBroker from the command line, but I could not find any at the usual sources.
Regards,
DPW
Amibroker is fully controled from "outside" usin OLE. Read this https://www.amibroker.com/guide/objects.html and search this forum for examples
Thanks for the reference, but I already looked there and it contains no information regarding my question about what parameters I can use when executing AmiBroker from the command line.
By experimenting, I have found that this command in a Windows bat file does pretty much what I want: "C:\Program Files (x86)\AmiBroker\Broker.exe" /runbatch "C:\Program Files (x86)\AmiBroker\Formulas\Systems\Personal\Production\AFL Project Files\Test ABB.abb" /exit
So far, so good.
But, my question is: "Where is the documentation of the command line interface so that I know what other possibilities there are for command line execution?"
Regards,
DPW
@DPW, the only document I found that cites command line parameters, is the ReleaseNotes.html that is in the AmiBroker installation folder (the Help file refers to this doc if one want to see the old release notes; the history goes back to the year 2000).
Except for the recently introduced command line parameters that you already found, to be used in conjunction with the "Batch" functionality, the only other reference is an old one:
CHANGES FOR VERSION 5.15.0 (as compared to 5.14.0)
Implemented command line parameter that allows to specify the database to load at startup. /database "the path to the database here"
Maybe @Tomasz could provide us any additional info.
Beppe,
Thanks for the tip. It's odd that this information is so hard to find.
It would be good to hear from Tomasz on this.
Regards,
DPW
I tried this and is not working.
I tested it now and it works in version 6.49.1 64-bit from the command line.
The path is specified between quotes:
C:\Program Files\AmiBroker>broker /database "C:\data\europe"
It did work the way you prescribed.
Thank you so much for your help!
I wish it was a simple thing to find in the docs.