Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move Selected Files form Desktop to Another Location
#1
Question 
Dear Friends

I looking to write a macro that can move selected files from my desktop to specific location.

I came up with the below code.
Code:
Copy      Help
key Cc
ARRAY(str) a
int i=0
if(GetClipboardFiles(a))
    rep a.len
        cop a[i] "D:\Files\copied"
        del a[i]
        i=i+1
    OnScreenDisplay "Done !!!"

but is't slow and most of the time is not working without any error message.

any helpĀ  Big Grin

Regards


Messages In This Thread
Move Selected Files form Desktop to Another Location - by Firas - 06-28-2018, 08:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)