Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

external batch file from nios II

hallo!

I'm using NIOS II EDS 8.1 on Windows.

Just a simple question:

Within a C-Programm in the NIOS II EDS i want to start an external batch file.

But how?

System("xyz.bat"); doensn't seem to work.

Thanks in advance!

Chris

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I'm having trouble understanding what you want to do... The batch file is on your PC, and the C code is executed by the Nios CPU. They are completely different systems and the Nios CPU can't execute a batch file on the PC...