Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

How to rum QCMD from cmd window for different quartus version

hii all,

i have three version of quartus installed with me , quartus 9 quartus 11.1 and quartus 12.1. this is because some old projects are done on these version and time to time bug fixatures require to use corresponding quartus version.

now when i am trying to open quartus from cmd by using command qcmd it only opens for quartus 11.1 but i want to open version 9 . searched many places for method to open qcmd for corresponding version when u have two or three diff version but never found a method.

plz reply if any of u have any reply.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The version opened is determined by the windows path environment variable. The first qcmd.exe found in a search of the directories in the path will be the one opened. You can also open a given version by using the full path to the executable.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks galfonz....ya i also did the same yesterday with some research of my own....the only problem is i have to provide the whole path in my perl script which is calling qcmd.bat for each individual fpga versions..