# Set and echo an environment variable pointing to drive W:
export SSD=/cygdrive/w
echo $SSD
# display the path
echo $PATH
# display the current directory
pwd
# -30-