


Suppose that you have a list of files that you want to move to another machine using some compatible media. You could use the following vio command to create the media:
vio -ovblf listfile device
vio -ivndf device
Assuming that this archive was on a 1.2 MB floppy, you could read this on an MS-DOS machine with:
vio -ivndf a:h
Now let's assume that you want to move a set of Vision indexed files to another machine, but you do not have any common media. You plan to use a network or modem-transfer to get the files to the target machine, but you have a problem because the indexed file format on the two machines is different. You can use vio to help you in this case by writing the archive to a disk file with this command:
vio -ovblf listfile diskfile
vio -ivndf diskfile