Open AugustT opened 3 years ago
I think you could use system2() instead...
system2()
shell() is windows only
Good spot. I have now changed this to system(), which I think should work. If this fails, I'll try system2(). I'll leave the issue open until I can get hold of linux OS
system()
I think you could use
system2()
instead...shell() is windows only