All of my python scripts run in my anaconda environment on Mac OS. It would be so convenient to be able to incorporate a couple of arcpy functions. Those only can run in Windows, which I emulate with vmware fusion.
I could move the whole project to Windows (a nuisance). I could write the equivalent of those arcpy functions in gdal/ogr for python (learning curve).
But, before I do one of those, I'd like to check if there is maybe some way to reach across the divide and have my Mac-based script run a few windows things over in the vm without my hands-on supervision (copying and pasting inputs and outputs back and forth, e.g.)?