In VIM, you can type "!dir *.cs" and the dir command will be sent to the OS shell instead of being sent through the app's command infrastructure. Orchard.exe should do the same so that users can execute system commands without having to leave the CLI.
@bleroy created: https://orchard.codeplex.com/workitem/16532
In VIM, you can type "!dir *.cs" and the dir command will be sent to the OS shell instead of being sent through the app's command infrastructure. Orchard.exe should do the same so that users can execute system commands without having to leave the CLI.