Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to execute NIOS II Command Shell commands from a *.bat file
There is probably a simple solution to this, but I am having a hard time finding it in any of the documentation. I have four applications that I need to build for a single board. I can build t...
Altera_Forum
Honored Contributor
15 years agoHi,
You can write a myscript.sh file : a shell file with same purpose than DOS batch (*.bat) file. Have a look at *.sh in nios directories. You can launch .sh file by (NOT TESTED, it is just an example): enter the command : sh (or bash) myscript.sh in the good directory or make it executable by chmod +x myscript.sh and launch it : ./myscript.sh in the good directory.