Thread overview
Re: How to execute DOS program in separate VDM with win32 (under Win98)?
Nov 19, 2001
Nic Tiger
Nov 20, 2001
Walter
Nov 20, 2001
Nic Tiger
November 19, 2001
Hi!

I need your assistance. I want to execute DOS program from my win32 console app and I want it to be executed in separate DOS machine. The default behavior is to place program into the same DOS machine.

I need the separate DOS machine because my win32 app is executed from some DPMI app and is intended to execute another DPMI app, but these applications are not compatible and Windows restricts their executing in the single DOS session.

May be I'm going in the wrong way?

Any suggestions appreciated.

            Looking forward for an answer
                            Nic Tiger.


November 20, 2001
I don't know how to cause a program to be remotely executed over a network. I'm not even sure how possible it is, because that would be a major security hole! -Walter

"Nic Tiger" <nictiger@pt.comcor.ru> wrote in message news:9tc64s$2fut$1@digitaldaemon.com...
> Hi!
>
> I need your assistance. I want to execute DOS program from my win32
console
> app and I want it to be executed in separate DOS machine. The default behavior is to place program into the same DOS machine.
>
> I need the separate DOS machine because my win32 app is executed from some DPMI app and is intended to execute another DPMI app, but these
applications
> are not compatible and Windows restricts their executing in the single DOS session.
>
> May be I'm going in the wrong way?
>
> Any suggestions appreciated.
>
>             Looking forward for an answer
>                             Nic Tiger.
>
>


November 20, 2001
You see, I meant not remote computer but another virtual DOS machine. I want
something like as execution of 2 Norton Commanders from Desktop, rather than
executing one NC from the other.
May be now I explained my problem clearly?

Regards,
Nic Tiger

----- Original Message -----
From: "Walter" <walter@digitalmars.com>
Newsgroups: c++.windows.32-bits
Sent: Tuesday, November 20, 2001 6:04 AM
Subject: Re: How to execute DOS program in separate VDM with win32 (under
Win98)?


> I don't know how to cause a program to be remotely executed over a
network.
> I'm not even sure how possible it is, because that would be a major
security
> hole! -Walter
>
> "Nic Tiger" <nictiger@pt.comcor.ru> wrote in message news:9tc64s$2fut$1@digitaldaemon.com...
> > Hi!
> >
> > I need your assistance. I want to execute DOS program from my win32
> console
> > app and I want it to be executed in separate DOS machine. The default behavior is to place program into the same DOS machine.
> >
> > I need the separate DOS machine because my win32 app is executed from
some
> > DPMI app and is intended to execute another DPMI app, but these
> applications
> > are not compatible and Windows restricts their executing in the single
DOS
> > session.
> >
> > May be I'm going in the wrong way?
> >
> > Any suggestions appreciated.
> >
> >             Looking forward for an answer
> >                             Nic Tiger.
> >
> >
>
>