cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

I would like to copy a file to an other directory but I haven't succeeded to do that. I use OS command in process chain. File is located in
directory\xxx (not real) and I can see it when using transaction al11. What is the right operating system, operating system command and parameters for operating system command to make external operating system command (by SM69)? I was thinking simply to use copy-command?

Regards,

Minna

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

Try and see whether it is working,

You can use Operating system - SunOs, Windows Env.

command - Copy

Parameters - o=rwx ./invoice.csv (your file path)

when you are executing you can give additional parameters

and you can specify target host and destination.

rgrds,

v.sen

Message was edited by:

Senthilkumar Viswanathan

Message was edited by:

Senthilkumar Viswanathan

Former Member
0 Likes

Hi,

Can you explain more this Parameters - o=rwx ./invoice.csv

Thanks,

Minna

eddy_declercq
Active Contributor
0 Likes

Hi,

These are the file permission

O stands for others, thus not the owner and co members of the owner's group

R read

W write

X execute

See also http://www-acs.ucsd.edu/info/permissions.php

Eddy

-


PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!