Is it possible to run a program when selecting "Copy To Right..."?
I want to chop a file into smaller files before doing the copy to the destination folder. This is because I have a 10MB file size limit on each transferred file. I thought if I used 2 sessions, the first with a file size filter <=10MB then I could copy these files without a problem. The second session would be using a file size filter >10MB at which point I would need to run my "conversion program".
This would then mean I cannot compare properly as the source will be MY_BIG_FILE.TXT and on the right I would have MY_BIG_FILE_PART_1.TXT, MY_BIG_FILE_PART_2.TXT, etc. I can live with that at the moment. The next step would then be to have another "conversion program" that joined the files together when I did "Copy To Left..."
Is this possible?
Thanks
Darren
I want to chop a file into smaller files before doing the copy to the destination folder. This is because I have a 10MB file size limit on each transferred file. I thought if I used 2 sessions, the first with a file size filter <=10MB then I could copy these files without a problem. The second session would be using a file size filter >10MB at which point I would need to run my "conversion program".
This would then mean I cannot compare properly as the source will be MY_BIG_FILE.TXT and on the right I would have MY_BIG_FILE_PART_1.TXT, MY_BIG_FILE_PART_2.TXT, etc. I can live with that at the moment. The next step would then be to have another "conversion program" that joined the files together when I did "Copy To Left..."
Is this possible?
Thanks
Darren
Comment