%title
Convert geoqo data to cachemate

%include searchbase

%include modifybase

#%[ ,,type=label,text=Cachemate Options:]

%export
system:cmd=cmconvert -
%if %[docontainer,1,type=checkbox,indent=1,text=Include Container Type/Size]
C -
%endif
%if %[dostatus,1,type=checkbox,indent=1,text=Include Status Information]
S -
%endif
%if %[doowner,1,type=checkbox,indent=1,text=Include Owner Information]
O -
%endif
%if %[dodate,1,type=checkbox,indent=1,text=Include Date Information]
D -
%endif
%if %[dobigdescriptions,1,type=checkbox,indent=1,text=Extended Description Lengths (bigger files)]
d -
%endif
%if '%[maxlogs,20,text=Maxmimum number of logs to include:]' > 0
N %[maxlogs] -
%endif
B -o %[prefix,cachemate,text=File Name:].pdb %{file:gpx}
