You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
298 B
14 lines
298 B
|
|
for %%f in (
|
|
cour10r cour10b
|
|
cour12r
|
|
cour17r
|
|
boldfpsr
|
|
cou____w coub___w coubo__w couo___w
|
|
hel____w helb___w helbi__w heli___w
|
|
hvn____w hvnb___w hvnbi__w hvni___w
|
|
tnr____w tnrb___w tnrbi__w tnri___w
|
|
) do (
|
|
pfm2ufm -p UniqName %%f.pfm -1 %%f.ufm
|
|
)
|
|
|