How to convert dbf file to Access format

There are two ways to convert dbf files to Access (MDB or ACCDB) format.

Source database is also known as dBase, FoxPro, Visual FoxPro
arget database is also known as Access, Microsoft Access, MS Access

DBF to Access Converter can work as a wizard:
you select one or more source files, the output file or folder, and there are several options to customise the output file.
or you can use command line interface:
it allows you to run the program with predefined parameters manually or using scheduler to automatise routine work.

For example:

dbf2mdb.exe c:\source\file.dbf -output=d:\target\ -batch -type=mdb