you need to type the device name followed by a colon, examples:
df0:
cd0:directory1/directory2
some other commands:
cd / (move to parent directory)
makedir
rename
delete
list > dir.txt
(redirects the output to a file instead of the screen)
copy df1:rubbish.readme ""
(the empty quotes mean the current directory is the destination)