Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-01-2003, 06:06 PM
|
#1
|
LQ Newbie
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 10
Rep:
|
Where are my Files
Hey everyone I have a question I have installed wine and installed some win applications with it but How do I run them they are in C:\Program Files (or the fake wine dir) but I can't seem to open them I had read that you need to put the path in double Qoutes because of the spaces I tried this but to no avail what I am trying
wine C:\Program Files\WinZip\WINZIP32.EXE I get this message
Cannot Find C:Program
ANYHELP WOULD BE COOL
Thank You Andrew
|
|
|
08-01-2003, 06:13 PM
|
#2
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
first there is no such thing as a c:\ in linux, so thats your first problem, and second you can't use spaces like you did rather you have to put a \ before the space for example "/Program\ Files/WinZip...
|
|
|
08-01-2003, 06:14 PM
|
#3
|
Member
Registered: Jun 2003
Location: Dallas, Tx
Distribution: Slackware
Posts: 65
Rep:
|
Try using : wine C/Program\ Files/WinZip/WINZIP32.EXE instead.. or, in my case, it would be : wine .wine/c/Program\ Files/WinZip/WINZIP32.EXE .. check to make sure you've got the correct path first ..
|
|
|
08-01-2003, 06:17 PM
|
#4
|
Member
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987
Rep:
|
u must type it in quotation marks for it to accept spaces
wine "C:\Program Files\WinZip\WINZIP32.EXE"
*try using a lower case c if that doesn't work
|
|
|
08-01-2003, 06:17 PM
|
#5
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
now that i got that message above to you i'll go into a little more detail....first things first, if your trying to run winzip from a preexisting windows partition then you'll have to specify the path something like this:
wine /mnt/win_drv/Program\ Files/WinZip/winzip32.exe
where you will replace win_drv with your whatever your mount point is....
and the other way to run it is if you are running winzip through the fake windows directory that you made in you /home/user/.wine directory....which in this case the command would be something like the following:
wine /home/user/.wine/c/Program\ Files/WinZip/winzip32.exe
where "user" is the name of your folder in your home directory, for your normal user..
|
|
|
08-01-2003, 06:19 PM
|
#6
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
and the oneandonlySM is right about one thing, you can enclose a command in (" ") quotes if it contains spaces, but that is the only thing that he said that is valid as the command syntax is wrong...
|
|
|
08-01-2003, 07:07 PM
|
#7
|
LQ Newbie
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 10
Original Poster
Rep:
|
Thanks I think I got it
Hey thanks I figured it out this is what I did
I typed cd $HOME/.wine/c
then
cd "Program Files"
then
cd "Winzip"
then
wine WINZIP32.EXE
Seems to work
Thanks for your help
|
|
|
All times are GMT -5. The time now is 05:02 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|