Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance Force
- SetworkingDir, %A_ScriptDir%
- F1::
- FileCreateDir, %A_Desktop%\DATA
- FileSetAttrib, +RASH, %A_Desktop%\DATA, 2 ; +RASH makes the folder "super hidden"
- Send, ^c
- Sleep, 100
- FileCopyDir, %Clipboard%, %A_Desktop%\DATA, 1
- return
- #R::Reload
- #S::Suspend
- #P::Pause
- ESC::ExitApp
Add Comment
Please, Sign In to add comment