bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Request Position Database


From: Joern Thyssen
Subject: Re: [Bug-gnubg] Request Position Database
Date: Thu, 23 Jan 2003 10:50:14 +0000
User-agent: Mutt/1.4i

On Thu, Jan 23, 2003 at 08:48:05AM +0100, Øystein O Johansen wrote
> 
> 
> inside the "Edit -> Enter command..." window. How difficult can it be to
> support shell escapes on Win32? 

The current unix code is:

fork
if parent
  wait until child has died
else if child
   execl /bin/sh (or $SHELL)

IIRC we don't have fork on windows. 

Perhaps something like:

system ("command.com" )

will work for windows. (although the GUI will not be updated until the
command shell is finished).

Jørn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]