thanks dean,
urs one is the perfect solution i guess. though i found following script is working properly
/tool fetch address=192.168.200.254 src-path=$filename user=mt mode=ftp password=sr@4944 dst-path=$filename upload=yes;
:log info “$filename File Sent”;
/file remove [find name=$filename];
:log info “$filename removedt”;
if file is not sent the next remove command is not working . so file wont be removed. but i’ll work with ur script.
dean, can u plz check my another post http://forum.mikrotik.com/t/need-to-save-simple-queue-output-to-a-file/95203/1
regards