I’m so sick and tired of developers changing things and not documenting anything. On top of that librarians are constantly messing with the libraries paths so the older projects get broken. And don’t give me that crap about “you should have local libraries” The whole point of having online libraries is that you can have them up to date and include all the new footprints and symbols automatically without constantly manually updating them. Otherwise remove them from repository and just include them with the latest install and call it a day! And there is no point for naming different folders in the first place. Just put it all in one dang folder and stop renaming it!!!
Ok, I’m done venting. To the subject - previously I used winbuilder and was running KiCad witn RunKicad.bat file where I would set all the enviroment variables. Now that we are so advanced and have a “stable” kicad version setting your variables before running kicad doesn’t seem to work. I add a batch file to the KiCad folder with two lines:
SET MYMOD=C:\Documents and Settings…(full path here)
start kicad.exe
The program starts but when I try to open pcbnew by clicking on the project pcb file - pcbnew doesn’t run and I see in the main project manager window the following:
opened [pid=6336]
pcbnew.exe closed [pid=6336]
So it attempts to run it and then closes it right away.
Now environment variable window is still available in the new version so I’m gonna go out on the limb and guess that there has to be a way to set them. Anybody got an idea as to how to do that?