You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
as part of the whole "detect if the thing being run is a batchfile" work, we need to also ensure that the thing we run is the batchfile directly rather than allowing the shell to resolve the extension for us. this is necessary because bins are sometimes published with an extension, and if the extension is a known file type windows won't try to execute the .cmd file next to it - it'll open it in the associated program.
as part of the whole "detect if the thing being run is a batchfile" work, we need to also ensure that the thing we run is the batchfile directly rather than allowing the shell to resolve the extension for us. this is necessary because bins are sometimes published with an extension, and if the extension is a known file type windows won't try to execute the
.cmdfile next to it - it'll open it in the associated program.