Location
C:\windows
You want to go to
system
which is a sub-
directory of
C:\windows
, then into
viewers
which is a sub-directory of System
Using Relative Path
n
cd system\viewers
Using absolute path
n
cd c:\windows\system\viewers
Absolute Vs Relative Paths