Columbia MM
MM> Top Level Mode

cd

CD  -  change directory

Usage:  CD [directory-name]

CD is like the shell command cd.  It changes the working directory for the
  MM process, not for the shell that invoked MM.  If you are using commands
  that default to the working directory (like LIST, TAKE, the FCC header,
  inserting a file with control-b), CD can simplify things.

If no directory-name is given, CD changes to your home directory.  As a
  directory-name, you may specify a full path starting with root (/), 
  or a relative path from the current working directory (the one you are 
  in when you use the CD command).  

Examples:
    MM>cd                             #to home directory
    MM>cd oldmail                     #relative path
    MM>cd /f/us/us/lafarge/oldmail    #full path (absolute path)

For more help type "help" and one of these topics:
  pwd   list   take   send   other   set mail-directory   directory
pwd | list | take | send | other | set mail-directory | directory | MM Home