Here is how to access a shared folder on a network drive.
Use the following command on a DOS command prompt
C:\>pushd \\networkname\sharedfolder
or
C:\>pushd \\networkIPAddress\sharedfolder
this should take you to a network drive (such as Z:\)
If you want to come back to your local computer drive give the following command
Z:\>popd