Skip to content
Prev 77105 / 398502 Next

Running DOS command prompt from R 2.0.1 Windows?

Mr Toby Daniel Ahrens wrote:
Yes, e.g. system("cmd") to get a "DOS" prompt. See ?system or ?shell for 
details. You may consider to use wait=FALSE if you want a non-modal 
behavior.

HTH Thomas P.