Commands: cd <name of directory without the .fldr> - changes the active directory cd .. - goes up one level in the filesystem cd \ - goes back to the root folder del <full filename> - deletes a file or folder. If it is a folder, it's contents will be orphaned. idel <file id> - deletes a file by its id in the fsnames list. Useful for orphaned files. icd <folder id> - goes to a folder by its id in the fsnames list. Will cause freezes if used on deleted items or files. create <filename> - creates a dummy file for testing mkdir <directory name without .fldr> - creates a new empty directory refresh - refreshes the current view exit - stops the scripts reset - resets the filesystem defrag - Defragments the file system. Use it after you have made several deletions.