Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RUREDY

    monitor a specific directory for files

    You're right! It was the missing \ in the path that was messing it up. I added it and now it works great! Thanks!
  2. RUREDY

    monitor a specific directory for files

    Actually, I had the On Error Resume Next remmed out. I unremmed it and now I don't get the runtime error, but it doesn't move the file either.
  3. RUREDY

    monitor a specific directory for files

    Same error on the same line. At the top of my script, I have On Error Resume Next.
  4. RUREDY

    monitor a specific directory for files

    Well, I think this might work, but it keeps saying on line "f.Move ScanDir" that "file already exists". The tif file I put in the C:\Axis dir does not exist in the C:\XeroxScan dir though. Any ideas? Thanks!
  5. RUREDY

    monitor a specific directory for files

    I have been trying to do something like this myself, but not quite so difficult. I am trying to write a very simple little script that can be run that will move any files of a certain extension from the folder they are in to another folder. This seems to work fine if I either don't use the If...

Part and Inventory Search

Back
Top