i-podder_js_0.99

Ok, big step now (it was only 3 extra lines…). You need Itunes installed for this one. The script now gets your files, stores them in the target directory and adds them to your i-tunes library!.

Have fun. Download i-podder_js_0.99

If windows asks you what program to open the file with then you need to install windows script. You can download it here from the microsoft site.

To schedule a task to run i-podder.js automatically every night (at 2.30) i wrote a script that will add this to you scheduled-task list. When you run the script it prompts an error-code when its finished. If it prompts zero then thats OK. scheduletask.vbs -> change line 6 for the path to the script on your harddrive

4 Responses to “i-podder_js_0.99”

  1. Harrie Says:

    Is there a way to change the time in the schedule task vb script?

  2. Pieter Overbeeke Says:

    Yes, its somewhere in line 6. Its kind of cryptic though. ********003000.000000-000 is the time string. 0030 is the time, but somehow you have to add 2 hours. So if you want to start the script at 7.30 you should change the string to ********053000.000000-000.

  3. Harrie Says:

    Thanks Pieter, I thought something like that but couldn’t figure out the 2 hours difference ;) The last thing I would like to know is on which line I can add my password, since task scheduler needs that otherwise it won’t run.

    Thanks and enjoy your weekend!

  4. Pieter Overbeeke Says:

    You need to login as a superuser to run the scheduletask script. Don’t know what the name is for a superuser on windows. My dutch version of windows calles it a ‘Computerbeheerder’ (Computer Administrator??)

Leave a Reply