SD CARD DATA IMPORT

Hello, is their any windows application that can retrieve data saved on sd card installed on arduino.
for e.g when we connect arduino to pc via usb port and run the application in window it will download data from sd card.

Hello, is their any windows application that can retrieve data saved on sd card installed on arduino.

No. The hardware connected to the Arduino is NOT known to the operating system.

You CAN write a program to run on the PC that can ask the Arduino for a list of files on the SD card, and for a specific file.