Isoraqathedh

Giant File Rename

Mar 5th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SetWorkingDir E:\giant\
  2. ;Sleep 2000
  3. acc = 0
  4. Loop, *.*, 0, 1
  5. {
  6.     StringSplit thisFolder, A_LoopFileDir, \
  7.     if thisFolder1 <> %lastFolder1%
  8.         TrayTip New unit, Now working in %A_LoopFileDir% (File number %A_Index%`, %acc% changed)
  9.     if A_LoopFileName in Thumbs.db,.DS_Store
  10.         continue
  11.     if A_LoopFileExt =
  12.     {
  13.         FileMove %A_LoopFileFullPath%, %A_LoopFileFullPath%.eml
  14.         acc++
  15.     }
  16.     StringSplit lastFolder, A_LoopFileDir, \
  17. }
  18. MsgBox done
Advertisement
Add Comment
Please, Sign In to add comment