Page 1 of 1

Command line

Posted: Mon Mar 21, 2016 10:32 pm
by jdonth01
Can the program be called with any command line options? If so, where can I find the documentation?

Thanks!

Re: Command line

Posted: Tue Mar 22, 2016 10:35 am
by reuterr
Hi,
not sure what exactly you wanna do. Do you want to start the program without using a desktop icon?
Just typing "dfm2html" in the "Start" window doesn't work?
The only "documentation" I know of, is the "tutorial" which is part of the "tools" section.

Re: Command line

Posted: Thu Mar 24, 2016 3:35 pm
by jdonth01
I am using the DFM2HTML program with a pre-processor program and I would like to be able to call the program from a script and not display the GUI.

Currently I am using the Windows ShellExecute command with SW_HIDE which does work but the program "flashes" on the screen briefly before honoring the hide request. I just thought there might be a command line parameter like "/hide" to prevent the "flashing".

Thanks