Sunday, May 17, 2015

Copy List of Files or Move List of Files

Leave a Comment

This software is help you to copy/move list of files from source directory to destination directory
and also option to search file in directory if not exist at source directory.
you only need list of files to copy and need directory path where these file are.

This software copy the files that are listed in text box from the source directory to the destination directory.
You only need file list would you ike to copy with each entry on its own separate line.
You only need source directory path,destination directory path and file list.
if you have some knowledge of regular expression then you can you very well play with file name and copy file(s) from source to destination

In software file extension are use to copy/move file using regular expression.{0} will replace with given file name so you can use regular expration with {0}
Ex. {0}*.txt
sofware will copy/move file(s) that start with given name and end with .txt

if you want to rename file(s) then you want to add comma seperated file name with new file name
ex: oldfilename,newfilename


ex. you have file in directory
1.txt
2.txt
3.txt
Kanji.txt
files.txt
11.txt
121.txt
131.txt

if you want to copy all text files which start with 1 and end with 1 then you can use 1*{0}*1.txt.
you can enter file name : *

In software {0} replace with entered filename (*) ans search all text files which are start name with 1 and end with 1. ex. : 121.txt,131.txt

if you enter file name 2 then software will copy all file start with 1,end with 1 and 2 is any where in file name ex. : 121.txt

Same way you can move(cut past) file(s)

Download Link : Click here
Required tool : .NET Framework 2.0

0 comments:

Post a Comment