nils-soderman / vscode-batch-runner

Visual Studio Code extension to run batch files in the terminal
https://marketplace.visualstudio.com/items?itemName=NilsSoderman.batch-runner
MIT License
5 stars 5 forks source link

Does not work with names or paths with spaces. #1

Closed ghost closed 2 years ago

ghost commented 2 years ago

For example: D:\Desktop\bat's\TEST AREA\file.bat results in: "D:/Desktop/bat's/TEST" is not recognized as an internal or external command, program, or executable batch file. but if you type in the console between quotes "D:\Desktop\bat's\TEST AREA\file.bat" it works

nils-soderman commented 2 years ago

Thanks for letting me know! :) This should now be fixed in v0.0.2 (#0a6b54a)

Cheers, Nils