Accessing mapped local drives

G

Guest

I have my local drives mapped OK when I connect to a 2003 terminal server but can't figure out how to access the local drives from with a VB program (or even a DOS window). For example, how can I run a simple "dir" command in a DOS window to look at the contents on the local drive (mapped as "c on (local mahine-name)"
Thanks!
 
G

Guest

Your local drives are mapped as \\tsclient\<drive
Like \\tsclient\c or \\tsclient\

I regularly use the command 'pushd \\tsclient\c' from a command prompt
From VB just use a UNC path like \\tsclient\c\randomfilename.tx

This posting is provided "AS IS" with no warranties, and confers no rights
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top