4 lines
119 B
Batchfile
4 lines
119 B
Batchfile
@echo off
|
|
echo Inserting extra stuff to filepicker.xml
|
|
msxml -s filepicker.xsl -o newfilepicker.xml filepicker.xml
|