@lpoma This is a great way to export files with a user-specified filename. Adding quotes (" ") around %CD% can preserve whitespace in the directory path and its specified file name (if any).
.system %QUX% -Export "%RAWFILE%" V(sin), I(R1) all CSV -stdout>"%CD%\Out.csv"
1 Like