Hi all,
I am working on a scenerio wherein receiver is a flat file.At output i need 2 files to be created:
file one has the actuall payload and second file should contain the name of first file.
This second file needs to be created with a OS command(after message processing) in file adapter(FTP), Please tell me wat should the command be, so that a file is created in the same location as file1 with the name of file1.
I tried "echo %f >> filename.txt" but no file was created.Please help.
Thankyou.
Edited by: shruthi .. on Jun 2, 2008 7:54 AM