MATLAB: Allowing old Matlab to use DOS command under UNC path

dos commandinstallation treeMATLABsimulinkuncupgrade

Hello everyone,
I have to use Simulink models with UNC path. My problem is : matlab before release R2009a is unable to use the DOS command under the UNC path.
I have read a bug report from MathWorks on the link below : https://fr.mathworks.com/support/bugreports/340552?s_tid=srchtitle
I have followed all the step writing on the tutorial but it is not working either. I can't upgrade my models (technical issue), so I would like to know if someone knows a way to "upgrade" my Matlab installation folder to be able to use DOS command under the UNC path (with release under than the R2009a).
Thank you for your answer 🙂

Best Answer

The bug report that you link applies to the Real Time Workshop only and it looks like the solution works around the issue by not calling dos. So I'm not sure how it applies in your case.
Anyway, can't you just map the UNC to a local drive and work from the local drive? This is actually what mathworks suggests in the documentation of the dos command (under limitations).