home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / tools / 2251 < prev    next >
Encoding:
Text File  |  1993-01-28  |  958 b   |  31 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!microsoft!hexnut!jonka
  3. From: jonka@microsoft.com (Jonathan Kagle)
  4. Subject: Re: MSC700 PWB resize exiting VX_server
  5. Message-ID: <1993Jan26.191626.29791@microsoft.com>
  6. Date: 26 Jan 93 19:16:26 GMT
  7. Organization: Microsoft Corporation
  8. References: <1993Jan26.074859.1@eig.unige.ch>
  9. Lines: 20
  10.  
  11. In article <1993Jan26.074859.1@eig.unige.ch> knispel@eig.unige.ch writes:
  12. >I am in trouble with Microsoft's C700 VX_server. I run PBW in a Windowed
  13. >DOS session, and if I call either the debugger or the Run command for a
  14. >Windows application (through VX_server), it restores me always PWB in
  15. >DOS full screen mode.
  16.  
  17. WXServer defaults to returning to a full-screen DOS session. To make it return
  18. to a windowed DOS session, use the /W command-line option.
  19.  
  20. For example:
  21.  
  22.   WX /W MYPROG 
  23.  
  24. will run MYPROG and will return to a windowed DOS prompt upon completion.
  25.  
  26.      Hope this helps,
  27.  
  28.        -Jonathan
  29.  
  30.  
  31.