I want to split a 2mb file to two floppies and I want to use
these floppies in a Windows XP system.
first I formated my floppies using FAT file system
then, I tried to use this command:
tar cMF /<the location of the file>/<my file.exe>
it gives me this error:
tar: Cowardly refusing to create an empty archive
Try `tar --help' for more information.

can any one help me with this problem?
please explain clearly! because it's the first time I'm using Linux