get_iplayer and Windows batch files

dinkypumpkin dinkypumpkin at gmail.com
Sun Jan 15 18:28:52 EST 2012


On 15/01/2012 23:14, dinkypumpkin wrote:
> If I understand the OP, you're just trying to run get_iplayer multiple
> times in series from within a batch file. Since Windows get_iplayer is a
> batch file itself, couldn't you just make a batch file that looks
> something like:
>
> cd /d "C:\Propgram File\get_iplayer"
> call get_iplayer ...
> call get_iplayer ...
> call get_iplayer ...
>
> I've done something when testing and it worked well enough.

Sorry for the typos - too lazy to open VirtualBox.  This is the form I used:

pushd "C:\Program Files\get_iplayer"
call get_iplayer ...
call get_iplayer ...
call get_iplayer ...
popd




More information about the get_iplayer mailing list