Possible Duplicate:
How to copy selected files from Android with adb pull
I am using adb pull command like this:
adb pull /sdcard/*.trace C:/
but i show me remote object '/sdcard/*.trace' does not exit i check trace files are in the sdcard.Now how to pull these files from sdcard.Can you help me How to fix?