Page 1 of 1
Total commander should see forwarded drives from RDP
Posted: 2007-10-08, 00:37 UTC
by TMX
It would be nice to see TC have the feature to recognize forwarded drives from a remote desktop session.
Posted: 2007-10-08, 16:17 UTC
by ghisler(Author)
Just create a button with the command
cd \\tsclient
I'm not aware of any function to find out that such drives are available, except for trying to access them as above (which can take a while if they are unavailable).
Posted: 2007-10-09, 06:00 UTC
by TMX
Well when i RDP into a machine with a few forwarded drives, i will see them in the machine i RDP in My Computer as network drives, but TC does not see them..
http://www3.telus.net/public/tmx1/drives.JPG
take a look there.. those network drives are seen by windows but not by TC..
thats what i wish i could see in TC, so i dont have to use the windows file manager[/img]
Posted: 2007-10-09, 06:04 UTC
by TMX
what i meant to say is... I wish TC would automatically detect forwarded drives when you RDP into a computer and display them in the top bar just like when plugging in a new USB stick.. USB sticks are detected as removable drives..
Would be nice if TC detected those remote drives and added them automatically

Posted: 2007-10-11, 16:28 UTC
by ghisler(Author)
when i RDP into a machine with a few forwarded drives, i will see them in the machine i RDP in My Computer as network drives, but TC does not see them..
Have you checked in Total Commander's "My Computer" folder too? You can reach it via Commands - Open desktop directory, or via cm_opendrives on a button.
Posted: 2007-10-12, 05:25 UTC
by TMX
Yeah will show the forwarded drives.. but it would be a bonus if they drive's were added automatically in the top drive bar like any other USB stick..
Posted: 2007-10-13, 12:50 UTC
by PeaceMaker
Posted: 2007-10-14, 07:59 UTC
by TMX
Well after reading that, i still must question as to why does the Windows file manager able to recognize those forwarded drives (network shared drives) without any hassle but TC cant.
If i were to go by the explanation (being network shares) it still tells me Windows can see it without any problem and TC cant. When using the remote drives i can open any software on the computer and it will be able to see those remote drives automatically.
Posted: 2007-10-14, 13:17 UTC
by StatusQuo
ghisler(Author) wrote:Unfortunately not, because they are just network shares, not real drives.
2
TMX / 2
PeaceMaker
i can open any software on the computer and it will be able to see those remote drives automatically.
I'm not familiar with RDP, so just to be shure:
are there
drive letters assigned to those "remote drives"?
A normal network connection to e.g.
\\10.1.2.3\share can't be "seen" by TC,
but after you assign a drive letter like
it is (almost) immediately displayed in TC's drive button bar - and removed again after removing the drive letter (
net.exe use R: /d).
The same applies for drive letters assigned/removed with
subst.exe.
(TC 7.02a, Win2k SP4)
Posted: 2007-10-14, 17:10 UTC
by TMX
well.. if you look at the picture i posted you can see it does assign drive letters, but those drive letters are the exact same drive letters on the originating machine..
So for example i will have 2 C:\. One local to the machine i am RDPing into, and anoter C:\ thats from the remote machine..
http://www3.telus.net/public/tmx1/RDP%20Drives.JPG
Posted: 2007-10-15, 00:16 UTC
by StatusQuo
2
TMX
According to your screenshot those remote drives are not assigned to any local drive letters
(which would be necessary to be detected by TC without a special plugin).
Maybe there's a chance using batch files to connect/disconnect, if you can see the RDP share name with
If yes, then
net.exe could be used to assign/release local drive letters for the remote drives...
If not, then I don't know a solution, sorry.