Rem Set and echo an environment variable pointing to drive W:
set SSD=W:
echo %SSD%
rem display the path
path
rem display the current directory
cd
rem -30-