P
Paul W Smith
I would like to have a simple application that copies a file from one folder
to another, changing the name of the file and overwriting the file in the
destination location.
Copy: C:\abc\def\ghi\jklmnopqrt.txt (long file name)
to
C:\zyx\wvu\tsrq\ ..... overwriting file xxxx.text
I have been able to do this using a simple DOS batch file but this does not
work with long file names.
In windows terms I would like a short-cut on my desktop to an application
which does this procedure on demand.
Using a batch file was so simple is it complicated because of the use of
lonf file names?
Any advise or code greatfully received.
Paul Smith
to another, changing the name of the file and overwriting the file in the
destination location.
Copy: C:\abc\def\ghi\jklmnopqrt.txt (long file name)
to
C:\zyx\wvu\tsrq\ ..... overwriting file xxxx.text
I have been able to do this using a simple DOS batch file but this does not
work with long file names.
In windows terms I would like a short-cut on my desktop to an application
which does this procedure on demand.
Using a batch file was so simple is it complicated because of the use of
lonf file names?
Any advise or code greatfully received.
Paul Smith