Results 1 to 2 of 2

Thread: VB script to determine file revisions

  1. #1
    New Member
    Join Date
    Jul 12
    Posts
    1

    VB script to determine file revisions

    Hello all! I need some help, i`m just wondering if anyone can help me to create a give an example of script. We have a few directories with dxf files. File names are TXXXXX.dxf TXXXXX_A.dxf etc... What we need is the script which will go thru sub directories and compare file names. If it finds for example T22222.dxf, T22222_A.dxf and T22222_B.dxf it will move the first two to archive folder.

    Thanks in advance

  2. #2
    Addicted Member
    Join Date
    Jul 09
    Posts
    208

    Re: VB script to determine file revisions

    Search for FileSystemObject recursive folders as the basis for your script. Everything you describe can be done with the appropriate FSO objects, properties and methods.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •