Hello!

 

Since yesterday I cant compile my files.

 

Example

 

I have writen:

 

\define[3]\ChapterListCommand

  {\starttabulate

   \NC Number \NC #1 \NC\NR

   \NC Title  \NC #2 \NC\NR

   \NC Page   \NC #3 \NC\NR

   \TB[medium]

   \NC File   \NC \structurelistuservariable{file} \NC\NR

   \stoptabulate}

 

\setuplist[chapter][alternative=command,command=\ChapterListCommand]

 

\define[2]\ChapterHeadCommand

  {\startframed[align=flushleft,strut=no]

     \starttabulate[before=,after=]

     \NC Number \NC #1 \NC\NR

     \NC Title  \NC #2 \NC\NR

     \TB[medium]

     \NC File   \NC \structureuservariable{file} \NC\NR

     \stoptabulate

   \stopframed}

 

\setuphead[chapter][command=\ChapterHeadCommand]

 

\starttext

 

\completecontent

 

\startchapter[title=Knuth example][file=knuth.tex]

\input knuth

\stopchapter

 

\startchapter[title=Zapf example][file=zapf.tex]

\input zapf

\stopchapter

 

\stoptext\define[3]\ChapterListCommand

  {\starttabulate

   \NC Number \NC #1 \NC\NR

   \NC Title  \NC #2 \NC\NR

   \NC Page   \NC #3 \NC\NR

   \TB[medium]

   \NC File   \NC \structurelistuservariable{file} \NC\NR

   \stoptabulate}

 

\setuplist[chapter][alternative=command,command=\ChapterListCommand]

 

\define[2]\ChapterHeadCommand

  {\startframed[align=flushleft,strut=no]

     \starttabulate[before=,after=]

     \NC Number \NC #1 \NC\NR

     \NC Title  \NC #2 \NC\NR

     \TB[medium]

     \NC File   \NC \structureuservariable{file} \NC\NR

     \stoptabulate

   \stopframed}

 

\setuphead[chapter][command=\ChapterHeadCommand]

 

\starttext

 

\completecontent

 

\startchapter[title=Knuth example][file=knuth.tex]

\input knuth

\stopchapter

 

\startchapter[title=Zapf example][file=zapf.tex]

\input zapf

\stopchapter

 

\stoptext

 

Then i get the following code

 

Command Line:   context.exe --synctex=-1 "short.tex"

Startup Folder: D:\My Documents

 

 

Error Launching Console Application ConTeXt ...

Command Line:   context.exe --synctex=-1 "short.tex"

Startup Folder: D:\My Documents

 

Das System kann die angegebene Datei nicht finden.

 

Whats wrong here? ConTeXt standalone is installed.

Uschi