Re: Random psh stuff.
- From: "/\\/\\o\\/\\/" <no@xxxxxxxx>
- Date: Wed, 26 Apr 2006 19:26:44 +0200
William Stacey [MVP] wrote:
1) Powersh.exe used in places in the docs. Should be Powershell.exe I guess.
2) Microsoft.PowerShell_Profile.ps1 - Could that be any longer?
3) "The profile Microsoft.PowerShell_profile.ps1 will only be run for the shell with the matching ShellID..."
What does this mean in practice? What is the actual difference between profile.ps1 and MS.powershell_profile.ps1?
4) In cmd.exe I can "cd\" or "cd\temp", but in ps I need a space like "cd \" or "cd \temp". Would this break too much to allow no space?
tia
for point 4 I made some functions, as was also used to cd..
function cd.. {cd ..}
another one I often use
MowPS>gc function:start.
(new-object -com shell.application).Explore((pwd).tostring())
(it was open first till I did see that ii . does the same)
this will not help when typing a path like that
gr /\/\o\/\/
.
- References:
- Random psh stuff.
- From: William Stacey [MVP]
- Random psh stuff.
- Prev by Date: Re: What is the equivalent in Powershell
- Next by Date: Re: (PS) delays after idle-ing
- Previous by thread: Random psh stuff.
- Next by thread: Re: Random psh stuff.
- Index(es):
Relevant Pages
|