I think the thing I miss most in MC is '
Undo' as in MSExplorer. I understand this is a big job. I currently use the log to check what mistakes I've been making, so it's not all bad

.
I like playing with
MultiScript & I would like to improve my ability, thus would like a few improvements to the
debugger (RMB context menu might be nice). Some
idiots guide-type tutorial entries might be helpful as some of the error msgs are not sufficient for me to quickly pinpoint errors unfortunately. It is better than DOS though

Slightly less demanding than a debugger makeover:-
- I would like to be able to set MScript to
recurse sub-dirs - as with DOS script cmds e.g.
for /d /r "%base_dir%" %%d in (.) do
- I'd like
NODIALOG added to
DeleteFiles e.g.
@var $options[] = {“RECYLE”}; "NODIALOG"
DeleteFiles($array, $options);
(Maybe
Recyle needs to be spell-checked?

)
Thanks for a great piece of reliable & useful software.