Search found 3 matches

by fcx64
22.04.2024, 13:55
Forum: Discussion
Topic: Settings - View - File/folder list - Color/Font -- Gridline for LIST view
Replies: 1
Views: 19020

Settings - View - File/folder list - Color/Font -- Gridline for LIST view

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:
FC 02 Screenshot 2024-04-22 135316.png
View. Left DETAIL / Right LIST
FC 01 Screenshot 2024-04-22 135016.png
by fcx64
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
by fcx64
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 ...