typedef struct _para {
		char	drive;
		char	path[50];
		char	file[14];
} PARA ;

