
NAME
	W   - write file
	
SYNOPSIS
	W <filename>

DESCRIPTION
	Writes information from the host's file <filename>  
	into a segment of an EF of the card.
	EF - elementary file - part of smartcards' file 
	system that contains application data.
	
NOTE
	To create a file:
	 on Cyberflex smartcard use pay "ic" command:
		"ic F0 E0 00 00 10";
	 on MultiFlex smartcard use pay "i" command:
		"ic F0 E0 00 00 12".

