In PowerShell, an alias is a handy shortcut or command alternative. For example, instead of typing Get-ChildItem, you can type ls or dir. Aliases can act as a transition from other shells to ...
Can I do this? I want to make an alias to change to a long directory location, but the path has spaces in it, eg. 'documents and settings\' <BR>How can I make it work?<BR><BR>I tried writing a ...