Is there a way to add items into the Recycle Bin?
I tried something like this:
set var ftemp = (envval('CSIDL_BITBUCKET'))
and I get this error:
-ERROR- Invalid parameter ( 639)
Using this:
set var ftemp = (envval('temp'))
will place values into the temp directory but for some reason Windows is
leaving the files there. Can they be instantly deleted?

