#!/bin/bash
# lanceur pour notepadplusplus
. /usr/share/sambaedu/includes/wine.inc.sh
wine_scripts pre notepadplusplus || true
env "WINEPREFIX=/var/tmp/$USER/wine/wine-NotepadPlusPlus/prefix" wine "C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start Menu\\\\Programs\\\\Notepad++.lnk" "$@"
wine_scripts post notepadplusplus || true

