How do I open a folder(on my desktop) from Powershell on Windows? -


on online tutorial on webservers, guy(on mac) opened folder on desktop typing **>> cd folder-2

open .** how same(equivalent double clicking on folder) using powershell?

in cmd powershell type:

explorer.exe $path 

where $path name of folder full path


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -