Najeebsk

LJST.ahk

Jun 4th, 2022 (edited)
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; <COMPILER: v1.1.32.00>
  2. #SingleInstance Force
  3. SetworkingDir, %A_workingDir%
  4. F2::
  5. FileList =  ; Initialize to be blank.
  6.  
  7. Loop, %A_workingDir%\*.*
  8.  
  9.     FileList = %FileList%%A_LoopFileName%`n
  10.  
  11. FileAppend, %FileList%`n, RUN.txt
  12. return
  13. #R::Reload
  14. #S::Suspend
  15. #P::Pause
  16. ESC::ExitApp
Add Comment
Please, Sign In to add comment