home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- Path: sparky!uunet!microsoft!hexnut!jonka
- From: jonka@microsoft.com (Jonathan Kagle)
- Subject: Re: MSC700 PWB resize exiting VX_server
- Message-ID: <1993Jan26.191626.29791@microsoft.com>
- Date: 26 Jan 93 19:16:26 GMT
- Organization: Microsoft Corporation
- References: <1993Jan26.074859.1@eig.unige.ch>
- Lines: 20
-
- In article <1993Jan26.074859.1@eig.unige.ch> knispel@eig.unige.ch writes:
- >I am in trouble with Microsoft's C700 VX_server. I run PBW in a Windowed
- >DOS session, and if I call either the debugger or the Run command for a
- >Windows application (through VX_server), it restores me always PWB in
- >DOS full screen mode.
-
- WXServer defaults to returning to a full-screen DOS session. To make it return
- to a windowed DOS session, use the /W command-line option.
-
- For example:
-
- WX /W MYPROG
-
- will run MYPROG and will return to a windowed DOS prompt upon completion.
-
- Hope this helps,
-
- -Jonathan
-
-
-