- Where Developers Learn, Share, & Build Careers


If I have been using the file copying the following

  SetOutPath " $ FOO_DIR "file" .. \ .. \ Bar.Dat "... SetOutPath" $ OTHER_FOO_DIR "file" .. \ .. \ Bar.Dat "  

Note that the file Bar DAT is later thought to be copied to other places during installation. How can I change its name for this specific copy operation? If I rename it on then the subsequent operations will not find it. I will set the destination file name to the file operation I'm looking for, but one can not get one.

Of course I could get the answer directly after posting this question. * Smoke *

The file actually takes the flag of the destination name.

  file ".. ... .. bar.DAT" /oname="DestinationNameOfFile.Dat "   

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -