How do I get around this change to still run cmd files with deno or do I just have to stick to 2.5.1? Using Deno.Command https://github.com/denoland/deno/pull/30818
#How do I still run .cmd with deno after 2.5.2?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
How do I get around this change to still run cmd files with deno or do I just have to stick to 2.5.1? Using Deno.Command https://github.com/denoland/deno/pull/30818
How do I still run .cmd with deno after 2.5.2?
Either run it with "cmd" "script.cmd"
or rename it and remove it's extension so it becomes script instead of script.cmd