Hello,
If I run the below command in the terminal it creates the file output.txt with helloworld, but if I run it from VBA it does not create the file
result = Shell("/bin/bash -c 'echo holamundo' > /Users/<USER>/Downloads/ChatPDF/output.txt")
Can you please let me know what's missing?
thanks
If I run the below command in the terminal it creates the file output.txt with helloworld, but if I run it from VBA it does not create the file
result = Shell("/bin/bash -c 'echo holamundo' > /Users/<USER>/Downloads/ChatPDF/output.txt")
Can you please let me know what's missing?
thanks