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


_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to