Skip to content

Latest commit

 

History

History
86 lines (45 loc) · 1.33 KB

README.md

File metadata and controls

86 lines (45 loc) · 1.33 KB

this is a simple java program which take command input and full fill's you request

if you want to run the browser you have to install JDK min version is 11 you can also run it with JDK 23 JDK 23 Download: https://www.oracle.com/java/technologies/downloads/#jdk23-windows

you will also need to download javafx:

https://drive.google.com/drive/folders/1g0ZyibGatwEnXhpQtaLb7VMSC4G96aOZ?usp=sharing

you just have to click the JOS.exe file and run it.

Available commands:

i) listen to directory and file

ls

ls -all

ls --all

ii) move from directory to directory

cd <directory/path/name>

cd

iii) create a file or folder

create

create dir

iv)l aunch editor

editor

v) read frm a file

read

vi) rename a file or folder

rename

rename dir

vii) copy a file or folder to another directory or make a copy in the same directory

cp <new/file/path/filename>

cp dir <new/folder/path/file name>

viii) move a file or folder to another directory

mv <new/file/path/filename>

mv dir <new/folder/path/file name>

ix) remove file or folder

rm

rm dir

x) clear screen

cls clear

xi) launch browser

browse

browser

xii) show help

-help

-h

xiii) exit OS

exit