Quantcast
Channel: Change initial directory in windows powershell - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Arun for Change initial directory in windows powershell

create a profile in powershell. You can find step by step instructions here.Essentially New-item –type file –force $profileOnce you do that use Set-Location, you can specify a directory after it like...

View Article



Answer by Digisec for Change initial directory in windows powershell

If I understood your question correctly, you want powershell to launch by default with the working directory of your project. What you need to do is create a profile and set it up.You can do that by...

View Article

Change initial directory in windows powershell

I'm using windows powershell for an application of my project. I'd like to change the initial directory, that I find when I open the program. I'd like to have my project's directory.Is this possible?

View Article
Browsing all 3 articles
Browse latest View live




Latest Images