Displaying 1 result from an estimated 1 matches for "estensione".
Did you mean:
estension
2009 Apr 28
0
File association in wine
...ot;|cut -f 2 -d :|sort --unique -f | cut -f 2 -d "*"`; do
ext2=`echo $ext|cut -f 2- -d .`
esiste=`grep -i '\\[Software\\\\\\\\Classes\\\\\\\\'$ext'\\]' $WINEPREFIX/system.reg | wc -l`
if [ $esiste == "0" -a $ext != $ext2 ] ; then
echo Aggiungo estensione $ext $ext2
echo "[HKEY_CLASSES_ROOT\\"$ext"]" >> $FILEOUT
echo @=\"$ext2.document\" >> $FILEOUT
echo "[HKEY_CLASSES_ROOT\\"$ext2".document]" >> $FILEOUT
echo @=\"$ext2.document\" >> $...