Search found 2 matches

by ThomasL
22 May 2017, 10:31
Forum: General Discussion
Topic: [Usermenu] Powershell Script with $(ListOfSelectedFullNames)
Replies: 2
Views: 8282

Re: [Usermenu] Powershell Script with $(ListOfSelectedFullNames)

Thank you for your help but In the meantime I figured it out on my own. The use of the param() keyword in the script was kind of problematic. If I have it in the script I wasn't able to address each selected filename (path and filename with spaces) as a single parameter. After I left it out I can si...
by ThomasL
10 May 2017, 13:32
Forum: General Discussion
Topic: [Usermenu] Powershell Script with $(ListOfSelectedFullNames)
Replies: 2
Views: 8282

[Usermenu] Powershell Script with $(ListOfSelectedFullNames)

Hello,

can anybody tell me which calling syntax I must use in the usermenu that Powershell (4.0) recognizes each passed quoted filename as a script parameter while using $(ListOfSelectedFullNames)? I cannot get it to work.