Hello all. While working on the problems with scrolling in the 16-bit notepad, I tried to avoid loading file via File->Load->etc, but use command line instead: wine -debugmsg +edit,+scroll notepad -- new.txt &> ~/notepad.log. Unfortunately notepad seems to not correctly understand its command line and asks to create "ew.txt". I didn't look at it yet (perhaps later), but I'm using a workaround now: instead of new.txt I type " new.txt" and it works.