I'm running a bunch of python scripts that are located in a couple of folders on my desktop. I hate having to type
'cd "C:/Path/to/desktop/folder"'
to go from one folder to another that contains scripts. I want to be able to switch folders easily like
'cd ..'
'folder 1'
so i can switch back to the desktop directory and the type in just the folders name. Is this possible with powershell? Do I just need to add the desktop path to the path environment, if so how do I do this in powershell