Qbasicnews.com
What's the C equivalent to SHELL? - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+---- Forum: General Programming (http://qbasicnews.com/newforum/forum-20.html)
+---- Thread: What's the C equivalent to SHELL? (/thread-9928.html)



What's the C equivalent to SHELL? - wallace - 02-23-2007

I know it's not one command, but I know it can be done.

What's the C equivalent for: SHELL "ls"


What's the C equivalent to SHELL? - DrV - 02-23-2007

http://www.cs.biu.ac.il/cgi-bin/man?execv+2


What's the C equivalent to SHELL? - wallace - 02-23-2007

Hey thanks, I knew of most of those commands from my C book, but it did a horrible job of explaining what they actually did. That helped a lot.