On 31 October 2016 at 13:11, Jim Craig <[email protected]> wrote: > Is there any way to determine what the current .ini file is for the > running configuration?
It may be exported as an environment variable https://github.com/LinuxCNC/linuxcnc/blob/master/scripts/linuxcnc.in#L726 Once you have the INI it is easy to read values from it: http://linuxcnc.org/docs/2.7/html/config/python-interface.html#_reading_ini_file_values_a_id_python_reading_ini_values_a -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1916 ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
