cancel
Showing results for 
Search instead for 
Did you mean: 

Using operating system command on file receiver comm.channel

Former Member
0 Kudos

Hi,

I pepared a XI 3.0 message generating .txt file.

I must append content of this file to the and of the file with same name but different extension(.bak extension).

I know it is achieved with copy name.bak+name.txt it appends txt file to the .bak file.

My problem is: How can i supply name of .txt file to use as name of .bak file?

How can i do that?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

ravi_raman2
Active Contributor
0 Kudos

Write a java program to do that, Invoke that java program from a batch file that is run as an OS command.

Regards

Ravi Raman

Former Member
0 Kudos

Hi,

Where to put the java program in XI 3.0 server file-system?

Thanks.

ravi_raman2
Active Contributor
0 Kudos

/usr/sap/SID......./../../../Server0

Put the java program there.

Regards

Ravi Raman

Answers (0)