Specifications

Version 2.0
87
Examples
To change the current filesystem to the mapped fs0 filesystem:
Shell> fs0:
To change the current directory to subdirectory 'efi':
fs0:\> cd efi
To change the current directory to the parent directory (fs0:\):
fs0:\efi\> cd ..
To change the current directory to 'fs0:\efi\tools':
fs0:\> cd efi\tools
To change the current directory to the root of the current fs (fs0):
fs0:\efi\tools\> cd \
fs0:\>
To change volumes with cd will not work! For example:
fs0:\efi\tools\> cd fs1:\ !!!! will not work !!!!
must first type fs1: then cd to desired directory
To move between volumes and maintain the current path.
fs0:\> cd \efi\tools
fs0:\efi\tools\> fs1:
fs1:\> cd tmp
fs1:\tmp> cp fs0:*.* .
copies all of files in fs0:\efi\tools into fs1:\tmp directory