1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: areadetector on windows, xml2 done, now Lightfield |
From: | Freddie Akeroyd - STFC UKRI via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 29 Mar 2023 13:07:42 +0000 |
Hi, If you add the line setlocal to the top of start_epics.bat then changes to environment variables are not kept after the .bat file exits, so that should stop PATH growing too long Regards, Freddie
From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Mark Rivers via Tech-talk Hi William, I forgot to follow-up on one part of your message:
I also noticed that the ddlPath.bat clobbers the PATH with each IOC boot until windows complains that the PATH is too long.
I'd suggest a change in dllPath.bat: dllPath.bat is automatically generated by the build system in EPICS base, so that is not something I can change in ADLightField. I think the intention of the EPICS developers is that dllPath.bat is something you execute once per terminal session, not something you execute each time the
IOC is started. Mark |