element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Running both V5 and V6
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 4 replies
  • Subscribers 188 subscribers
  • Views 486 views
  • Users 0 members are here
Related

Running both V5 and V6

e14 Contributor
e14 Contributor over 14 years ago

As some of my customers still run version 5 I need to have both versions

next to each other.

Therefore I created a share V5 that contains all V5 projects and scripts.

Also created a share named V6 and that one containt all new V6 files.

 

Then I strated version 5 and updated the directorie to something like this:


MYBOOKLIVE\EagleV5\lbr;C:\Program Files (x86)\Eagle_5\lbr

So it points to the old program directory and also to the new share for

version 5.

 

But surprise surprise when I started version 6.2 to adjust the directorie to

the V6 values, the changed V5 values showed uup.

 

The question is how can I tell Eagle to use the V5 directories when I start

version 5 and use the V6 directories when I start version 6.

 

Regards

 

Harry

 

 

  • Sign in to reply
  • Cancel
Parents
  • e14 Contributor
    e14 Contributor over 14 years ago

    Hi,

     

    you must have two different "eaglerc.usr" files.

    Let's say you use V5 with file "eaglerc.usr" and V6 with a copied

    version called "eaglerc_v6.usr".

    Then you have to start V6 with parameter "eaglerc_v6.usr":

     

    C:\your_program_path_to_eagle\EAGLE-6.2.0\bin\eagle.exe

    "-UC:\your_path_to_eaglerc_file\eaglerc_v6.usr"

     

    Hope that helps...

     

     

    Am 23.06.2012 11:55, schrieb Harry H. Arends:

    As some of my customers still run version 5 I need to have both versions

    next to each other.

    Therefore I created a share V5 that contains all V5 projects and scripts.

    Also created a share named V6 and that one containt all new V6 files.

     

    Then I strated version 5 and updated the directorie to something like this:


    MYBOOKLIVE\EagleV5\lbr;C:\Program Files (x86)\Eagle_5\lbr

    So it points to the old program directory and also to the new share for

    version 5.

     

    But surprise surprise when I started version 6.2 to adjust the

    directorie to the V6 values, the changed V5 values showed uup.

     

    The question is how can I tell Eagle to use the V5 directories when I

    start version 5 and use the V6 directories when I start version 6.

     

    Regards

     

    Harry

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to e14 Contributor

    This is what I did:

     

    Created a empty file in both my project shares called eaglercV5.usr and

    eagleV6.usr and adjusted the program start as you suggested.

    Then started version 5 first, edited the directories to point to the new

    shares and then closed 5 en started 6 to do the same.

    That works great.

     

    But then I found that the eagle.epf file in version 6 still contains some

    version 5 information as show below:

    -


    Version="06 02 00"

    Platform="Windows"

    Serial="xxxxxxxxxxxxxxxxxxxxxxxx"

    Globals="Globals"

    Desktop="Desktop"

     

    AutoSaveProject=1

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/19inch.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/40xx.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/41xx.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/45xx.lbr"

    -


     

    I thought I could solve this problem by doing a library update all but with

    no success.

    Is this noral or a bug?

     

     

    "Ben"  schreef in bericht news:js9fv1$cac$1@cheetah.cadsoft.de...

     

    Hi,

     

    you must have two different "eaglerc.usr" files.

    Let's say you use V5 with file "eaglerc.usr" and V6 with a copied

    version called "eaglerc_v6.usr".

    Then you have to start V6 with parameter "eaglerc_v6.usr":

     

    C:\your_program_path_to_eagle\EAGLE-6.2.0\bin\eagle.exe

    "-UC:\your_path_to_eaglerc_file\eaglerc_v6.usr"

     

    Hope that helps...

     

     

    Am 23.06.2012 11:55, schrieb Harry H. Arends:

    As some of my customers still run version 5 I need to have both versions

    next to each other.

    Therefore I created a share V5 that contains all V5 projects and scripts.

    Also created a share named V6 and that one containt all new V6 files.

     

    Then I strated version 5 and updated the directorie to something like

    this:


    MYBOOKLIVE\EagleV5\lbr;C:\Program Files (x86)\Eagle_5\lbr

    So it points to the old program directory and also to the new share for

    version 5.

     

    But surprise surprise when I started version 6.2 to adjust the

    directorie to the V6 values, the changed V5 values showed uup.

     

    The question is how can I tell Eagle to use the V5 directories when I

    start version 5 and use the V6 directories when I start version 6.

     

    Regards

     

    Harry

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to e14 Contributor

    This is what I did:

     

    Created a empty file in both my project shares called eaglercV5.usr and

    eagleV6.usr and adjusted the program start as you suggested.

    Then started version 5 first, edited the directories to point to the new

    shares and then closed 5 en started 6 to do the same.

    That works great.

     

    But then I found that the eagle.epf file in version 6 still contains some

    version 5 information as show below:

    -


    Version="06 02 00"

    Platform="Windows"

    Serial="xxxxxxxxxxxxxxxxxxxxxxxx"

    Globals="Globals"

    Desktop="Desktop"

     

    AutoSaveProject=1

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/19inch.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/40xx.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/41xx.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/45xx.lbr"

    -


     

    I thought I could solve this problem by doing a library update all but with

    no success.

    Is this noral or a bug?

     

     

    "Ben"  schreef in bericht news:js9fv1$cac$1@cheetah.cadsoft.de...

     

    Hi,

     

    you must have two different "eaglerc.usr" files.

    Let's say you use V5 with file "eaglerc.usr" and V6 with a copied

    version called "eaglerc_v6.usr".

    Then you have to start V6 with parameter "eaglerc_v6.usr":

     

    C:\your_program_path_to_eagle\EAGLE-6.2.0\bin\eagle.exe

    "-UC:\your_path_to_eaglerc_file\eaglerc_v6.usr"

     

    Hope that helps...

     

     

    Am 23.06.2012 11:55, schrieb Harry H. Arends:

    As some of my customers still run version 5 I need to have both versions

    next to each other.

    Therefore I created a share V5 that contains all V5 projects and scripts.

    Also created a share named V6 and that one containt all new V6 files.

     

    Then I strated version 5 and updated the directorie to something like

    this:


    MYBOOKLIVE\EagleV5\lbr;C:\Program Files (x86)\Eagle_5\lbr

    So it points to the old program directory and also to the new share for

    version 5.

     

    But surprise surprise when I started version 6.2 to adjust the

    directorie to the V6 values, the changed V5 values showed uup.

     

    The question is how can I tell Eagle to use the V5 directories when I

    start version 5 and use the V6 directories when I start version 6.

     

    Regards

     

    Harry

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to e14 Contributor

    if you are looking for the path in a Windows environment, look at this

    "what's new" paragraph for EAGLE V5.0:

     

    The Windows version of EAGLE now stores the ‘eaglerc.usr’ file under the

    directory that is defined by the registry key “HKEY_CURRENT_USER\

    Software\Microsoft\Windows\CurrentVersion\Explorer\Shell

    Folders\AppData” if no environment variable named HOME is defined. If no

    such file exists at the new location, it tries to read it from the old

    location.

     

     

     

     

    Am 26.06.2012 00:14, schrieb Harry H. Arends:

    This is what I did:

     

    Created a empty file in both my project shares called eaglercV5.usr and

    eagleV6.usr and adjusted the program start as you suggested.

    Then started version 5 first, edited the directories to point to the new

    shares and then closed 5 en started 6 to do the same.

    That works great.

     

    But then I found that the eagle.epf file in version 6 still contains

    some version 5 information as show below:

    ------------

    Version="06 02 00"

    Platform="Windows"

    Serial="xxxxxxxxxxxxxxxxxxxxxxxx"

    Globals="Globals"

    Desktop="Desktop"

     

    AutoSaveProject=1

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/19inch.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/40xx.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/41xx.lbr"

    UsedLibrary="C:/Program Files (x86)/Eagle_5/lbr/45xx.lbr"

    --------------

     

    I thought I could solve this problem by doing a library update all but

    with no success.

    Is this noral or a bug?

     

    >

    "Ben"  schreef in bericht news:js9fv1$cac$1@cheetah.cadsoft.de...

     

    Hi,

     

    you must have two different "eaglerc.usr" files.

    Let's say you use V5 with file "eaglerc.usr" and V6 with a copied

    version called "eaglerc_v6.usr".

    Then you have to start V6 with parameter "eaglerc_v6.usr":

     

    C:\your_program_path_to_eagle\EAGLE-6.2.0\bin\eagle.exe

    "-UC:\your_path_to_eaglerc_file\eaglerc_v6.usr"

     

    Hope that helps...

     

    >

    Am 23.06.2012 11:55, schrieb Harry H. Arends:

    >> As some of my customers still run version 5 I need to have both versions

    >> next to each other.

    >> Therefore I created a share V5 that contains all V5 projects and scripts.

    >> Also created a share named V6 and that one containt all new V6 files.

    >>

    >> Then I strated version 5 and updated the directorie to something like

    >> this:

    >>
    MYBOOKLIVE\EagleV5\lbr;C:\Program Files (x86)\Eagle_5\lbr

    >> So it points to the old program directory and also to the new share for

    >> version 5.

    >>

    >> But surprise surprise when I started version 6.2 to adjust the

    >> directorie to the V6 values, the changed V5 values showed uup.

    >>

    >> The question is how can I tell Eagle to use the V5 directories when I

    >> start version 5 and use the V6 directories when I start version 6.

    >>

    >> Regards

    >>

    >> Harry

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube