Skip to content
kurumik edited this page Aug 13, 2022 · 8 revisions

Navigation

CockOS has its own file system. You can navigate through it with setdir (directory)

Example

setdir FileSys\\Programs Type setdir programs to go to FileSys\Programs and setdir documents to go to FileSys\Documents

You can see the contents of the current directory with dircont

Files

You can open and write to files in CockOS. The file has to be in the current directory.

Writing

write text.txt

Opening

open text.txt

Opening a .cok file executes the program, and opening a png opens it in a window.

Other commands

getip -shows your ip

win10cmd -allows you to use cmd

repeat (thing to repeat) -repeats text

randomword -generates random words

systemstats -shows os name, version and times started up

changeosname -allows you to change os name

exit -exits cockos

Clone this wiki locally