DataFileSplitter - Split Big Data File to Smaller Files »

Download DataFileSplitter Free Trial »     Buy DataFileSplitter Now »

Schedule task to split data file

Schedule task to split data file on Windows

On Windows, you can click button "Create & Schedule Task", then Schedule Task.

You can run the task daily, weekly , monthly, and more types.

Schedule task to split data file on Linux/macOS

On Linux/macOS, you can use Crontab.

For example, set a daily cron job for splitting data file:

30 2 * * * /path/to/your/split_data_file.sh

It runs split_data_file.sh at 2:30 AM daily.