15 lines
807 B
Batchfile
15 lines
807 B
Batchfile
|
|
rem shell script to create templates
|
||
|
|
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jclc6.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jcld6.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jcld7.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jclcs1.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jcld8.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jcld9.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jcld10.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jcld11.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jcld12.inc
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jcld14.inc
|
||
|
|
|
||
|
|
copy ..\source\include\jcl.template.inc ..\source\include\jclfpc.inc
|