I am finally ready with a new update for my program but looking at the next problem:
I my app I have the next line:
Code: Select all
MacExec( "/bin/sh", ResPath()+"/MoveFiles.sh", )
I f I put the next code in terminal it works correct:
Code: Select all
/bin/sh MoveFiles.sh