Hi,

How do I issue a O/S Command from inside RMAn script.

I know we can use the Host command but the command takes you to the command prompt.

How do I do it without breaking the continuity of the program.

something like

run{
allocate...
host copy c:\a.txt d:\ (this does not work. i am looking for something similar)
}
Thanks