No WINE menu has appeared on the K menu , so have spent the whole morning trying to create a file such as described here:
http://frankscorner.org/index.php?p=quickstart
It might be a good idea to create a file that launches Word. It could look like this:
#/bin/sh
cd ~/.wine/drive_c/Program Files/Microsoft\ Office/Office
wine winword.exe
Save this as word.sh in ~/bin and make it executable by typing chmod +x word.sh
You can now start Word by typing word.sh
But keep getting no such file or directory messages.
Have tried various combinations of using \ or / or \\ but just cant get the syntax correct
WINE is installed, and I could run the program from Konsole, but again just cant remember what the correct syntax should be.
Browsing to the directory in Konqueror and clicking the file launches the app correctly
Have been trying right click of the desktop and Create new @link to application, but cant get the syntax correct.
Have tried various combinations of
wine drive_c\\Program_Files\\Skymark_Technologies\\Alof t_Commercial\\aloft.exe
/home/neil/.wine/drive_c/Program Files/Skymark Technologies/Aloft Commercial/aloft.exe
but just don't know if to use back or forward slashes, double back slashes, underscores or what
Anyone help me with this. and yes, I have checked FAQ's WINE HQ etc etc but nothing that seems to help
http://frankscorner.org/index.php?p=quickstart
It might be a good idea to create a file that launches Word. It could look like this:
#/bin/sh
cd ~/.wine/drive_c/Program Files/Microsoft\ Office/Office
wine winword.exe
Save this as word.sh in ~/bin and make it executable by typing chmod +x word.sh
You can now start Word by typing word.sh
But keep getting no such file or directory messages.
Have tried various combinations of using \ or / or \\ but just cant get the syntax correct
WINE is installed, and I could run the program from Konsole, but again just cant remember what the correct syntax should be.
Browsing to the directory in Konqueror and clicking the file launches the app correctly
Have been trying right click of the desktop and Create new @link to application, but cant get the syntax correct.
Have tried various combinations of
wine drive_c\\Program_Files\\Skymark_Technologies\\Alof t_Commercial\\aloft.exe
/home/neil/.wine/drive_c/Program Files/Skymark Technologies/Aloft Commercial/aloft.exe
but just don't know if to use back or forward slashes, double back slashes, underscores or what
Anyone help me with this. and yes, I have checked FAQ's WINE HQ etc etc but nothing that seems to help
Comment