CHDKPTP download with batch doest work - Script Writing - CHDK Forum

CHDKPTP download with batch doest work

  • 1 Replies
  • 2818 Views
*

Offline toby

  • *
  • 46
CHDKPTP download with batch doest work
« on: 27 / October / 2014, 03:41:38 »
Advertisements
Hi there,

i try to run a script and then download images to pc but i cant get it to work.
Batchfile:
Quote
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:
Quote
ERROR: unrecognized argument mdl
ERROR: unrecognized argument -fmatch=\temp

What am i doing wrong?

*

Offline reyalp

  • ******
  • 14126
Re: CHDKPTP download with batch doest work
« Reply #1 on: 27 / October / 2014, 23:18:43 »
You need to use -e to execute cli commands like mdl. So something like

Code: [Select]
chdkptp -c"-p=0x31c3" -e"mdl -fmatch=%.JPG$ DCIM C:\temp"

Note that you can put a bunch of chdkptp commands in a file and run it with the "source" command.

Also, I posted a test build for the display issues you reported in the chdkptp thread in http://chdk.setepontos.com/index.php?topic=4727.msg117898#msg117898
Don't forget what the H stands for.

 

Related Topics


SimplePortal © 2008-2014, SimplePortal