Version 1.1

Scope:
--------
correctly launch WinAmp 3.0 on selected files in TC. New version of WinAmp 3.0 doesn't work well with TC, because it's not able to read lists created by TC with %L or %l (see TC help). So this program takes the list sent by TC and append an header to make it a m3u list.
All these operations happens in the TC's temporary folder and all produced temporary files are deleted just after WinAmp read them (do not worry the original files aren't touched at all ^__^).
The optimal usage is in a button in TC, that once pressed sends the selected files to WinAmp.

An interesting usage is with CTRL-B selecting only those files you area interested to ear.

In this archive there's the setting to be used for the button. 
Icons of WinAmp are duplicated here!

SYNTAX:
-----------
Press the command without parameters to see the following help too.

WALaunch4TC "WinampPATH" "Temporary_file_made_by_TC" {delay}

1. "WinampPATH" is the path to WinAmp 3.0 beteen " " 

2. "Temporary_file_made_by_TC" is the file obtained from TC, with the %L or %l command
Of course you must select in TC files to play 3. {delay} is an optional msec delay to wait before deleting temporary file containing the list, it's the time that WinAmp uses to read the list (otherwise when WinAmp starts the file could be already deleted).
This delay starts after the WinAmp window appears, because the program waits the process to start and show its window.
Default is 3000 msec (3 sec)

Integration in TC:
------------------
Create a TC button linking to this program and pass the following parameters, in the parameter's section

"your\path\to\winamp" %L

Remember also to click on "run minimized" to now see the dos window

Use as is at your own risk!

History:
---------
1.0 Jan 03 - first public release
1.1 Jan 03 - should handle directories (removing finishing '\' in the final list passed to WinAmp), on some system this works fine.

2002 - Enrico Frumento (zapped@libero.it)

