Page 1 of 1

PowerShell ACP File

Posted: 29.09.2014 14:59
by marhc
Hi, friends!

I maked a ACP File to PowerShell:
PowerShell.zip
(7.61 KiB) Downloaded 268 times
This could be my little contribuition to the project.

However, when I type the hyphen in "Get-Data", for example, the autocomplete always select the first item in the list ("Get-Acl") and include the hyphen in the end too.

What Am I doing wrong?

Posted: 29.09.2014 15:16
by Alexey
Need line "#chars -"- see help file (acp file)

Posted: 29.09.2014 15:54
by marhc
Thanks Alex. This is my first time.
Here is the updated version:
PowerShell.zip
(7.61 KiB) Downloaded 270 times

Posted: 29.09.2014 16:35
by Alexey
Good-tkx!

Posted: 30.09.2014 05:45
by Matthias
Thanks. It's useful for me.