Re: Bind features
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jul 01, 1999
- 665 views
J. Yazel you wrote: >> A .COM file will also run anywhere. If you change the boot parameters, >> DOS will then load programs at a different place in memory but the .COM >> program will still run without re-compiling. There is no way that I know of changing boot parameters in DOS. Command.com will always load a COM file at 100H. If you wish to load it at a different location you have to load the program using the EXEC DOS function. Then run it from the parent program that loaded it. Bernie