Skip to content

commands after 'quarto render' line don't execute in Windows batch file #966

@jinlin82

Description

@jinlin82

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions