Hi All,
the scripts that i can put in the mads script folder are not executed. The zz_com.tw… pkg will be
created but it seems that this pkg will not be installed.
I tried with this ver simply file copy script:
#!/bin/bash
cp “$1/Start.fmp12.zip” “/Users/Shared/Start.fmp12.zip”
cp “$1/ptouch-vorlage.lbx” “/Users/Shared/ptouch.lbx”
exit 0
(of course i put the files in the “Resources” folder)
Thanks for your Help!