No go. Code: me@pc:~/work/pager$ wine "pager.exe cl" wine: could not load L"c:\\windows\\system32\\pager.exe cl": Module not found me@pc:~/work/pager$ fixme:spoolsv:serv_main (0 (nil)) wine "./pager.exe cl" wine: cannot find './pager.exe cl' me@pc:~/work/pager$ wine "./pager.exe ./cl" wine: cannot find './pager.exe ./cl' me@pc:~/work/pager$ wine "/home/work/pager.exe cl" wine: cannot find '/home/work/pager.exe cl' me@pc:~/work/pager$ wine "/home/work/pager.exe cl" me@pc:~/work/pager$ wine "/home/work/pager.exe /home/work/cl" wine: cannot find '/home/work/pager.exe /home/work/cl'