Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move Selected Files form Desktop to Another Location
#2
Why copy and delete when you can just move the file?


try something like this 
select the files then run this function

Function MoveSelectedDesktopFiles
Code:
Copy      Help
spe 100
ArrangeWindows(0)
key Cc          ;; Ctrl+C
ARRAY(str) a
int i
if(GetClipboardFiles(a))
,for i 0 a.len
,,ren+ a[i] "D:\Files\copied" 
,OnScreenDisplay "Done !!!"
else
,OnScreenDisplay "No files have been selected !!!"


Messages In This Thread
RE: Move Selected Files form Desktop to Another Location - by Kevin - 06-28-2018, 10:46 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)