On Thursday 20 February 2003 20:09, rcc wrote: > On Thu, 20 Feb 2003 18:39:24 +0100 > > andre <[EMAIL PROTECTED]> wrote: > > winemine is buildin, notepad is a script to use the windows version. > > err, not necessarily, on my box it uses builtin notepad, I'm pretty sure > of that because there is no windows around here
Your right checking the /usr/bin/notepad script i see this # then default bin directory if [ -x "/home/viet/rpm/tmp/wine-root/usr/bin/wine" ]; then exec "/home/viet/rpm/tmp/wine-root/usr/bin/wine" "$appname" "$@"; fi ^^^^