...code is :
FILEDIALOG('Choisissez un répertoire!',GNT:DossierSiteWeb, ,FILE:LongName+FILE:KeepDir+FILE:Directory)
run('command.com /c copy SiteWeb\*.* '&GNT:DossierSiteWeb&'*.*',1)
where GNT:DossierSiteWeb may be c:\Program Files\xxxx\yyyy (so, with a space)
What is the solution to resolve...