I am trying to do a xcopy in a folder that has a random folder name scheme. For instance, I need to copy folder 47pntgd2.Default The next PC may have 48ntpgd2.default. The only common factor is that the folder name ends with .default
I have tried xcopy "C:\DOCUME~1\%USERNAME%\APPLICATION DATA\Mozilla\Firefox\Profiles\*.default" C:\FIREFOXDEPLOYER\"MOZILLA FIREFOX"\Globalprofile /h /e /i /y
Does not work. It copies everthing in the profiles folder. Is there any way to do this.. Any help appreciated..
Clasik
I have tried xcopy "C:\DOCUME~1\%USERNAME%\APPLICATION DATA\Mozilla\Firefox\Profiles\*.default" C:\FIREFOXDEPLOYER\"MOZILLA FIREFOX"\Globalprofile /h /e /i /y
Does not work. It copies everthing in the profiles folder. Is there any way to do this.. Any help appreciated..
Clasik