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 ago"sh -c <command> [args]" might work a bit better.
Most "bourne-like" shells behave this way. Since the Nios II shell environment is based on Bash ("Bourne Again SHell"), this should work. Cheers, slacker