On Friday 24 January 2003 13:22, Kevin Linux account wrote: > I am getting an error cant find program, but the actual windows path is > coming up in the log is c:Program name instead of c:\program name. How do I > alter the configuration I am running Code Weavers Wine in windows fake mode > The program I am trying to run is HTML Kit which I know is compatible with > Wine > > Kevin > [EMAIL PROTECTED]
Ok, let's see... Open a terminal and type: less ~/.wine/config (as the user you run wine as) This is your wine config file in recent versions of wine - look for a section something like [Drive C] and see what 'Path' is set to - it is important that the program you're trying to run resides in this path, or a subdirectory of it. Check that it is. If it isn't, move it (or open the config file in your favourite editor and change it to suit). Now change to the directory the program is in: cd /the/place/my/program/is/in and execute wine with the program name as the first argument: wine program_name.exe (I think this is case sensitive) See where that gets you. Hope this helps, but if it doesn't, post the full path and name of the exe file you're trying to run, and the contents of your config file, and the exact error message wine gives you. Cheers, Gareth
