Forum Discussion
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.