Skip to content

Instantly share code, notes, and snippets.

@somada141
Created June 30, 2014 01:25
Show Gist options
  • Save somada141/34b277ce0fad5627ab7b to your computer and use it in GitHub Desktop.
Save somada141/34b277ce0fad5627ab7b to your computer and use it in GitHub Desktop.
Take Command Prompt: Disable an internal command

This option allows you to disable or enable internal commands. To disable a command, precede the command name with a minus [-]. To re-enable a command, precede it with a plus [+]. For example, to disable the internal LIST command to force TCC to use an external command:

setdos /i-list

To re-enable all disabled commands use /I*.

source: http://jpsoft.com/help/setdos.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment