The IntelliJ spellcheck labels some words that are valid bat commands as typos, which is rather annoying. I suggest that these words should be excluded from spellcheck in .bat files.
Some examples of "typos" I found are:
xcopy
diskpart
driverquery

However I'm sure there are more. You might be able to just exclude every word that's a valid command from spellcheck. Here's a list of all commands.
The IntelliJ spellcheck labels some words that are valid bat commands as typos, which is rather annoying. I suggest that these words should be excluded from spellcheck in .bat files.
Some examples of "typos" I found are:
xcopydiskpartdriverqueryHowever I'm sure there are more. You might be able to just exclude every word that's a valid command from spellcheck. Here's a list of all commands.