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
14 years agoThe command shell will autorun the script file user.bashrc, so you can use this to make it work.
My batch file and script file are in a previous post. The batch file renames my script file to user.bashrc so it is autorun and starts the command shell. To prevent the script from running every time the command shell is opened, the last thing the script should do is delete itself. It would be nice if arguments worked, but this method has worked for me.