Quote:
|
Some Windows software can be run in linux using "wine"
|
Yes, and .scr files too. I tried right now to run Windows screensaver under WINE (just for fun), and it worked. But I had to copy .scr files from Windows partititon to windows/system32 in my WINE user directory. As a result, I could run all of screensavers (except ssstars.scr) with
wine c:/windows/system32/*.scr /? command.
Note: I found that option
/? in command is mandatory to run the screensaver itself, without it only screensaver settings window will be shown. What else? Yeah, one may use any set of symbols in this option. I tried
/1,
/~,
/whatamess and
/':-)' - every variant worked.
