Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Summary: Oh yeah, had forgotten about that one. That's the one that changes standard input (and output?) to the nul device instead of the keyboard (and monitor?)...correct?...
Summary: Don't forget about Ctrl+Break. I used to remap 'c' and 'C' to nothing to prevent Ctrl+C (via ansi.sys), but Ctrl+Break would still work. Also in Pascal I remapped the break vector (as the above ASM ...
Summary: To solve this I think that you can use the redirected input. All that you need to do is to go through the process once and remember all the instructions which you have to input. Put all of these instu...