I need to run an external program to process some files. I have added the location of the program to my .bash_profile (I use a mac) and I have verified that executing the program in Terminal works.
However, whenever I execute Run["program"] Mathematica returns 32512. I suppose this is some error code but I can't find what it means.
Whatever idea you have will help me.
Run. – amrods Aug 28 '16 at 06:48Run["DIR"]no problem. – Nasser Aug 28 '16 at 08:02RunProcesswill return anAssociationwith more status info about the program you tried to execute. – masterxilo Aug 31 '16 at 01:06