I am a beginner at coding. If I want to code directly on command prompt, where do I learn the commands of windows system, such as open and delete a file?
I know vs is a text editor. I learned that in my college intro to programming class. However, the commands I learned are for Linux and Unix system. I wonder what are the command functions for windows system? And where can I find them?
help
, or do a web search for windows cmd
or windows powershell
Get-Command
to help learn commands available. In cmd.exe you can start with help
. help
in cmd.exe
doesn't show all commands. You can find a complete list at SS64 (remember that some commands are not available at all Windows versions)