dir | Lists names of files in current directory (folder) |
dir Hello.* | Lists all files whose names start with Hello. |
cd C:\files | Changes directory to C:\files ("absolute" pathname) |
cd myfiles | Changes directory to myfiles subdirectory of current directory ("relative" pathname) |
cd .. | Changes directory to "parent" of current directory |
notepad Hello.java | MS-DOS text editor, used to create and edit ASCII textfiles |
type Hello.java | Displays contents of ASCII textfile on screen |
exit | Ends command interpreter, makes console window go away... |
No comments:
Post a Comment