I know I know, this might sounds stupid, but I'm sure it can be done. Basically, I want to create a telnet server (which is no problem) that will be able to run any process I allow (not TOO much of a problem) and know what's going on during that time (there's the kicker).
Ex:
Welcome to Rob's Computer...
Username: username
Password: password
# make test
Visual C++ is Compiling test.cpp
No errors
Linking
Creating Files
test.exe created successfully
# exit
Goodbye!
End Example:
See what I'm saying? Any ideas if this is even remotely possible? A lot of you might say "Why not just use Unix?". And you're right, it would be a lot easier, but that's not the point. I want to know how to do it no matter what the cost. Preferrably without haveing to delve into Assembly, but if that's what is needed, let me know
.
Thanks,
Rob Rob
"Programming is like art...It makes me feel like chopping my ear off."
- Currently down
Ex:
Welcome to Rob's Computer...
Username: username
Password: password
# make test
Visual C++ is Compiling test.cpp
No errors
Linking
Creating Files
test.exe created successfully
# exit
Goodbye!
End Example:
See what I'm saying? Any ideas if this is even remotely possible? A lot of you might say "Why not just use Unix?". And you're right, it would be a lot easier, but that's not the point. I want to know how to do it no matter what the cost. Preferrably without haveing to delve into Assembly, but if that's what is needed, let me know
Thanks,
Rob Rob
"Programming is like art...It makes me feel like chopping my ear off."
- Currently down