ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \executesystemcommand dont work?
@ 2015-02-17 12:21 Akira Kakuto
  2015-02-17 12:58 ` Jaroslav Hajtmar
  0 siblings, 1 reply; 21+ messages in thread
From: Akira Kakuto @ 2015-02-17 12:21 UTC (permalink / raw)
  To: ntg-context

> No file latex.aux.
> (./latex.aux) )
> No pages of output.

OK, as I said previously, c:\windows\system32 does not
exist in your PATH.

In your command prompt
echo "000"
will work, but
cmd /c echo "000"
will not work.

Please test in your command prompt

set PATH=c:\windows\system32;%PATH%
pdflatex --shell-escape latex

It should work perfectly.

After that, repair the PATH variable,
by reading the manual of OS, if you don't understand.

Thanks,
Akira

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-17 12:21 \executesystemcommand dont work? Akira Kakuto
@ 2015-02-17 12:58 ` Jaroslav Hajtmar
  0 siblings, 0 replies; 21+ messages in thread
From: Jaroslav Hajtmar @ 2015-02-17 12:58 UTC (permalink / raw)
  To: ntg-context

Thanx Akira.
I tested path settings, but it seems it is OK (c:\windows\system32 is in 
my PATH)
I am sending full path variable.

PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program 
Files\ImageMagick-6.8.7-Q16;
C:\Program Files (x86)\PC Connectivity 
Solution\;C:\texlive\2014\bin\win32;C:\Pe
rl64\site\bin;C:\Perl64\bin;C:\1da\support\exe;C:\1da\support\batch; 
C:\Ruby\bin
;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem; 
C:\Windows\System32\Wi
ndowsPowerShell\v1.0\;C:\Program Files\Dell\Dell Wireless WLAN 
Card;c:\Program F
iles\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth 
Software\sys
wow64;c:\Program Files (x86)\ATI 
Technologies\ATI.ACE\Core-Static;C:\Program Fil
es (x86)\Common Files\Roxio Shared\DLLShared\;"c:\Program Files 
(x86)\pstoedit";
"C:\Program Files (x86) \gs\gs8.71\bin";"C:\Program Files 
(x86)\ghostgum\gsview"
;"C:\Program Files\Tracker Software\PDF Viewer\";C:\Program Files 
(x86)\Kofax\Im
gCtls\bin; "C:\Program Files (x86)\SumatraPDF\SumatraPDF.exe";C:\Program 
Files (
x86) \PDFtk\bin\;C:\Program Files 
(x86)\Inkscape\;c:\ruby\bin;c:\context\bin; C:
\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program 
Files (x86)
\Common Files\Microsoft Shared\Windows 
Live;C:\texlive\support\exe\sw\wscite;C:\
Program Files\ImageMagick-6.6.4-Q16; C:\1da\support\exe; C:\Windows; 
"C:\Program
  Files (x86)\gs\gs8.71\bin";"C:\Program Files (x86) 
\ghostgum\gsview";C:\Program
  Files (x86)\Windows Live\Shared;"C:\Program Files (x86) 
\Inkscape\Inkscape.exe"


Thanx for support.
Jaroslav Hajtmar



Dne 17.2.2015 v 13:21 Akira Kakuto napsal(a):
>> No file latex.aux.
>> (./latex.aux) )
>> No pages of output.
>
> OK, as I said previously, c:\windows\system32 does not
> exist in your PATH.
>
> In your command prompt
> echo "000"
> will work, but
> cmd /c echo "000"
> will not work.
>
> Please test in your command prompt
>
> set PATH=c:\windows\system32;%PATH%
> pdflatex --shell-escape latex
>
> It should work perfectly.
>
> After that, repair the PATH variable,
> by reading the manual of OS, if you don't understand.
>
> Thanks,
> Akira
>
> ___________________________________________________________________________________ 
>
> If your question is of interest to others as well, please add an entry 
> to the Wiki!
>
> maillist : ntg-context@ntg.nl / 
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-17 11:43     ` Jaroslav Hajtmar
@ 2015-02-17 21:10       ` Ulrike Fischer
  0 siblings, 0 replies; 21+ messages in thread
From: Ulrike Fischer @ 2015-02-17 21:10 UTC (permalink / raw)
  To: ntg-context

Am Tue, 17 Feb 2015 12:43:47 +0100 schrieb Jaroslav Hajtmar:

> Thanx Ulrike for reply.
> I'm sending outputs from Pdflatex and lualatex consoles:
> I do not know what I should receive

You should see 

(./test-utf8.aux)"OOOOOOOOOOOOOOOOOOOOOOOO"

on the command line and 

runsystem(echo "OOOOOOOOOOOOOOOOOOOOOOOO")...executed.

in the log.

So the problem is not in context but in windows.

I'm sure Akira is right: cmd.exe is not in the path. 
-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* \executesystemcommand dont work?
@ 2015-02-17 13:55 Akira Kakuto
  0 siblings, 0 replies; 21+ messages in thread
From: Akira Kakuto @ 2015-02-17 13:55 UTC (permalink / raw)
  To: ntg-context

Dear Jaroslav,

See your PATH carefully. For example I find a space between
C:\1da\support\batch;
and
C:\Ruby\bin;C:\Windows\system32
i.e.,
C:\1da\support\batch; C:\Ruby\bin;C:\Windows\system32

There are many such spaces which should be removed.

I think quotations such as
"C:\Program Files (x86)\ghostgum\gsview"
should be removed like
C:\Program Files (x86)\ghostgum\gsview

Best,
Akira

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* \executesystemcommand dont work?
@ 2015-02-17 13:21 Akira Kakuto
  0 siblings, 0 replies; 21+ messages in thread
From: Akira Kakuto @ 2015-02-17 13:21 UTC (permalink / raw)
  To: ntg-context

Dear Jaroslav,

> I tested path settings, but it seems it is OK
> (c:\windows\system32 is in my PATH)

Sorry for my mistake.
Very difficult problem!!


% latex.tex
\documentclass{article}
\begin{document}
\immediate\write18{echo "OOOOOOOOOOOOOOOOOOOOOOOO"}
\end{document}

should print 

... ...
No file latex.aux.
"OOOOOOOOOOOOOOOOOOOOOOOO"
(./latex.aux) )
No pages of output.
Transcript written on latex.log.

for
pdflatex --shell-escape latex

Best,
Akira

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-17 10:29   ` Ulrike Fischer
@ 2015-02-17 11:43     ` Jaroslav Hajtmar
  2015-02-17 21:10       ` Ulrike Fischer
  0 siblings, 1 reply; 21+ messages in thread
From: Jaroslav Hajtmar @ 2015-02-17 11:43 UTC (permalink / raw)
  To: ntg-context

Thanx Ulrike for reply.
I'm sending outputs from Pdflatex and lualatex consoles:
I do not know what I should receive
Jaroslav Hajtmar



PDFLaTeX output console:
Microsoft Windows [Verze 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Všechna práva vyhrazena.

C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\ddd>pdflatex --shell-escape latex
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/W32TeX) 
(preloaded
  format=pdflatex)
  \write18 enabled.
entering extended mode
(./latex.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 79 languages loaded.
(c:/texlive/2014/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(c:/texlive/2014/texmf-dist/tex/latex/base/size10.clo))
No file latex.aux.
(./latex.aux) )
No pages of output.
Transcript written on latex.log.

C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\ddd>



And LuaLaTeX output console:

C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\ddd>lualatex --shell-escape latex
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 4971)
  \write18 enabled.
(./latex.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 79 languages loaded.
(c:/texlive/2014/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(c:/texlive/2014/texmf-dist/tex/latex/base/size10.clo)) (./latex.aux)
(./latex.aux))
  262 words of node memory still in use:
    2 hlist, 1 vlist, 1 rule, 2 glue, 39 glue_spec, 2 write nodes
    avail lists: 2:12,3:1,6:3,7:1,9:1
No pages of output.
Transcript written on latex.log.

C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\ddd>





Dne 17.2.2015 v 11:29 Ulrike Fischer napsal(a):
> pdflatex --shell-escape

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-17  8:55 ` Jaroslav Hajtmar
@ 2015-02-17 10:29   ` Ulrike Fischer
  2015-02-17 11:43     ` Jaroslav Hajtmar
  0 siblings, 1 reply; 21+ messages in thread
From: Ulrike Fischer @ 2015-02-17 10:29 UTC (permalink / raw)
  To: ntg-context

Am Tue, 17 Feb 2015 09:55:58 +0100 schrieb Jaroslav Hajtmar:

> Thanks to your answers I see that my console output differs from yours. 
> At this moment, however, I do not know what happened to my windows 
> respectively how to correct the mistake. Does anyone know how to fix it? 
> I'm not ConTeXt expert and I'm not Windows expert too.

You said you had a texlive2014 too, so you could try --shell-escape
with latex. This would it make easier to see if the problem is with
windows or with context:

\documentclass{article}
\begin{document}
\immediate\write18{echo "OOOOOOOOOOOOOOOOOOOOOOOO"}
\end{document}

run it with 

pdflatex --shell-escape and/or lualatex --shell-escape



-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* \executesystemcommand dont work?
@ 2015-02-17  9:25 Akira Kakuto
  0 siblings, 0 replies; 21+ messages in thread
From: Akira Kakuto @ 2015-02-17  9:25 UTC (permalink / raw)
  To: ntg-context

Dear Jaroslav,

> Does anyone know how to fix it? 
> I'm not ConTeXt expert and I'm not Windows expert too.

I don't know a reason, but ...

Very rare case:
c:\windows\system32
is erased from your PATH by an accident,
so cmd.exe cannot be found by luatex.

Please check the PATH variable on your system.

Thanks,
Akira

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-17  7:04 Akira Kakuto
@ 2015-02-17  8:55 ` Jaroslav Hajtmar
  2015-02-17 10:29   ` Ulrike Fischer
  0 siblings, 1 reply; 21+ messages in thread
From: Jaroslav Hajtmar @ 2015-02-17  8:55 UTC (permalink / raw)
  To: ntg-context

Thanx Akira for reply.
Thanks to your answers I see that my console output differs from yours. 
At this moment, however, I do not know what happened to my windows 
respectively how to correct the mistake. Does anyone know how to fix it? 
I'm not ConTeXt expert and I'm not Windows expert too.

Thanx Jaroslav Hajtmar


Dne 17.2.2015 v 8:04 Akira Kakuto napsal(a):
> Dear Jaroslav,
>
> Here your lines
>
> fonts           > 'fallback modern-designsize rm 12pt' is loaded
> test            > before calling shell command
> test            > after calling shell command
> close source    > 2 > 3 > 
> C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs...
>
> are like
>
> fonts           > 'fallback modern-designsize rm 12pt' is loaded
> "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"
> close source    > 2 > 3 > 
> C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs...
>
>
> (Windows 7, 32bit and Windows 8.1, 64bit)
> (mtx-context     | current version: 2015.02.03 23:55)
>
> Thanks,
> Akira
>
> ___________________________________________________________________________________ 
>
> If your question is of interest to others as well, please add an entry 
> to the Wiki!
>
> maillist : ntg-context@ntg.nl / 
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* \executesystemcommand dont work?
@ 2015-02-17  7:04 Akira Kakuto
  2015-02-17  8:55 ` Jaroslav Hajtmar
  0 siblings, 1 reply; 21+ messages in thread
From: Akira Kakuto @ 2015-02-17  7:04 UTC (permalink / raw)
  To: ntg-context

Dear Jaroslav,

Here your lines

fonts           > 'fallback modern-designsize rm 12pt' is loaded
test            > before calling shell command
test            > after calling shell command
close source    > 2 > 3 > C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs...

are like

fonts           > 'fallback modern-designsize rm 12pt' is loaded
"OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"
close source    > 2 > 3 > C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs...


(Windows 7, 32bit and Windows 8.1, 64bit)
(mtx-context     | current version: 2015.02.03 23:55)

Thanks,
Akira

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 21:20   ` Jaroslav Hajtmar
  2015-02-16 21:37     ` Hans Hagen
@ 2015-02-17  6:01     ` Pablo Rodriguez
  1 sibling, 0 replies; 21+ messages in thread
From: Pablo Rodriguez @ 2015-02-17  6:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/16/2015 10:20 PM, Jaroslav Hajtmar wrote:
> Thanks to Pablo for testing of functionality.
> Does anyone know whether it could be related to the random last 
> comprehensive update of Win7? I read that Microsoft corrected with 
> problem of  big security hole.
> 
> It is strange that a few days ago I find it all worked very well and 
> after the last update of Windows 7 it not working.
> You can someone please verify this?
> 
> Have you Pablo the latest Microsoft Windows 7 update??

Hi Jaroslav,

I’m on Fedora 20, no Win7 here.

I had a similar problem with geany in WinXP. I couldn’t get
\executesystemcommand running.

I had to switch to Notepad++ because of this.

I still wonder what was wrong with that (although I didn’t investigate
it further).

Just in case it might help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 23:20     ` luigi scarso
@ 2015-02-17  5:54       ` Jaroslav Hajtmar
  0 siblings, 0 replies; 21+ messages in thread
From: Jaroslav Hajtmar @ 2015-02-17  5:54 UTC (permalink / raw)
  To: luigi scarso, mailing list for ConTeXt users

Hi Luigi.
Thanx for reply. I am sending result from output console from your 
example ie:
\starttext
\immediate\write18{echo "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"}
\stoptext

Output is below.
To be honest, I've never done such a thing and did not examine how many 
times ConTeXt runs. I have always relied on the default settings.

Thankx for attempt to solve my problem.
Jaroslav Hajtmar


C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\bbb>context test

mtx-context     | warning: no (local) file './test', proceeding
mtx-context     | run 1: luatex 
--fmt="C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en" 
--jobname="test"
  --lua="C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb
1556f32e/formats/luatex/cont-en.lui" --no-parse-first-line 
--c:currentrun=1 --c:
fulljobname="./test" --c:input="./test" --c:kindofrun=1 --c:maxnofruns=8 
"cont-y
es.mkiv"
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5064)
  \write18 enabled.
open source     > 1 > 1 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv
                 >
ConTeXt  ver: 2015.02.03 23:55 MKIV beta  fmt: 2015.2.16  int: 
english/english >

                 >
system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
close source    > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
close source    > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
close source    > 1 > 3 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: 
C:/context/tex/texmf-cache/luatex-cache/conte
xt/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.011 seconds, 0 scans 
with scanti
me 0.000 seconds, 0 shared scans, 8 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 364 modules (0.224 sec), 76 
tables (0.00
6 sec), 440 chunks (0.230 sec)
mkiv lua stats  > running in nuts mode: yes
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 439 lists of 438
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 6 attribute, 20 
glue_spe
c, 2 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 2 
instances (re
)created, 3 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf 
output)

mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.003 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: 55 direct, 239 indirect, 294 total
mkiv lua stats  > randomizer: resumed with value 0.53962828455458
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, 
objectcompres
slevel 3
mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf, 
lmroman12-regular
.otf
mkiv lua stats  > fonts load time: 0.241 seconds
mkiv lua stats  > used platform: win64, type: windows, binary subtree: 
texmf-win
64
mkiv lua stats  > luatex banner: this is luatex, version beta-0.79.1 
(tex live 2
014/w32tex) (rev 5064)
mkiv lua stats  > control sequences: 40426 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 56 MB (ctx: 
56 MB),
hash type: lua, hash chars: min(64,40), symbol mask: utf (¤ä╬Á¤ç)
mkiv lua stats  > runtime: 0.643 seconds

system          | total runtime: 1.002 seconds
C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\bbb>


and here is log file:

open source     > 1 > 1 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv
                 >
ConTeXt  ver: 2015.02.03 23:55 MKIV beta  fmt: 2015.2.16  int: 
english/english >
                 >
system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv
close source    > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
close source    > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
close source    > 1 > 3 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

system          > structure > start used structure

used structure  > text: test

system          > structure > stop used structure


system          > files > start used files

used file       >    1: filename=cont-yes.mkiv filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv 
usedmethod=database
used file       >    2: filename=publ-imp-apa.lua filetype=lua 
foundname=C:/context/tex/texmf-context/tex/context/base/publ-imp-apa.lua 
usedmethod=database
used file       >    3: filename=cont-new.mkiv filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv 
usedmethod=database
used file       >    4: filename=lang-us.lua filetype=lua 
foundname=C:/context/tex/texmf-context/tex/context/patterns/lang-us.lua 
usedmethod=database
used file       >    5: 
filename=C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRodriguez5\bbb/test 
foundname=C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex 
usedmethod=qualified
used file       >    6: filename=lm.lfg filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/fonts/lm.lfg 
usedmethod=database
used file       >    7: filename=lmroman12-regular filetype=otf 
format=otf 
foundname=C:/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf 
usedmethod=database
used file       >    8: filename=latinmodern-math.otf 
filetype=opentypefonts 
foundname=C:/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf 
usedmethod=database

system          > files > stop used files


system          > options > start commandline options

used option     > currentrun="1"
used option     > fulljobname="./test"
used option     > input="./test"
used option     > kindofrun="1"
used option     > maxnofruns="8"
used option     > no-parse-first-line="true"

system          > options > stop commandline options

system          > options > start commandline files

used file       >    1: ./test

system          > options > stop commandline files


mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: 
C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.011 seconds, 0 scans 
with scantime 0.000 seconds, 0 shared scans, 8 found files, scanned 
paths: <none>
mkiv lua stats  > stored bytecode data: 364 modules (0.224 sec), 76 
tables (0.006 sec), 440 chunks (0.230 sec)
mkiv lua stats  > running in nuts mode: yes
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 439 lists of 438
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 6 attribute, 20 
glue_spec, 2 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 2 
instances (re)created, 3 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf 
output)
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.003 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: 55 direct, 239 indirect, 294 total
mkiv lua stats  > randomizer: resumed with value 0.53962828455458
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, 
objectcompresslevel 3
mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf, 
lmroman12-regular.otf
mkiv lua stats  > fonts load time: 0.241 seconds
mkiv lua stats  > used platform: win64, type: windows, binary subtree: 
texmf-win64
mkiv lua stats  > luatex banner: this is luatex, version beta-0.79.1 
(tex live 2014/w32tex) (rev 5064)
mkiv lua stats  > control sequences: 40426 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 56 MB (ctx: 
56 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ)
mkiv lua stats  > runtime: 0.643 seconds





Dne 17.2.2015 v 0:20 luigi scarso napsal(a):
>
> \starttext
> \immediate\write18{echo "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"}
> \stoptext

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 22:59     ` Aditya Mahajan
@ 2015-02-17  5:47       ` Jaroslav Hajtmar
  0 siblings, 0 replies; 21+ messages in thread
From: Jaroslav Hajtmar @ 2015-02-17  5:47 UTC (permalink / raw)
  To: Aditya Mahajan, mailing list for ConTeXt users

Hi Aditya.
Thanx for reply. I am sending result from output console from your 
example ie:
\starttext
\writestatus{test}{before calling shell command}
\immediate\write18{echo HELP}
\writestatus{test}{after calling shell command}
\stoptext

Output is below.
Regarding the call ConTeXt, I often calls it directly from the editor 
(PsPad) but when frequently repeated compilations, then I type commands 
directly from terminal (command line of windows)

Thankx for attempt to solve my problem.
Jaroslav Hajtmar


C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\bbb>context test

mtx-context     | warning: no (local) file './test', proceeding
mtx-context     | run 1: luatex 
--fmt="C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en" 
--jobname="test"
  --lua="C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb
1556f32e/formats/luatex/cont-en.lui" --no-parse-first-line 
--c:currentrun=1 --c:
fulljobname="./test" --c:input="./test" --c:kindofrun=1 --c:maxnofruns=8 
"cont-y
es.mkiv"
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5064)
  \write18 enabled.
open source     > 1 > 1 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv
                 >
ConTeXt  ver: 2015.02.03 23:55 MKIV beta  fmt: 2015.2.16  int: 
english/english >

                 >
system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
close source    > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
test            > before calling shell command
test            > after calling shell command
close source    > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
close source    > 1 > 3 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: 
C:/context/tex/texmf-cache/luatex-cache/conte
xt/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.012 seconds, 0 scans 
with scanti
me 0.000 seconds, 0 shared scans, 8 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 364 modules (0.231 sec), 76 
tables (0.00
6 sec), 440 chunks (0.237 sec)
mkiv lua stats  > running in nuts mode: yes
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 439 lists of 438
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 6 attribute, 20 
glue_spe
c, 2 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 2 
instances (re
)created, 3 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf 
output)

mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.004 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: 55 direct, 241 indirect, 296 total
mkiv lua stats  > randomizer: resumed with value 0.53962828455458
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, 
objectcompres
slevel 3
mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf, 
lmroman12-regular
.otf
mkiv lua stats  > fonts load time: 0.267 seconds
mkiv lua stats  > used platform: win64, type: windows, binary subtree: 
texmf-win
64
mkiv lua stats  > luatex banner: this is luatex, version beta-0.79.1 
(tex live 2
014/w32tex) (rev 5064)
mkiv lua stats  > control sequences: 40426 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 59 MB (ctx: 
59 MB),
hash type: lua, hash chars: min(64,40), symbol mask: utf (¤ä╬Á¤ç)
mkiv lua stats  > runtime: 0.721 seconds

system          | total runtime: 1.095 seconds
C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\bbb>



And here is log file:


open source     > 1 > 1 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv
                 >
ConTeXt  ver: 2015.02.03 23:55 MKIV beta  fmt: 2015.2.16  int: 
english/english >
                 >
system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv
close source    > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
test            > before calling shell command
test            > after calling shell command
close source    > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
close source    > 1 > 3 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

system          > structure > start used structure

used structure  > text: test

system          > structure > stop used structure


system          > files > start used files

used file       >    1: filename=cont-yes.mkiv filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv 
usedmethod=database
used file       >    2: filename=publ-imp-apa.lua filetype=lua 
foundname=C:/context/tex/texmf-context/tex/context/base/publ-imp-apa.lua 
usedmethod=database
used file       >    3: filename=cont-new.mkiv filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv 
usedmethod=database
used file       >    4: filename=lang-us.lua filetype=lua 
foundname=C:/context/tex/texmf-context/tex/context/patterns/lang-us.lua 
usedmethod=database
used file       >    5: 
filename=C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRodriguez5\bbb/test 
foundname=C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex 
usedmethod=qualified
used file       >    6: filename=lm.lfg filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/fonts/lm.lfg 
usedmethod=database
used file       >    7: filename=lmroman12-regular filetype=otf 
format=otf 
foundname=C:/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf 
usedmethod=database
used file       >    8: filename=latinmodern-math.otf 
filetype=opentypefonts 
foundname=C:/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf 
usedmethod=database

system          > files > stop used files


system          > options > start commandline options

used option     > currentrun="1"
used option     > fulljobname="./test"
used option     > input="./test"
used option     > kindofrun="1"
used option     > maxnofruns="8"
used option     > no-parse-first-line="true"

system          > options > stop commandline options

system          > options > start commandline files

used file       >    1: ./test

system          > options > stop commandline files


mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: 
C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.012 seconds, 0 scans 
with scantime 0.000 seconds, 0 shared scans, 8 found files, scanned 
paths: <none>
mkiv lua stats  > stored bytecode data: 364 modules (0.231 sec), 76 
tables (0.006 sec), 440 chunks (0.237 sec)
mkiv lua stats  > running in nuts mode: yes
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 439 lists of 438
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 6 attribute, 20 
glue_spec, 2 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 2 
instances (re)created, 3 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf 
output)
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.004 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: 55 direct, 241 indirect, 296 total
mkiv lua stats  > randomizer: resumed with value 0.53962828455458
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, 
objectcompresslevel 3
mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf, 
lmroman12-regular.otf
mkiv lua stats  > fonts load time: 0.267 seconds
mkiv lua stats  > used platform: win64, type: windows, binary subtree: 
texmf-win64
mkiv lua stats  > luatex banner: this is luatex, version beta-0.79.1 
(tex live 2014/w32tex) (rev 5064)
mkiv lua stats  > control sequences: 40426 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 59 MB (ctx: 
59 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ)
mkiv lua stats  > runtime: 0.721 seconds




Dne 16.2.2015 v 23:59 Aditya Mahajan napsal(a):
> On Mon, 16 Feb 2015, Jaroslav Hajtmar wrote:
>
>> Thanx Aditya for reply.
>>
>> I compile this ConTeXt file:
>>
>> \starttext
>> \immediate\write18{context --version}
>> \stoptext
>>
>> with last standalone version of ConTeXt (minimals). Below is the 
>> console output and log file.
>
> write18 is enabled on your system; I don't know why the shell command 
> does not work.
>
> Try this instead (I assume that windows comes with the echo command):
>
> \starttext
> \writestatus{test}{before calling shell command}
> \immediate\write18{echo HELP}
> \writestatus{test}{after calling shell command}
> \stoptext
>
> Post only the output of the 2nd run (so that the console output is 
> shown once and not thrice).
>
> How are you running context? (Typing the command from a terminal, or 
> using an IDE?)
>
> Aditya
>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 22:44   ` Jaroslav Hajtmar
  2015-02-16 22:59     ` Aditya Mahajan
@ 2015-02-16 23:20     ` luigi scarso
  2015-02-17  5:54       ` Jaroslav Hajtmar
  1 sibling, 1 reply; 21+ messages in thread
From: luigi scarso @ 2015-02-16 23:20 UTC (permalink / raw)
  To: Jaroslav Hajtmar, mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 359 bytes --]

On Mon, Feb 16, 2015 at 11:44 PM, Jaroslav Hajtmar <hajtmar@gyza.cz> wrote:

> Thanx Aditya for reply.
>
> I compile this ConTeXt file:
>
> \starttext
> \immediate\write18{context --version}
> \stoptext
>
>
\starttext
\immediate\write18{echo "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"}
\stoptext

 works ok here with the latest standalone and win 8.1
-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 875 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 22:44   ` Jaroslav Hajtmar
@ 2015-02-16 22:59     ` Aditya Mahajan
  2015-02-17  5:47       ` Jaroslav Hajtmar
  2015-02-16 23:20     ` luigi scarso
  1 sibling, 1 reply; 21+ messages in thread
From: Aditya Mahajan @ 2015-02-16 22:59 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

On Mon, 16 Feb 2015, Jaroslav Hajtmar wrote:

> Thanx Aditya for reply.
>
> I compile this ConTeXt file:
>
> \starttext
> \immediate\write18{context --version}
> \stoptext
>
> with last standalone version of ConTeXt (minimals). Below is the console 
> output and log file.

write18 is enabled on your system; I don't know why the shell command does 
not work.

Try this instead (I assume that windows comes with the echo command):

\starttext
\writestatus{test}{before calling shell command}
\immediate\write18{echo HELP}
\writestatus{test}{after calling shell command}
\stoptext

Post only the output of the 2nd run (so that the console output is shown 
once and not thrice).

How are you running context? (Typing the command from a terminal, or using 
an IDE?)

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 21:47 ` Aditya Mahajan
@ 2015-02-16 22:44   ` Jaroslav Hajtmar
  2015-02-16 22:59     ` Aditya Mahajan
  2015-02-16 23:20     ` luigi scarso
  0 siblings, 2 replies; 21+ messages in thread
From: Jaroslav Hajtmar @ 2015-02-16 22:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanx Aditya for reply.

I compile this ConTeXt file:

\starttext
\immediate\write18{context --version}
\stoptext

with last standalone version of ConTeXt (minimals). Below is the console 
output and log file.
I do not know whether this can decipher be from a reading. It seems that 
write18 is enabled. I do not know what could have happened and why it 
does not work. Can be a problem in collision TeXlive vs Standalone 
version (paths problem)? I do not know how to fix it. I tried again to 
install the standalone version, but it did not help. I hope that I have 
somehow smashed up Windows because reinstalling windows because of 
dysfunctional ConTeXt me quite a scare...

Thanx Jaroslav Hajtmar


C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\bbb>context test

mtx-context     | warning: no (local) file './test', proceeding
mtx-context     | run 1: luatex 
--fmt="C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en" 
--jobname="test"
  --lua="C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb
1556f32e/formats/luatex/cont-en.lui" --no-parse-first-line 
--c:currentrun=1 --c:
fulljobname="./test" --c:input="./test" --c:kindofrun=1 --c:maxnofruns=8 
"cont-y
es.mkiv"
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5064)
  \write18 enabled.
open source     > 1 > 1 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv
                 >
ConTeXt  ver: 2015.02.03 23:55 MKIV beta  fmt: 2015.2.16  int: 
english/english >

                 >
system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
close source    > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
close source    > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
close source    > 1 > 3 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: 
C:/context/tex/texmf-cache/luatex-cache/conte
xt/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.012 seconds, 0 scans 
with scanti
me 0.000 seconds, 0 shared scans, 8 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 364 modules (0.209 sec), 76 
tables (0.00
5 sec), 440 chunks (0.214 sec)
mkiv lua stats  > running in nuts mode: yes
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 439 lists of 438
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 6 attribute, 20 
glue_spe
c, 2 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 2 
instances (re
)created, 3 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf 
output)

mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.003 seconds saving, 0.000 seconds loading
mkiv lua stats  > callbacks: 55 direct, 239 indirect, 294 total
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, 
objectcompres
slevel 3
mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf, 
lmroman12-regular
.otf
mkiv lua stats  > fonts load time: 0.239 seconds
mkiv lua stats  > used platform: win64, type: windows, binary subtree: 
texmf-win
64
mkiv lua stats  > luatex banner: this is luatex, version beta-0.79.1 
(tex live 2
014/w32tex) (rev 5064)
mkiv lua stats  > control sequences: 40425 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 60 MB (ctx: 
60 MB),
hash type: lua, hash chars: min(64,40), symbol mask: utf (¤ä╬Á¤ç)
mkiv lua stats  > runtime: 0.627 seconds

mtx-context     | run 2: luatex 
--fmt="C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en" 
--jobname="test"
  --lua="C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb
1556f32e/formats/luatex/cont-en.lui" --no-parse-first-line 
--c:currentrun=2 --c:
fulljobname="./test" --c:input="./test" --c:kindofrun=2 --c:maxnofruns=8 
"cont-y
es.mkiv"
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5064)
  \write18 enabled.
open source     > 1 > 1 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv
                 >
ConTeXt  ver: 2015.02.03 23:55 MKIV beta  fmt: 2015.2.16  int: 
english/english >

                 >
system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
close source    > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
close source    > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
close source    > 1 > 3 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: 
C:/context/tex/texmf-cache/luatex-cache/conte
xt/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.012 seconds, 0 scans 
with scanti
me 0.000 seconds, 0 shared scans, 8 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 364 modules (0.201 sec), 76 
tables (0.00
5 sec), 440 chunks (0.206 sec)
mkiv lua stats  > running in nuts mode: yes
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 439 lists of 438
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 6 attribute, 20 
glue_spe
c, 2 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 2 
instances (re
)created, 3 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf 
output)

mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.004 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: 55 direct, 239 indirect, 294 total
mkiv lua stats  > randomizer: initialized with value 0.53962828455458
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, 
objectcompres
slevel 3
mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf, 
lmroman12-regular
.otf
mkiv lua stats  > fonts load time: 0.240 seconds
mkiv lua stats  > used platform: win64, type: windows, binary subtree: 
texmf-win
64
mkiv lua stats  > luatex banner: this is luatex, version beta-0.79.1 
(tex live 2
014/w32tex) (rev 5064)
mkiv lua stats  > control sequences: 40424 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 60 MB (ctx: 
60 MB),
hash type: lua, hash chars: min(64,40), symbol mask: utf (¤ä╬Á¤ç)
mkiv lua stats  > runtime: 0.639 seconds

mtx-context     | run 3: luatex 
--fmt="C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en" 
--jobname="test"
  --lua="C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb
1556f32e/formats/luatex/cont-en.lui" --no-parse-first-line 
--c:currentrun=3 --c:
fulljobname="./test" --c:input="./test" --c:kindofrun=2 --c:maxnofruns=8 
"cont-y
es.mkiv"
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5064)
  \write18 enabled.
open source     > 1 > 1 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv
                 >
ConTeXt  ver: 2015.02.03 23:55 MKIV beta  fmt: 2015.2.16  int: 
english/english >

                 >
system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
close source    > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new
.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
close source    > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancs
v_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
close source    > 1 > 3 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: 
C:/context/tex/texmf-cache/luatex-cache/conte
xt/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.014 seconds, 0 scans 
with scanti
me 0.000 seconds, 0 shared scans, 8 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 364 modules (0.220 sec), 76 
tables (0.00
6 sec), 440 chunks (0.226 sec)
mkiv lua stats  > running in nuts mode: yes
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 439 lists of 438
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 6 attribute, 20 
glue_spe
c, 2 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 2 
instances (re
)created, 3 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf 
output)

mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.003 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: 55 direct, 239 indirect, 294 total
mkiv lua stats  > randomizer: resumed with value 0.53962828455458
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, 
objectcompres
slevel 3
mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf, 
lmroman12-regular
.otf
mkiv lua stats  > fonts load time: 0.250 seconds
mkiv lua stats  > used platform: win64, type: windows, binary subtree: 
texmf-win
64
mkiv lua stats  > luatex banner: this is luatex, version beta-0.79.1 
(tex live 2
014/w32tex) (rev 5064)
mkiv lua stats  > control sequences: 40425 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 60 MB (ctx: 
60 MB),
hash type: lua, hash chars: min(64,40), symbol mask: utf (¤ä╬Á¤ç)
mkiv lua stats  > runtime: 0.656 seconds

system          | total runtime: 3.024 seconds
C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRod
riguez5\bbb>


Here is log file:
open source     > 1 > 1 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv
                 >
ConTeXt  ver: 2015.02.03 23:55 MKIV beta  fmt: 2015.2.16  int: 
english/english >
                 >
system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv
close source    > 2 > 2 > 
C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
close source    > 2 > 3 > 
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex
close source    > 1 > 3 > 
C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

system          > structure > start used structure

used structure  > text: test

system          > structure > stop used structure


system          > files > start used files

used file       >    1: filename=cont-yes.mkiv filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/base/cont-yes.mkiv 
usedmethod=database
used file       >    2: filename=publ-imp-apa.lua filetype=lua 
foundname=C:/context/tex/texmf-context/tex/context/base/publ-imp-apa.lua 
usedmethod=database
used file       >    3: filename=cont-new.mkiv filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv 
usedmethod=database
used file       >    4: filename=lang-us.lua filetype=lua 
foundname=C:/context/tex/texmf-context/tex/context/patterns/lang-us.lua 
usedmethod=database
used file       >    5: 
filename=C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\ScanCSV\t-scancsv_ConTeXt_module\2PabloRodriguez5\bbb/test 
foundname=C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/ScanCSV/t-scancsv_ConTeXt_module/2PabloRodriguez5/bbb/test.tex 
usedmethod=qualified
used file       >    6: filename=lm.lfg filetype=tex 
foundname=C:/context/tex/texmf-context/tex/context/fonts/lm.lfg 
usedmethod=database
used file       >    7: filename=lmroman12-regular filetype=otf 
format=otf 
foundname=C:/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf 
usedmethod=database
used file       >    8: filename=latinmodern-math.otf 
filetype=opentypefonts 
foundname=C:/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf 
usedmethod=database

system          > files > stop used files


system          > options > start commandline options

used option     > currentrun="3"
used option     > fulljobname="./test"
used option     > input="./test"
used option     > kindofrun="2"
used option     > maxnofruns="8"
used option     > no-parse-first-line="true"

system          > options > stop commandline options

system          > options > start commandline files

used file       >    1: ./test

system          > options > stop commandline files


mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: 
C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.014 seconds, 0 scans 
with scantime 0.000 seconds, 0 shared scans, 8 found files, scanned 
paths: <none>
mkiv lua stats  > stored bytecode data: 364 modules (0.220 sec), 76 
tables (0.006 sec), 440 chunks (0.226 sec)
mkiv lua stats  > running in nuts mode: yes
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 439 lists of 438
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 6 attribute, 20 
glue_spec, 2 attribute_list, 2 temp
mkiv lua stats  > node list callback tasks: 6 unique task lists, 2 
instances (re)created, 3 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf 
output)
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.003 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: 55 direct, 239 indirect, 294 total
mkiv lua stats  > randomizer: resumed with value 0.53962828455458
mkiv lua stats  > result saved in file: test.pdf, compresslevel 3, 
objectcompresslevel 3
mkiv lua stats  > loaded fonts: 2 files: latinmodern-math.otf, 
lmroman12-regular.otf
mkiv lua stats  > fonts load time: 0.250 seconds
mkiv lua stats  > used platform: win64, type: windows, binary subtree: 
texmf-win64
mkiv lua stats  > luatex banner: this is luatex, version beta-0.79.1 
(tex live 2014/w32tex) (rev 5064)
mkiv lua stats  > control sequences: 40425 of 65536 + 100000
mkiv lua stats  > lua properties: engine: lua, used memory: 60 MB (ctx: 
60 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ)
mkiv lua stats  > runtime: 0.656 seconds




Dne 16.2.2015 v 22:47 Aditya Mahajan napsal(a):
> On Mon, 16 Feb 2015, Jaroslav Hajtmar wrote:
>
>> Hi ConTeXist.
>> After a long time I tried to recompile ConTeXt file that contained 
>> the \executesystemcommand. It seems to me that this command stopped 
>> working.
>> Can anyone confirm or refute this my perception?
>> I call \executesystemcommand to compiling another ConTeXt file from 
>> running ConTeXt. I use Windows 7 and problem is under TeXlive 2014 
>> version and Standalone version too.
>
> Is write18 enabled? You'll see a message in the 2nd or 3rd line when 
> you run context, telling the status of write18.
>
> What happens if you use
>
> \immediate\write18{context --version}
>
> (Check the console output for an appropriate message)
>
> Aditya
>
>
>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 11:41 Jaroslav Hajtmar
  2015-02-16 20:20 ` Pablo Rodriguez
@ 2015-02-16 21:47 ` Aditya Mahajan
  2015-02-16 22:44   ` Jaroslav Hajtmar
  1 sibling, 1 reply; 21+ messages in thread
From: Aditya Mahajan @ 2015-02-16 21:47 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

On Mon, 16 Feb 2015, Jaroslav Hajtmar wrote:

> Hi ConTeXist.
> After a long time I tried to recompile ConTeXt file that contained the 
> \executesystemcommand. It seems to me that this command stopped working.
> Can anyone confirm or refute this my perception?
> I call \executesystemcommand to compiling another ConTeXt file from 
> running ConTeXt. I use Windows 7 and problem is under TeXlive 2014 
> version and Standalone version too.

Is write18 enabled? You'll see a message in the 2nd or 3rd line when you 
run context, telling the status of write18.

What happens if you use

\immediate\write18{context --version}

(Check the console output for an appropriate message)

Aditya


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 21:20   ` Jaroslav Hajtmar
@ 2015-02-16 21:37     ` Hans Hagen
  2015-02-17  6:01     ` Pablo Rodriguez
  1 sibling, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2015-02-16 21:37 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

On 2/16/2015 10:20 PM, Jaroslav Hajtmar wrote:
> Thanks to Pablo for testing of functionality.
> Does anyone know whether it could be related to the random last
> comprehensive update of Win7? I read that Microsoft corrected with
> problem of  big security hole.
>
> It is strange that a few days ago I find it all worked very well and
> after the last update of Windows 7 it not working.
> You can someone please verify this?
>
> Have you Pablo the latest Microsoft Windows 7 update??

It's hard to imagine that such a system call changes.

I use windows 8 which seems to work ok.

Are you sure that you use no local patches? A while ago all file io and 
system code in mkiv was wrapped in a way that permits sandboxing (that 
was already the case but now it's a bit more flexible and efficient).

Hans

ps. You had issues on your machine before with executing if I remember 
right. Maybe something fundamental>

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 20:20 ` Pablo Rodriguez
@ 2015-02-16 21:20   ` Jaroslav Hajtmar
  2015-02-16 21:37     ` Hans Hagen
  2015-02-17  6:01     ` Pablo Rodriguez
  0 siblings, 2 replies; 21+ messages in thread
From: Jaroslav Hajtmar @ 2015-02-16 21:20 UTC (permalink / raw)
  To: ntg-context

Thanks to Pablo for testing of functionality.
Does anyone know whether it could be related to the random last 
comprehensive update of Win7? I read that Microsoft corrected with 
problem of  big security hole.

It is strange that a few days ago I find it all worked very well and 
after the last update of Windows 7 it not working.
You can someone please verify this?

Have you Pablo the latest Microsoft Windows 7 update??

Thanx
Jaroslav Hajtmar





Dne 16.2.2015 v 21:20 Pablo Rodriguez napsal(a):
> On 02/16/2015 12:41 PM, Jaroslav Hajtmar wrote:
>> Hi ConTeXist.
>> After a long time I tried to recompile ConTeXt file that contained the
>> \executesystemcommand. It seems to me that this command stopped working.
>> Can anyone confirm or refute this my perception?
> Hi Jaroslav,
>
> the sample you sent works fine for me. Both files get compiled.
>
>> I call \executesystemcommand to compiling another ConTeXt file from
>> running ConTeXt. I use Windows 7 and problem is under TeXlive 2014
>> version and Standalone version too.
> I’m using latest beta in Fedora 20.
>
> At work, I use Win7 64 bits and \executesystemcommand works also fine (I
> use it every day).
>
> Sorry, but I’m afraid I don’t have a clue why it doesn’t work in your
> system.
>
>
> Pablo

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: \executesystemcommand dont work?
  2015-02-16 11:41 Jaroslav Hajtmar
@ 2015-02-16 20:20 ` Pablo Rodriguez
  2015-02-16 21:20   ` Jaroslav Hajtmar
  2015-02-16 21:47 ` Aditya Mahajan
  1 sibling, 1 reply; 21+ messages in thread
From: Pablo Rodriguez @ 2015-02-16 20:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/16/2015 12:41 PM, Jaroslav Hajtmar wrote:
> Hi ConTeXist.
> After a long time I tried to recompile ConTeXt file that contained the 
> \executesystemcommand. It seems to me that this command stopped working.
> Can anyone confirm or refute this my perception?

Hi Jaroslav,

the sample you sent works fine for me. Both files get compiled.

> I call \executesystemcommand to compiling another ConTeXt file from 
> running ConTeXt. I use Windows 7 and problem is under TeXlive 2014 
> version and Standalone version too.

I’m using latest beta in Fedora 20.

At work, I use Win7 64 bits and \executesystemcommand works also fine (I
use it every day).

Sorry, but I’m afraid I don’t have a clue why it doesn’t work in your
system.


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

* \executesystemcommand dont work?
@ 2015-02-16 11:41 Jaroslav Hajtmar
  2015-02-16 20:20 ` Pablo Rodriguez
  2015-02-16 21:47 ` Aditya Mahajan
  0 siblings, 2 replies; 21+ messages in thread
From: Jaroslav Hajtmar @ 2015-02-16 11:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi ConTeXist.
After a long time I tried to recompile ConTeXt file that contained the 
\executesystemcommand. It seems to me that this command stopped working.
Can anyone confirm or refute this my perception?
I call \executesystemcommand to compiling another ConTeXt file from 
running ConTeXt. I use Windows 7 and problem is under TeXlive 2014 
version and Standalone version too.

Thanx Jaroslav Hajtmar


Here is my minimal example:
When I compile maintestfile.tex, then I expect, that 
compilebyexecutesystemcommand.pdf is created during compilation of 
maintestfile.tex file.

I have two files.

First is "test.tex" name:

\starttext
\input tufte
\stoptext


And second is file maintestfile.tex:

\starttext
\executesystemcommand{context --result=compilebyexecutesystemcommand.pdf 
test.tex}
\input knuth
\stoptext





___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-02-17 21:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-17 12:21 \executesystemcommand dont work? Akira Kakuto
2015-02-17 12:58 ` Jaroslav Hajtmar
  -- strict thread matches above, loose matches on Subject: below --
2015-02-17 13:55 Akira Kakuto
2015-02-17 13:21 Akira Kakuto
2015-02-17  9:25 Akira Kakuto
2015-02-17  7:04 Akira Kakuto
2015-02-17  8:55 ` Jaroslav Hajtmar
2015-02-17 10:29   ` Ulrike Fischer
2015-02-17 11:43     ` Jaroslav Hajtmar
2015-02-17 21:10       ` Ulrike Fischer
2015-02-16 11:41 Jaroslav Hajtmar
2015-02-16 20:20 ` Pablo Rodriguez
2015-02-16 21:20   ` Jaroslav Hajtmar
2015-02-16 21:37     ` Hans Hagen
2015-02-17  6:01     ` Pablo Rodriguez
2015-02-16 21:47 ` Aditya Mahajan
2015-02-16 22:44   ` Jaroslav Hajtmar
2015-02-16 22:59     ` Aditya Mahajan
2015-02-17  5:47       ` Jaroslav Hajtmar
2015-02-16 23:20     ` luigi scarso
2015-02-17  5:54       ` Jaroslav Hajtmar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).