Skip to content

Conversation

keenanweaver
Copy link
Contributor

Adds .cmd to list of detected executable types. Ref: https://en.wikipedia.org/wiki/Batch_file#Filename_extensions

Discovered this installing SoFplus, which has a .cmd installation file.

Adds .cmd to list of detected executable types. Ref: https://en.wikipedia.org/wiki/Batch_file#Filename_extensions
@SeongGino
Copy link
Owner

Looks like another variation of Windows Batch scripts, but the extension is specific to cmd.exe in Windows NT presumably to prevent running invalid scripts in Win 9x's command.com.

.BAT = common to x-DOS operating systems
.CMD = used by OS/2 and introduced in Windows NT4

Fair 'nuff.

@SeongGino SeongGino merged commit c3cd968 into SeongGino:main Sep 14, 2025
2 checks passed
@keenanweaver keenanweaver deleted the cmd branch September 15, 2025 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants