> How do you set up the timer in seconds to have the timer find that?  I 
> usually pull up the '*timer set' feature on the command list, and change 
> the hr mm ss part to what I want to start, then click go.


Just put that timer command in the script.  

Use the menu folder command to run a script with the selected folder as an 
argument; set the menu folder command to something like
.myscript(_file_)

where myscript gets the time associated with the file (easy would be to strip 
the name with file.name(arg(1)) and then read an ini file using the ini plugin 
where each line in that init file was manually set to
filename=timeinseconds
then execute time set command in the script, show the bar.  When timer runs 
down you could hide the bar if you want.  

I was just kidding about the regexp, it really is not needed.

Reply via email to