R rash Member Mar 19, 2012 #1 Hi, I have to replace all the r code files with relevant source code. Is there any way to replace it in one shot?
Hi, I have to replace all the r code files with relevant source code. Is there any way to replace it in one shot?
B breakdown New Member Mar 19, 2012 #2 You can add/replace multiple files in a procedure library using wildcards. Ex: prolib <library-name> -replace *.r -verbose
You can add/replace multiple files in a procedure library using wildcards. Ex: prolib <library-name> -replace *.r -verbose
tamhas ProgressTalk.com Sponsor Mar 19, 2012 #3 What do you mean by "replace"? In the filesystem? In a PL? In code references? And why replace?