vitamin wrote: > At a minimum you need to create this symlink: > > Code: > ln -s /tmp/com_1 ~/.wine/dosdevices/com1 > > Thanks! Yes, this is what I thought would work. But it doesn't seem to be work. So I tried testing it by first getting into the cmd as Code: wine cmd Then, within cmd, I just try to send something over com1 as Code: echo test > com1 It then says that "File not found". I guess it doesn't know what com1 is? What else might I have to do besides creating the link? Jared