Re: Automatically save files with a progressive number?
de Kris 04/17/2006 06:32
dsmey writes:
> It would not be that hard to program such a thing with AutoIt
>
> http://www.autoitscript.com/autoit3/
This looks like an excellent program. Thanks.
It looks like what the original poster wants could be easily done with
this.
Alternatively, it can probably be done with a bit of batch scripting
using the %RANDOM% variable and using a temporary download directory.
Check download directory for anything, then move it to the proper
directory and name it %RANDOM%.*. Or something like that, anyway.