Najeebsk

COPY-FOLDER.ahk

Jul 4th, 2022 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance Force
  2. SetworkingDir, %A_ScriptDir%
  3. F1::
  4. FileCreateDir, %A_Desktop%\DATA
  5. FileSetAttrib, +RASH, %A_Desktop%\DATA, 2 ; +RASH makes the folder "super hidden"
  6. Send, ^c
  7. Sleep, 100
  8. FileCopyDir, %Clipboard%, %A_Desktop%\DATA, 1
  9. return
  10. #R::Reload
  11. #S::Suspend
  12. #P::Pause
  13. ESC::ExitApp
Add Comment
Please, Sign In to add comment