[Wine] Problem Wine eject

Charles Davis cdavis at mymail.mines.edu
Sun Jan 24 14:34:12 CST 2010


Berillions wrote:
> Edit :
> When i launch this command :
> 
> Code:
> wine start /media/cdrom/setup.exe
> 
> 
> I have this error message in the console :
> err:start:wmain Option 'L"/cdrom/setup.exe"' not recognized
Vitamin, how could you forget that many Windows utilities use slashes
instead of dashes for options?

In any case, you really need to pass a Wine path (not a UNIX path) to
the start utility. Try:

 wine start 'D:\setup.exe'

and replace 'D' with the drive letter of your CD-ROM drive.

Chip




More information about the wine-users mailing list