I'm trying to make work a software to do invoices and other similar things that it's installed in a client computer with linux mint.
This software must be able to connect with the server that's a computer with windows xp.
The software and the connection with the windows server has worked until an accounting software version upgrade it's arrived.
the solution that I've used before is this:
Code: Select all
mkdir ./.wine/dosdevices/unc
ln -s /media/Az1Report ./.wine/dosdevices/unc/cav-11be59fa84
Code: Select all
So I've tried to make the same work that I've done for the Report directory but unsuccefull.
I've readed a lot of discussion in this forum but with no good results.
Thank you to all for the help!