Hi there,
i try to run a script and then download images to pc but i cant get it to work.
Batchfile:
chdkptp -c"-p=0x31c3" -e"u spektrumonline.lua A/CHDK/SCRIPTS/spektrumonline.lua" -e".loadfile('A/CHDK/SCRIPTS/spektrumonline.lua')();print('SCRIPT FERTIG');sleep(3000)"
chdkptp -c"-p=0x31c3" mdl -fmatch=%.JPG$ DCIM C:\temp
The script runs and works fine, but the download doest work. It works if i type it in manually ind interactive mode.
Error:
ERROR: unrecognized argument mdl
ERROR: unrecognized argument -fmatch=\temp
What am i doing wrong?