From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14410 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: extensie pl Date: Sat, 03 Jan 2004 23:05:21 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040103230236.01e71ec0@localhost> References: <20031230102149.56358.qmail@web21103.mail.yahoo.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1073249745 10608 80.91.224.253 (4 Jan 2004 20:55:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 20:55:45 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Jan 04 21:55:43 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdFHi-0007uH-00 for ; Sun, 04 Jan 2004 21:55:42 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1A96610B3F; Sun, 4 Jan 2004 21:55:15 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 5554F10B3C for ; Sun, 4 Jan 2004 21:53:01 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i04KrGp07599 for ; Sun, 4 Jan 2004 21:53:16 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id B7AC82E94D; Sun, 4 Jan 2004 21:53:24 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id 20BEA17B19 for ; Sun, 4 Jan 2004 20:53:22 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <20031230102149.56358.qmail@web21103.mail.yahoo.com> Original-References: <20031230102149.56358.qmail@web21103.mail.yahoo.com> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14410 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14410 At 11:21 30/12/2003, you wrote: >Als ik aan de dos-prompt typ: texexec voorbeeld dan krijg ik de >foutmelding "texexec wordt niet herkend als een interne of externe >opdracht, programma of batchbestand" met texexec.pl voorbeeld lukt het wel. >Ik ben overigens een absolute beginner in context. Ik vind op het net >echter nergens een echte beginnershandleiding die alles van naaldje tot >draadje uitlegt. Het lijkt een wereldje waar je zelf alles moet uitzoeken. >Is dit zo? you can download fptex or tex live which has everything up and running for you if you're on xp (or 2000) you can do things like: FTYPE PerlScript=d:\perl\bin\perl.exe %%1 %%* ASSOC .pl=PerlScript SET PATHEXT=.pl;%PATHEXT% or use the file type menu to associate the pl extension to perl scripts Hans