search for: mnyfifo

Displaying 1 result from an estimated 1 matches for "mnyfifo".

Did you mean: mkfifo
2011 Sep 17
1
Re: Wine 1.3.11 and Micorsoft Money Sunset Edition
...thought I'd post it here for your convenience (if you're still trying to get it to work, that is). 1st, the dialog box on each page load; Solution: use winetricks ie8 instead of ie6 2nd, the app not closing on exit. Solution: adapt the bash script below to your needs: #!/bin/bash mkfifo mnyfifo || exit; trap 'rm mnyfifo' EXIT if [[ $1 = "" ]]; then WINEPREFIX=/home/bencahill/.wine_mnys/ stdbuf -oL wine "C:\\Program Files\\Microsoft Money Plus\\MNYCoreFiles\\msmoney.exe" > mnyfifo 2>&1 & pid=$! while read -r line; do [[ $line = "fixme:wininet:...