Displaying 1 result from an estimated 1 matches for "have8".
Did you mean:
have
2005 May 05
1
Starting Linux apps from Windows app (was: Re: wine & mime types)
...470000
@="open"
[Software\\Classes\\acroread.pdf\\shell\\open\\command] 1051470000
@="\"C:\\Program Files\\Acroread\\acroread.exe\" \"%1\""
---------------------- 8< ---------------------------------
2) the linux "executable" acroread.exe *must have8 be placed at the above
dir (the linux "executable" is a shell script so you can do anything you
like from now on ;)). Follows an example:
---------------------- 8< ---------------------------------
#!/bin/sh
#set -x
mkdir -p "$HOME/tmp"
LOG="$HOME/tmp/acroread.exe-log...