system( "cd /" );
but that doesn't do anything. I did include stdlib.h, so that's not a problem, and I got system() to work for doing things like displaying dates (using the date command), but it doesn't work for a Unix program that takes parameters from standard input.
Is there a better way to do this?


Sign In
Create Account


Back to top









