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.
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.