RRUZ / delphi-dev-shell-tools

Shell Extension for Delphi and Object Pascal Developers
https://theroadtodelphi.wordpress.com/
139 stars 41 forks source link

Command Prompt with redirected folders #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use redirected folders for my projects. Like this:
\\SRV01\RedirectedFolders\veli\My Documents\RAD Studio\Projects\LogTest\

When I use "Open cmd here" or "Open Rad Studio Command Prompt Here" option with 
dproj file then cmd.exe application open in the C:\Windows\System32 folder.

Original issue reported on code.google.com by veliboza...@gmail.com on 19 Aug 2013 at 9:52

GoogleCodeExporter commented 9 years ago
The UNC Paths are not accessible via the cmd.exe directly, aa workaround try 
creating  mapped network drive.

Original comment by Rodrigo.Ruz.V@gmail.com on 19 Aug 2013 at 1:42