/CMD-Plus

A custom shell for running commands like a true hacker

Primary LanguageC#

CMD++

A custom shell that allows you to run a bunch of different commands, including everything from CMD/Batch

Check the github wiki page for more in depth info about the commands.

What can the shell do?

  • File Maganement
    • Make and Delete Files
    • Make and Delete Folders
    • Copy and Move Files
    • Copy Folders
    • Create .zip files
    • Extract .zip files
    • Get the size of a directory
    • List everything in a directory
  • Files
    • Execute .exe files
    • Open files with their standard app
    • Print the contents of a file
    • Edit and save the contents of a file
  • Misc
    • Run ANY batch command
    • Execute .bat files
    • List all running processes
    • Kill a process
    • Dynamic coloring

Wand Editor

The wand editor is the equivilent of the linux command touch. It allows you to open a file, edit it's contents and then either quit witout saving or quit and save.

Batch Integration

The Windows Command Line or CMD, is fully integrated and all batch commands that can be run in CMD can be run in my shell as well.

alt text