Do not add GSPLIT to piece files

Is there a way to enable this feature within a GSplit batch file?
Thanks.

You should create a configuration file to be used as template, and specify it in your GSplit batch file with:
; GSplit Batch File
; Pass these parameters to GSplit in order to run this file:
; GSplit.exe “no” -b-i-t “[path to this file]”

[Main]
ConfigFile=

Hi.

I created a config file, and it works fine, but how do I tell it NOT to add GSPLIT to piece files?

Thank you.

[Main]
ConfigFile=
Source=c:\Input\test.txt
DestFolder=c:\Output
PieSize=500
PieSizeUnit=MB
SplitMethod=2
Pattern= (this varies)
NumberOccurrences=45000
SplitBeforePattern=1
TypePieSpanned=0
Title=bigfile
PieMask={oru}_FILE.txt
GSplit.exe “no” -b-i-t-s "C:…