Home - csangharsha/DOSTerminal GitHub Wiki
Welcome to the DosTerminal wiki!
#####Simple Dos terminal project in java
This project is for learning purpose only.
Requirements
1. Eclispe
2. Windows OS
3. JDK
Some Command and its attributes
Command | Description |
---|---|
dir |
View the content of the directory |
cd directory_name |
Change from the root directory |
copy source destination |
Copy file content from source to destination |
md directory_name |
Make new directory |
rd directory_name |
Delete directory |
rename name |
rename file and directories name |
type filename |
show the content of the file |