ok i got it:
to enqueue file use the following:
w.run('"file://c:/tools/CLAmp.exe" /PLADD "c:/temp/flake.mp3"',1);
clamp.exe must precede with file://...
song file path must be between dbl quotes (" ")
and the whole thing is between single quotes (' ')