// // PUTUNIX.VDM C.Z. 20.01.1999 // // gehört zu GETUNIX.VDM // kopiert die Datei c:\tmp\unixfile zurück nach UNIX (Name in Reg88) RS(89,"RCP -a ") RS(89,"c:\tmp\unixfile ", APPEND) RS(89,@88, APPEND) system("attrib -r c:\tmp\unixfile", DOS+OK+SIMPLE) system("|@(89)", DOS+OK+SIMPLE)