


vutil can convert a Micro Focus file into a Vision file.
vutil -convert [ -ac ] [ +c ] [ -f # ] [ -234 ] [ -d dir ] [ -q ] [mf-files]
Specify only the base name of each file, with no extension. Without my-files, standard input is read.
| -a | Automatic conversion, no warning. |
| -c | Do not compress. |
| +c | Compress. |
| -f# | Sets compression factor to be used when converting. |
| -2 | Convert file into Vision Version 2 format. |
| -3 | Convert file into Vision Version 3 format. |
| -4 | Convert file into Vision Version 4 format. |
| -d dir | place converted files into specified directory. Implies "-a". |
| -q | Exit if user interaction is required. |