ActiveXPoSHV3 method Execute()

Use this forum to ask questions after your subscription maintenance expires or before you buy. Need information on licensing or pricing? Questions about a trial version? This is the right place for you. No scripting questions, please.
Forum rules
DO NOT POST SUBSCRIPTION NUMBERS, LICENSE KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.
This topic is 5 years and 1 week old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
drunkUmka
Posts: 1
Last visit: Mon Mar 11, 2019 11:58 pm

ActiveXPoSHV3 method Execute()

Post by drunkUmka »

Hi

Please, tell me.

Powershell script С:\PSScript.ps1

Code: Select all

param ($src $dst)
copy-item $src $dst -force
in the PS shell we write:

Code: Select all

С:\PSScript.ps1 "C:\test1" "C:\test2"
all right

How to pass parameters ($src $dst) using ActiveXPoSHV3 method Execute()?

Аny other without parameters, write Execute(FileNameScript) - all right.
User avatar
Alexander Riedel
Posts: 8479
Last visit: Thu Mar 28, 2024 9:29 am
Answers: 19
Been upvoted: 37 times

Re: ActiveXPoSHV3 method Execute()

Post by Alexander Riedel »

That is quite an old component, there might not be any way to do that. I'll will double check.
Alexander Riedel
SAPIEN Technologies, Inc.
This topic is 5 years and 1 week old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.