> thank you duncan for your answer.
>
> i've tried passing the file endings (img bin iso) to the COMMAND_ARGS,
> but still didn't work.
> i'm clueless.
> since i only have the ps1 entry, i'll stick with the command.append(file)
> line uncommented.

What you can try is to uncomment the line and then add a print or _debug_
just below the line.

Like:
print 'command=%r' % (command,)
or
_debug_('command=%r' % (command,))
it needs to be indented at the same level as the command.append(file)

If you can do this and tell me what is being shown then we should be able
to find a solution.

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to