Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open command in Powershell #7

Closed
StuffnThingz opened this issue Sep 6, 2017 · 5 comments
Closed

Open command in Powershell #7

StuffnThingz opened this issue Sep 6, 2017 · 5 comments

Comments

@StuffnThingz
Copy link

I'm trying to follow this tutorial on navigating directories, but Powershell (windows) doesn't recognize the "open ." command. Anyone know what I'm doing wrong. Thanks!

@anon-music-and-art
Copy link

anon-music-and-art commented Sep 6, 2017 via email

@JonSwallow
Copy link

I noticed this was closed. Tobin I am not sure what you are looking for but, get-childitem may be the command you need. For example C:\Users\Owner\Documents> get-childitem will return the same results as dir. You can find a list of aliases by using the get-alias command. The set-location command is the same as cd. So for me I used the get-item to see where I was going and the set-location to get there.
Hope that helped and I am not sure if I am breaking any rules here if I am my bad.

@ewilsey
Copy link

ewilsey commented Sep 6, 2017

@StuffnThingz The Start command works too. Ex: Start Pictures A list of commands can be found in Alias. C:> Alias

@anon-music-and-art
Copy link

anon-music-and-art commented Sep 6, 2017 via email

@StuffnThingz
Copy link
Author

StuffnThingz commented Sep 6, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants