Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI did a quick test and this seemed to work. I wrote a one line batch file with this in it:
C:\altera\10.1\nios2eds\"Nios II Command Shell.bat" nios2-terminal So the Nios II command shell opens and the command "nios2-terminal" is run. So instead of running the terminal you would call your script. So maybe something like this: C:\altera\10.1\nios2eds\"Nios II Command Shell.bat" sh <path to my_script.sh>/<my_script.sh>