As Doomsdaybear said, the Console should not be responding as it is for code output only. Try using the shell instead for running commands. Or, if you really want to use the console, there are ways to run OS commands in different programming languages (so your code could run the command instead of you typing it). The latter though is usually unnecessary.