CreateProcess_jtask_
3 : 0
'' CreateProcess y
:
'ow ir'=. 2{.x,0
si=. szero STARTUPINFO
si=. (sint #STARTUPINFO) 'Cbyt' sset STARTUPINFO si
f=. inh=. 0
if. +/ir,ow do.
  inh=. 1
  f=. CREATE_NEW_CONSOLE
  si=. (sint STARTF_USESTDHANDLES+STARTF_USESHOWWINDOW) 'Flag' sset STARTUPINFO 
si
  if. ow do.
    si=. (sptr ow) Outh sset STARTUPINFO si
    si=. (sptr ow) Errh sset STARTUPINFO si
  end.
  if. ir do. si=. (sptr ir) Inph sset STARTUPINFO si end.
end.
pi=. szero PROCESSINFO
'r pi'=. 0 _1{ CreateProcessF 0;(uucp y);0;0;inh; f;0;0;si;pi
if. 0=r do. 0 return. end.
ph=. ptr Proh sget PROCESSINFO pi
th=. ptr Thrh sget PROCESSINFO pi
CloseHandle th
ph
)
   JVERSION
Engine: j807/j64/windows
Beta-d: commercial/2018-04-19T10:22:29
Library: 8.07.13
Platform: Win 64
Installer: J807 install
InstallPath: c:/users/dm/downloads/j/j64-807
Contact: www.jsoftware.com

On 4/22/2018 18:22, bill lam wrote:
what is the content of CreateProcess_jtask_ that you got?


On Mon, Apr 23, 2018, 6:11 AM David Mitchell <[email protected]> wrote:

I tried to update beta-d.  It did not find an update for the base library.

    JVERSION
Engine: j807/j64/windows
Beta-d: commercial/2018-04-19T10:22:29
Library: 8.07.13
Platform: Win 64
Installer: J807 install
InstallPath: c:/users/dm/downloads/j/j64-807
Contact: www.jsoftware.com
Updating server catalog...

base library    8.7.13  8.7.13  base library scripts

David

On 4/22/2018 17:58, Eric Iverson wrote:
Re; beta-d spawn_jtask_ bug:

The base library has been updated with a newer version of task.ijs.
Please
update and try your example again.

On Sun, Apr 22, 2018 at 9:09 AM, David Mitchell <[email protected]>
wrote:

I ran into this problem with beta-d:

     z=.spawn_jtask_ 'exiftool -overwrite_original_in_place -all=
"',q,'"'
     z
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

beta-c:

     z=.spawn_jtask_ 'exiftool -overwrite_original_in_place -all=
"',q,'"'
     z
      1 directories scanned
     21 image files updated

The tool ran correctly in beta-d and updated the 21 files.  The problem
was with the returned result.


On 4/19/2018 13:42, Eric Iverson wrote:

807 beta-d zip install packages for windows/linux/macos are available.

This release starts to show some of the performance improvements made
possible by the foundation laid in previous beta releases.

See: http://code.jsoftware.com/wiki/System/ReleaseNotes/J807
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to