Jump to content

Tensity

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Tensity

Tensity's Achievements

0

Reputation

  1. Hey Gunsmokingman, thank you for your quick reply. It is a nice script, however I do not want to search the whole system, but only one specific location. How do I integrate that into your script. Also I need to replace copy for move, because I want to move the files and not copy them. Any suggestions?
  2. Question.. How do you move more than one file to another dir, for example from C:\dir\*.doc to c:\dir\documents\*.doc [Edit] Never mind already got it, Dim fso Set fso = CreateObject("Scripting.FileSystemObject") fso.MoveFile "*.mp3", "D:\music\mp3\" But what to do when you want to check first if there is any mp3 file there? [/Edit]
×
×
  • Create New...