i have the script working good now.. but there is still one problem left.

there are 2 files that need to be copyd to the : C:\Documents and Settings\%user%\Application Data\Microsoft\Outlook.

but at the most clients the application data folder is hidden so the script cannot copy the two files.

the sring i use now = COPY "\\server\SmData\ClientSoftware\VB6\OutlookToSmarTeam" "c:\program files\infostrait\OutlookToSmarTeam" /s

is there a way to copy files also in hidden folders without make them visible?