Powershell replies >>
after inputing valid query while in powershell, end reply ps. >>
note, iam not trying redirect @ point , seems redirection loop ? allows input no replies, while in mode (>>) way i've found exit loop close program. appreciated.
note, iam not trying redirect @ point , seems redirection loop ? allows input no replies, while in mode (>>) way i've found exit loop close program. appreciated.
when use powershell interactively, indicates powershell parser still wants more information. example, if type in:
ps>if($true){
>>
>>
as can see, next lines print out ">>". that's because i've not ended code properly.
if type in "}" on line, , hit enter twice, i'm returned prompt again:
ps>if($true){
>>
>> }
>>
ps>
can copy , paste you're trying do?
Windows Server > Windows PowerShell
Comments
Post a Comment