For example, I have a windows batch file: qmd-html.bat
quarto render %1 --to html
echo %1
pause
when i run qmd-html.bat "hello.ipynb" in CMD
the first line quarto render %1 --to html is fine, but the lines after it don't execute.
System: Windows 7 64bit