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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -