Need help from your homework in Prgramming?

@dorx88 (73)
Philippines
July 5, 2010 9:24pm CST
I'll help you with it as far as my knowledge of a certain language could. I can also do an analysis for you. Let's all help each other here. I'm a degree holder in Computer Science, my concentration is in web development and multimedia arts. So if you need help I'll be glad to help you BUT in simple problems only because I don't have much time in my hand okay? ^^
1 person likes this
1 response
• India
6 Jul 10
Hi, Will you be able to simulate a few UNIX commands in Windows with the help of C language? Thanks. God bless you
@dorx88 (73)
• Philippines
6 Jul 10
I haven't tried it yet, my guess is that IF you can use dos aliases for bash shells, I think it's possible.
• India
7 Jul 10
yeah, but how to do it. You can get the arguments through main function, and then check it to see what file you need to execute. But then you have to write different algorithm to check different commands. Doesn't that sound complicated? PS: you can't write codes in assembly language, only C is allowed here.
@dorx88 (73)
• Philippines
12 Jul 10
try to use system() function ... you can execute DOS command though C using that function.