Results 1 to 3 of 3
#/bin/sh
cd ~/.wine/drive_c/Program Files/Microsoft\ Office/Office
wine winword.exe
I have get the above links from the franks corner for the wine installation. I need some help on what the above commands ...
- 12-24-2007 #1Linux Newbie
- Join Date
- Oct 2007
- Posts
- 117
Some help on some commands
#/bin/sh
cd ~/.wine/drive_c/Program Files/Microsoft\ Office/Office
wine winword.exe
I have get the above links from the franks corner for the wine installation. I need some help on what the above commands mean.
Is it creating a softlink to a file?
Thanks
- 12-24-2007 #2
I'm no script guru, but I think it might be:
It's making a simple script to start the prog which you'd make with your favourite editor. For instance, if you use the kate editor....Code:#/bin/sh cd ~/.wine/drive_c/Program\ Files/Microsoft\ Office/Office && wine winword.exe
When it opens, place the above "code" into the page, save and exit. I'd try from the command line:Code:kate nameoffile
first to see if it works first.Code:cd ~/.wine/drive_c/Program\ Files/Microsoft\ Office/Office && wine winword.exe
- 12-24-2007 #3Linux Newbie
- Join Date
- Oct 2007
- Posts
- 117
thanks for the help


Reply With Quote