Possible to launch multiple exports?

Hello all.

 I searched through most of the boards I think.  So far I was able to get the exports to work the way I want to.  But the clincher is can I have it set up to launch another export after one is done?  Or is there a way to combine the ones I have?  I am not a script writer but I can hack together a few to get what I want in general but on this I would need help.  They need to be seperate and the MD5 ran last.  Just asking so that I can save multiple exporting for one album.

Bad idea?

Create he CD cover:

$filename(html)

http://www.mp3tag.de"> %artist% - %album%: cdcover front
  <!--                          

#border {

  position:absolute;            
  top:10px;                     
  left:10px;                    
  width:12cm;                   
  height:12cm;                  
  padding:10px;                 
  border:1px solid #0000FF;     

}
#content {

  position:absolute;            
  top:10px;                     
  left:10px;                    
  width:12cm;                            
  height:12cm;                           
  padding:10px;                          

}
#footer {

  position:absolute;            
  top:14cm;                     
  font-size:8pt;                                                   

}
-->

%artist%: %album% (%year%)

$loop(%_filename_ext%)

 <tr><td><font face="verdana" size="1">%track%)</font></td><td align="center"><font face="verdana" size="1">&nbsp;<b>%title%</b></font></td><td align="right"><font face="verdana" size="1">%_length%</font></td></tr>

$loopend()

 <tr><td></td><td></td><td align="right"><font face="verdana" size="1"><b>%_total_time%</b></font></td></tr>
generiert am %_datetime% mit %_app% - dem universellen ID3-Tag Editor www.mp3tag.de

Create MD5:

$filename(sfv); Generated with %_app%
; http://www.mp3tag.de

$loop(%_path%)%_md5% %_filename_rel%
$loopend()

Personal info:

File created on: %_datetime%
$filename(txt)Artist : %artist%
Album : %album%
Year : %year%
Genre : %genre%
Source : Net

Encoder : Unknown
Codec : Unknown
Format : $upper(%_VBR%) %_bitrate%kbps, %_mode%
ID3-Tags : %_tag%

Posted by : Unknown %_date%
Ripped by : Unknown %_date%

Included : This Info-File (NFO)

        Check File (SFV)
        Playlist (M3U)

Posted to : alt.binaries.sounds.mp3

        alt.binaries.sounds.mp3.complete_cd
        alt.binaries.sounds.mp3.full_albums

Track Listing

$loop(%_path)%track% (%_length%) %title%
$loopend()
Play Time : %_total_time2%
Total Size: %_total_size%

EncspotPRo
To verify quality and no miss match encoding

%_app%
www.mp3tag.de
To check MP3 against FreeCDDB
As well as Tags and NFO generator

Hi Nickodemos!
It's not possible to run multiple export configs at once. You can combine all of them to one config, but it will export in one file.

Regards
nickless

Hello nickless.
Yeah that was what I thought as well, but that wasn't how I wanted it. Oh well.... Few extra clicks wont hurt.

thx

Nickodemos