View Single Post
  #1  
Old 04-04-2006, 05:45 AM
sri sri is online now
Registered User
 
Join Date: 03-22-2006
Location: India
Posts: 8
copy and Rename a file

Hi,
I am creating an installation file thru nightly build.After the file is created successfuly want to copy it to some location and rename it file.The installation file name changes often. For example the file name is like
acbinstall_4913_9.exe
It has to be renamed as abcinst51.exe
where 4913 are the build number with a sub version 9.
The numbers can be incremented at any time so whenever change is made in the build or subversion has to be copied and renamed automatically.

How can i achive the above?

Thanks
Sri
Reply With Quote