GizMo79 29.09.2020, 22:21 |
DOS prompt from external programm (Developers) |
I have created my own text editor from which I can program and compile programs, I have inserted a function to start a DOS prompt leaving the editor in the background, I get this with the system function ("c:\command.com"); but this uses a lot of memory because I have 2 "command.com" active in addition to the editor, is it possible to jump to the command.com already loaded in memory without loading another one? |
tom Germany (West), 30.09.2020, 17:16 @ GizMo79 |
DOS prompt from external programm |
> I have created my own text editor from which I can program and compile |
tom Germany (West), 30.09.2020, 17:23 @ tom |
DOS prompt from external programm |
> > I have created my own text editor from which I can program and compile |
tkchia 30.09.2020, 18:19 @ GizMo79 |
DOS prompt from external programm |
Hello GizMo79, --- |
Rugxulo Usono, 01.10.2020, 00:44 @ tkchia |
DOS prompt from external programm |
The main use of COMMAND.COM specifically is batch (.BAT) files. So, if you don't need that compatibility, you can use any shell. |
tkchia 01.10.2020, 18:20 @ Rugxulo |
DOS prompt from external programm |
Hello Rugxulo, --- |
GizMo79 04.10.2020, 12:10 @ Rugxulo |
DOS prompt from external programm |
> The main use of COMMAND.COM specifically is batch (.BAT) files. So, if you |
Rugxulo Usono, 09.10.2020, 07:15 @ GizMo79 |
DOS prompt from external programm |
> > I already mentioned 0.82pl3 + KSSF/VSPAWN (e.g. BARE_DOS) |
GizMo79 04.10.2020, 12:16 @ Rugxulo |
DOS prompt from external programm |
> EMS, but maybe try TSR EMS Magic (uses |
DosWorld 10.10.2020, 13:17 (edited by DosWorld, 10.10.2020, 13:35) @ GizMo79 |
DOS prompt from external programmg |
> is it possible to jump to --- |