Does it exist? I want to automate the xrun process.
Thanks
Batch file equivalent for XMOS command prompt Topic is solved
-
- Active Member
- Posts: 33
- Joined: Sat Mar 12, 2016 3:12 pm
-
- Active Member
- Posts: 62
- Joined: Mon Jun 10, 2013 2:14 pm
The desktop shortcut that launches the XMOS Command Prompt runs SetEnv.bat from the xTIMEcomposer installation folder to setup the environment. You can do the same in your own batch script.
See the following example batch script:
See the following example batch script:
Code: Select all
REM xrun_batch.bat
REM setup environment
call "C:\Program Files (x86)\XMOS\xTIMEcomposer\Community_14.1.2\SetEnv.bat"
REM run binary.xe
xrun binary.xe