Forum Discussion

RPett4's avatar
RPett4
Icon for Occasional Contributor rankOccasional Contributor
3 years ago

Embedded_Command_Shell.bat from script flow

I am trying to develop a script flow for Quartus/HPS in Windows. One part I am stuck on is related to commands that only work if I am inside the "Embedded_Command_Shell.bat".

For example, if I want to run the command "sopc-create-header-files", I must be in the shell generated from "Embedded_Command_Shell.bat" and then manually type in the command. Obviously having to manually type things is not ideal for a scripted flow.

Is there a way to get the Embedded_Command_Shell.bat to launch and then run a command? Something like:

"Embedded_Command_Shell.bat -execute sopc-create-header-files

4 Replies