Displaying 1 result from an estimated 1 matches for "chmod700".
Did you mean:
chmod01
2013 Mar 07
1
Help using system() command to execute Perl script through MSDOS
...spaces seems to make the problem go
away.
So here is the code:
system(paste("perl",FP.chmod,FP.baseline.in,FP.baseline.out))
where perl is the command to use the perl script
FP.chmod is the extenstion to the perl file
"C:/Documents and Settings/Pato/Desktop/Mikes R package/chmod700.pl"
created using FP.chmod<- file.path(wd,'chmod700.pl') #wd is the
working directory
FP.baseline.in is the input file extension
"C:/Documents and Settings/Pato/Desktop/Mikes R
package/Baseline2c.bse"
FP.baseline.out is the output to make from the perl scri...