Hi
I hope someone can help again. I am attaching the piece of code i am using to copy files from the components.path field over to another file in a different location. I am using a .bat file to copy over the documents. But where i am stuck is that i want to add in the creation date to be part of the name for the file i am copying over to.
for eg. copy file
1235@2.tif over to a file called 1235@2.5
but what i want to happen is
copy file
1235@2.tif over to a file called 12-09-2005-1235@2.tif
i just want to add in the creation date into the name of the file.
Can i do this. i want to add on profile.creation_date to the second components.path file in this code.but when i try it my syntax doesn't seem correct..
select 'Copy ' ||TRIM(components.path)
|| '' || TRIM(components.path)
thank you so much in advance for your help.
kindest regards
lasd
I hope someone can help again. I am attaching the piece of code i am using to copy files from the components.path field over to another file in a different location. I am using a .bat file to copy over the documents. But where i am stuck is that i want to add in the creation date to be part of the name for the file i am copying over to.
for eg. copy file
1235@2.tif over to a file called 1235@2.5
but what i want to happen is
copy file
1235@2.tif over to a file called 12-09-2005-1235@2.tif
i just want to add in the creation date into the name of the file.
Can i do this. i want to add on profile.creation_date to the second components.path file in this code.but when i try it my syntax doesn't seem correct..
select 'Copy ' ||TRIM(components.path)
|| '' || TRIM(components.path)
thank you so much in advance for your help.
kindest regards
lasd