Hi R Users
I am going to write a very short script for my small pilot simulation study.
I need to call a DOS program with different input data files in the middle 
of for loop.
There are 100 input data files (e.g., input001.dat, input002.dat, .... , 
input100.dat)

for (1 in i :100)
{
    system('"C:\\Program Files\\DOSPROGRAM\\RUN.exe" input001.dat')
}

I like to change the input data file name as for loop runs. How can I do 
that ?

Thanks in advance

TM

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to