On Windows, there’s really only PowerShell.
Here’s a list of USEFUL LINKS for you related to PowerShell:
Owner’s Manual [Link]
Cheat Sheet [Link]
displaylang=en&id=7097
Master PowerShell [Link]
Windows (LEARN PYTHON THE HARD WAY)
If you’re using Windows, then here’s your list of commands:
PWD print working directory
HOSTNAME my computer’s network name
MKDIR make directory
CD change directory
LS list directory
RMDIR remove directory
PUSHD push directory
POPD pop directory
CP copy a fi le or directory
ROBOCOPY robust copy
MV move a fi le or directory
MORE page through a fi le
TYPE print the whole fi le
FORFI les run a command on lots of fi les
DIR - R fi nd fi les
SELECT- string fi nd things inside fi les
HELP read a manual page
HELPCTR fi nd what man page is appropriate
ECHO print some arguments
SET EXPORT/set a new environment variable
EXIT exit the shell
RUNAS DANGER! become super user root DANGER!
For Windows, look up these things:
• FORFI LES
• RUNAS
• ATTRIB
• ICACLS