In unix I used to use ln -s to create an easy way to access commonly used
directories. Is there any way to do this in powershell?
In unix I used to use ln -s to create an easy way to access commonly used
directories. Is there any way to do this in powershell?
new-psdrive drivename filesystem filepath
cd drivename:
--
Wei Wu [MSFT]
Windows PowerShell Team
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Greg" wrote:
> In unix I used to use ln -s to create an easy way to access commonly used
> directories. Is there any way to do this in powershell?
There are also tools in Windows that allow you to create the different types
of links on NTFS drives: http://www.sysinternals.com/Utilities/Junction.html
--
Lee Holmes [MSFT]
Windows PowerShell Development
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Wei Wu [MSFT]" <wei.wu@discussions.microsoft.com> wrote in message
news3C7A19B-BB7D-4C2F-A7FB-3B54F4801A81@microsoft.com...
> new-psdrive drivename filesystem filepath
> cd drivename:
> --
> Wei Wu [MSFT]
> Windows PowerShell Team
> Microsoft Corporation
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>
> "Greg" wrote:
>
>> In unix I used to use ln -s to create an easy way to access commonly used
>> directories. Is there any way to do this in powershell?
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linking to an executable | SDS2 | .NET General | 1 | 31 Jan 2010 |
| Linking Problems | jekronenfeld | Microsoft Office | 6 | 01 Nov 2009 |
| Linking to a .NET dll from C# | Bob Bryan | .NET General | 3 | 24 Apr 2009 |
| Linking Files | dave483 | Gaming | 11 | 15 Jul 2008 |
| Linking an image | Donald Shelton | Vista music pictures video | 0 | 26 Dec 2007 |