I am looking at using some existing UDFs which supply arguments, but I'd like to allow users to supply them.

Is there a way to do this as I cannot find anything when doing a basic search in here, nor in the kix scripting guide I have to hand.

Ideally I will be making the script an executable eventually so any method should work with supplying the arguments to the executable as well.

The idea was to use Glenn's copyfiles2 UDF in the script and give this to the service desk so they can push files out to several locations on the network if needed.

It is something which I cannot find it and yet it seems so basic (maybe that is why I cannot find it).

Would a bettwe way be for the script to prompt the user to enter the parameters as part of the script and it can then assign them?

Pax