1 Mb limit of dos

  • Thread starter Thread starter shajimaanaadan
  • Start date Start date
S

shajimaanaadan

i have 1.48mb windows based exe program.i have to run it on dos.As the
largest executable program in dos must be 640k .i can i execute this
program on doswitout any problem.
 
i have 1.48mb windows based exe program.i have to run it on dos.As the
largest executable program in dos must be 640k .i can i execute this
program on doswitout any problem.


Try it.
 
i have 1.48mb windows based exe program.i have to run it on dos.As the
largest executable program in dos must be 640k .i can i execute this
program on doswitout any problem.
If it's really Windows based, it won't run on DOS, anyway, so why worry?

If not, it's likely most of the memory it uses is for data, so you can
use things like extended memory (assuming you have the source code).
 
Previously said:
i have 1.48mb windows based exe program.i have to run it on dos.As the
largest executable program in dos must be 640k .i can i execute this
program on doswitout any problem.

DOS and Windows have differetn APIs. You cannot run a windows
program under DOS.

Arno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top