The shell supports a wide range of commands. These commands are very similar to the original DOS. The list of commands are given below:
Reapeats the message passed to command.
ECHO MessageOpens the file given to the command in the Notepad text editor.
EDIT filename.txtOpens the image given in the Photos image viewer in ANSI mode.
IMGVIEW image.pngChanges the current directory of the shell to the specified path.
CD PathReturns the current working directory of the shell.
CWDReturns the names of all files and folders in the given directory, if no path is given it defaults to the current directory.
DIR PathShows the files and subdirectories of the given directory as a tree structure, if no path is given it defaults to the current directory.
TREE PathDeletes a directory and all the subdirectories and files in it, if no path is given it defaults to the current directory.
DELTREE PathDeletes one or more files.
DEL Path1 Path2 Path3 ...Displays the contents of a file to the screen.
TYPE PathMoves a file from one directory to another directory.
MOVE Old_path New_pathTests if an IP address or a domain name is active or not, also provides some information about it.
PING IP_address/domain_namePrints all the executable files (.exe) in the given path.
PATH PathAlias: RMDIR
Removes an empty directory, shows error message if not empty.
RD PathRenames a file or directory to the specified name.
REN Path_to_file New_nameShows the system date according to given unix date time format, defaults to %d-%m-%Y format if none provided.
DATE Format_stringShows the system time according to given unix date time format, defaults to %H:%M:%S format if none provided.
TIME Format_stringSearchs for text within a file.
FIND PathAlias: CLEAR
Clears the whole screen.
CLSAlias: QUIT
Exits the shell.
EXIT