http://bugs.winehq.org/show_bug.cgi?id=35808
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello rupamede
--- quote --- I used terminal and it got me as far as the C drive using $ wine cmd.exe /c but then echo.>%windir%\System32\$winnt$.inf gets me nowhere ir just says path does not exist. Could you help? I'm using crossover. Thanks --- quote ---
Please copy/paste the whole line verbatim, don't separate things if you don't know what this command and parameters actually mean.
--- snip --- $ wine cmd.exe /c "echo.>%windir%\System32\$winnt$.inf" --- snip ---
You open a terminal and get a prompt - this is what '$' at the beginning of the line denotes. Then you just copy paste the rest of the line as-is and press ENTER.
This assumes that either the default prefix is used or the WINEPREFIX environment variable is properly set to the prefix where the app is installed to.
You are mentioning CrossOver. This is usually not supported here. If you have created a CrossOver 'bottle' you need to execute the command within the environment of the bottle/prefix.
Regards