vio Examples

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

For each line inside the listfile there cannot be any spaces before or after the file name. The correct form for this file is:

filename(newline)
filename(newline)
filename(newline)

Do not include lines with spaces (initial or in the middle), such as:

filename  (newline)

or with leading spaces, such as:

   filename(newline)

On the target machine, you can read the archive you just created with:

vio -ivndf device

You could read this on a Windows 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

The listfile must not have spaces before or after the file names.

Then you move diskfile to the target machine and use vio to create new indexed files in the correct format with this command:

vio -ivndf diskfile