You can only do deep map rooting with win2k clients.

use h: "\\server\share\folder\deepfolder"
will work on win2k computers.

For NT4.0 you have a work around by shelling out and using the subst command.

shell '%comspec% /c subst h: "\\server\share\folder\deepfolder"'
will work for NT4.0 computers.

For Win9x you are SOL

Bryce