DataFileConverter - Convert Data File »

Download DataFileConverter Free Trial »     Buy DataFileConverter Now »

How to execute command line and scheduled for DataFileConverter

When you save session

Convert Data File - save session

Click "Save & Make Batch File"

Convert Data File - create batch file

Click "OK", you'll get batch file created.

.bat file for Windows command line, or .sh file for Linux / macOS.

And you can run it in command line.

In Windows:

C:
cd "C:\Users\pan\AppData\Local\Programs\DataFileConverter\"
DataFileConverter session="C:\Users\pan\Documents\employees.dfc" logfile="C:\Users\pan\Documents\employees.log"

	

In Linux:

/usr/share/DataFileConverter/DataFileConverterCmd session="/home/pan/Documents/employees.dfc" logfile="/home/pan/Documents/employees.log"

	

In macOS:

/Applications/DataFileConverter.app/Contents/MacOS/DataFileConverter session="/Users/pan/Documents/employees.dfc" logfile="/Users/pan/Documents/employees.log"

	

Or click "Create & Schedule Task", you can run this batch file at a specific time and/or at a certain time every day. See this for detail: Schedule Task.