|
|
On Fri, 11 Jul 2008 14:08:27 -0400, Leo H <none@xxxxxxxxx> wrote:
> Could you post the script? I have been looking for something like this
> inside Opera, but your script would do what I want.
My linux bash script wouldn't work on a windows system. I've put together
a .bat, that is similar. Save the five lines in a file called operastart.bat,
edit the properties for the icon that starts opera, to run operastart.bat.
In the accounts.ini, use the same path as the MAILLOGDIR, and end the log
file names with log.txt.
Regards, Dave Hodgins
@Echo off
Set MAILLOGDIR=C:\Documents and Settings\%USERNAME%\My Documents\OperaMailLogs
del "%MAILLOGDIR%\*.log.old.txt"
rename "%MAILLOGDIR%\*.log.txt" "*.log.old.txt"
"C:\Program Files\Opera 9\opera.exe"
--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
|
|