1.

Solve : The mode command.?

Answer» <html><body><p>I saw that in the game "D.E.A.D V2" they <a href="https://interviewquestions.tuteehub.com/tag/used-763273" style="font-weight:bold;" target="_blank" title="Click to know more about USED">USED</a> a mode command in the <a href="https://interviewquestions.tuteehub.com/tag/beginning-894536" style="font-weight:bold;" target="_blank" title="Click to know more about BEGINNING">BEGINNING</a>. What does it do and how can You use it (or how I can use it).<br/>And the dude made the game without any arithmetic <a href="https://interviewquestions.tuteehub.com/tag/operators-11639" style="font-weight:bold;" target="_blank" title="Click to know more about OPERATORS">OPERATORS</a> (of which I still can't figure out, any examples?). How did he do that? His source code is at: <a href="http://odn.t35.com/dead/">http://odn.t35.com/dead/</a><br/>C:\&gt;mode /?<br/>Configures system devices.<br/><br/>Serial port:       MODE COMm[:] [BAUD=b] [PARITY=p] [DATA=d] [STOP=s]<br/>                                [to=on|off] [xon=on|off] [odsr=on|off]<br/>                                [octs=on|off] [dtr=on|off|hs]<br/>                                [rts=on|off|hs|tg] [idsr=on|off]<br/><br/>Device Status:     MODE [device] [/STATUS]<br/><br/>Redirect printing: MODE LPTn[:]=COMm[:]<br/><br/>Select code page:  MODE CON[:] CP SELECT=yyy<br/><br/>Code page status:  MODE CON[:] CP [/STATUS]<br/><br/>Display mode:      MODE CON[:] [COLS=c] [liNES=n]<br/><br/>Typematic rate:    MODE CON[:] [RATE=r DELAY=d]<br/><br/>C:\&gt;</p></body></html>


Discussion

No Comment Found