Starting with the case statement in the manual would be a good idea.

Snipet from manual

code:

SELECT
CASE InGroup("Domain Admins") AND @DAY = 1
? "Whatever…"
CASE InGroup("Office Users")
? "Etc…"
? "Etc…"
CASE 1
; this is a nice way to provide a default CASE
; if all other CASEs fail, this one will always be run


? "Hmm, you're not in one of our groups?"
ENDSELECT


If you ask the user to select an option using something like KixForms, or just a text based menu system.

Once the option has been selected the desired code could be run and the folder/contents could be copied across.

Hope this helps.

[ 14 January 2002: Message edited by: Ghost ]

_________________________
Who are you? Who slips into my robot body and whispers to my ghost?