Hi.
I wonder if I can setup a gridline (2 clors) for the 'list view [CTRL=F1]' ?
Detail view is working fine.
Thank You.
Settings:
View. Left DETAIL / Right LIST
Search found 3 matches
- 22.04.2024, 13:55
- Forum: Discussion
- Topic: Settings - View - File/folder list - Color/Font -- Gridline for LIST view
- Replies: 1
- Views: 19020
- 28.09.2023, 12:06
- Forum: Discussion
- Topic: PowerShell Script using array as parameter - How?
- Replies: 3
- Views: 23879
Re: PowerShell Script using array as parameter - How?
I forgot the script, sorry.
Code: Select all
Param (
[Parameter(Mandatory = $True)]
[System.String [] ] $Babbel
)
foreach ($b in $Babbel) {
Write-Host "$b`n"
}
Read-Host
- 28.09.2023, 12:00
- Forum: Discussion
- Topic: PowerShell Script using array as parameter - How?
- Replies: 3
- Views: 23879
PowerShell Script using array as parameter - How?
Hi. How do I get an array to my PowerShell script? I tried a lot and this command line is the closest I get. It works for 1 selected item.
Multiple Items don't work.
I know that PowerShell wants an array as @() but this didn't work either.
Output of %Dlg%
-noe -nol -file "F:\-Test.ps1" -Babbel ...
Multiple Items don't work.
I know that PowerShell wants an array as @() but this didn't work either.
Output of %Dlg%
-noe -nol -file "F:\-Test.ps1" -Babbel ...