bcbotha wrote: > I'm still uncertain about mounting the mapped network drive with SAMBA! How do I do that? Ever used google to find information? Internet has 1000000s of examples of how to do that. bcbotha wrote: > How do I run an .exe file with arguments from a mapped network drive? Already told you: 1. Mount that drive with Samba 2. Map mounted drive in winecfg to a drive leter 3. Run it with Wine with Code: wine 'e:\myprogram.exe' some arguments here where "e:" is the drive you mapped your mount to in step 2.