BigTextFileSplitter - Split Big Text File to Smaller Files »

Download BigTextFileSplitter Free Trial »     Buy BigTextFileSplitter Now »

How to execute command line and scheduled to splitting big text file to smaller files

When you save session

save session

Click "Save & Make Batch File"

make 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\BigTextFileSplitter\"
BigTextFileSplitter session="C:\Users\pan\Documents\test.sft" logfile="C:\Users\pan\Documents\test.log"

	

In Linux:

/usr/share/BigTextFileSplitter/BigTextFileSplitterCmd session="/home/pan/Documents/test.sft" logfile="/home/pan/Documents/test.log"

	

In macOS:

/Applications/BigTextFileSplitter.app/Contents/MacOS/BigTextFileSplitter session="/Users/pan/Documents/test.sft" logfile="/Users/pan/Documents/test.log"

	

Or click "Create & Schedule Task" (this only for Windows now, Linux/macOS can use Crontab), you can run this batch file at a specific time and/or at a certain time every day. See this for detail: Schedule Task.