ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Peter Rolf <indiego@gmx.net>
Subject: Re: automating initialization
Date: Thu, 17 Mar 2005 16:10:41 +0100	[thread overview]
Message-ID: <42399DF1.4080609@gmx.net> (raw)
In-Reply-To: <42394065@webmail.colostate.edu>

Hello Indris,

ishamid wrote:

>Dear gang,
>
>How do I automate initialization of the separate context tree (from 
>mswintex.zip)? A simple batch file such as
>
>========================================
>setuptex c:\context
>texexec foo
>========================================
>
>  
>
If you are using XP, you must use the "call" command in front of both lines.
If you call a batch file from a batch file simply us call. So in your case

call setuptex c:\context
call texecex foo

enter "help call" to get more information

>does not work; the batch file always turns itself off before texexec can be 
>invoked. Can I make the initialization global so that all batch files (such as 
>those called by WinEDT) will work properly? I added c:\context to the path but 
>that is not enough.
>
>BTW: Can initialization be turned off as well?
>
>  
>
You have to unset or restore(!) the environment variables (TEXMF,...).
...and the same for the set command: "help set"
There are similar commands for the other Window versions (can't remember).

Greetings,

    Peter

  parent reply	other threads:[~2005-03-17 15:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-17  3:50 ishamid
2005-03-17  9:40 ` Hans Hagen
2005-03-17 15:10 ` Peter Rolf [this message]
2005-03-17 15:26 ishamid
2005-03-17 16:22 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42399DF1.4080609@gmx.net \
    --to=indiego@gmx.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).