// // RCP-GET.VDM C.Z. 20.01.1999 // // rcp -a %HOST!%%USER!%%UNIXDIR%/%UNIXFILE% %EDITFILE% RS(99,"RCP -a ") RS(99,@12,APPEND) // host RS(99,".", APPEND) RS(99,@13,APPEND) // user RS(99,":", APPEND) RS(99,@14,APPEND) // unixpath RS(99,"/", APPEND) RS(99,@15,APPEND) // unixfile RS(99," ", APPEND) RS(99,@11,APPEND) // dosfile system("|@(99)", DOS+OK)