From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22374 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: Start of application within a context document Date: Thu, 8 Sep 2005 20:57:44 +0200 Message-ID: <6faad9f0050908115716476059@mail.gmail.com> References: <431FF4AE.4020608@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1126205965 11160 80.91.229.2 (8 Sep 2005 18:59:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Sep 2005 18:59:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 08 20:59:21 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EDRao-000572-Fu for gctc-ntg-context-518@m.gmane.org; Thu, 08 Sep 2005 20:57:50 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 48986127FA; Thu, 8 Sep 2005 20:57:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22399-07-3; Thu, 8 Sep 2005 20:57:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A511D127E2; Thu, 8 Sep 2005 20:57:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 36A53127E2 for ; Thu, 8 Sep 2005 20:57:46 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22399-07-2 for ; Thu, 8 Sep 2005 20:57:45 +0200 (CEST) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.206]) by ronja.ntg.nl (Postfix) with ESMTP id 61191127CF for ; Thu, 8 Sep 2005 20:57:45 +0200 (CEST) Original-Received: by nproxy.gmail.com with SMTP id n15so621683nfc for ; Thu, 08 Sep 2005 11:57:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D/7+pShEqu57siIybriSg0A5dtqSZrRtwKL8VW9HH1U8mjQ7nPA6qyKvYi3cw1r/FhbEo8nPShnOd2AALFtg6czcdUKgosUsCJMhJRy4f8VuvLdfhzvgA5/HPFLJacjVuCQPsYwkIJoM+HtUhqgMFmp/Rb2G3Z2wGttRE5gEH3A= Original-Received: by 10.49.5.18 with SMTP id h18mr449102nfi; Thu, 08 Sep 2005 11:57:44 -0700 (PDT) Original-Received: by 10.48.247.14 with HTTP; Thu, 8 Sep 2005 11:57:44 -0700 (PDT) Original-To: mailing list for ConTeXt users In-Reply-To: <431FF4AE.4020608@wxs.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22374 Archived-At: Hans Hagen wrote: > \goto{whatever}[program(somename.cmd)] Great! But how can I pass parameters? \goto{http://contextgarden.net}[program(C:\\windows\\system32\\shutdown.exe= )] only prints a help message (pretty unuseful) and \goto{http://contextgarden.net}[program(C:\\windows\\system32\\shutdown.exe= -s)] says that the file wasn't found. (the rest works as expected, esp. once you check the box "do not show this warning again") Mojca