leecher1337 / ntvdmx64

Run Microsoft Windows NTVDM (DOS) on 64bit Editions
808 stars 81 forks source link

Suggestion to enhance max. length AND max. range #97

Open peter8777555 opened 4 years ago

peter8777555 commented 4 years ago

The "prompt" command with 511 chars maximum length. Can you enhance maximum length to 4095 chars ?

Please run TestOK.bat and TestNG.bat sample.

By the way,

C:>set/a 2147483647+1 -2147483648

If not too much work to do(EASY to do),can you enhance from INT to INT64 ?

Int= -2147483648(80000000) To 2147483647(7FFFFFFF) LongInt= -2147483648(80000000) To 2147483647(7FFFFFFF) Int64= -9223372036854775808(8000000000000000) To 9223372036854775807(7FFFFFFFFFFFFFFF)

Thank you.

TEST.zip