From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Politz Newsgroups: gmane.emacs.help Subject: Re: running perl script in eshell on windows permission denied Date: Thu, 06 Nov 2008 22:16:48 +0100 Organization: FH-Trier Message-ID: <1226006279.281771@arno.fh-trier.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226007647 2699 80.91.229.12 (6 Nov 2008 21:40:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2008 21:40:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 06 22:41:50 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KyCbt-0001Cw-2T for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Nov 2008 22:41:49 +0100 Original-Received: from localhost ([127.0.0.1]:40064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyCal-0001I4-R8 for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Nov 2008 16:40:39 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!feeder.erje.net!news2.arglkargh.de!news.n-ix.net!news.belwue.de!news-stu1.dfn.de!news.uni-kl.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 143-93-54-11.arno.fh-trier.de Original-X-Trace: news.uni-kl.de 1226006310 10700 143.93.54.11 (6 Nov 2008 21:18:30 GMT) Original-X-Complaints-To: usenet@news.uni-kl.de Original-NNTP-Posting-Date: Thu, 6 Nov 2008 21:18:30 +0000 (UTC) User-Agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018) In-Reply-To: Cache-Post-Path: arno.fh-trier.de!unknown@dslb-084-059-204-095.pools.arcor-ip.net X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Original-Xref: news.stanford.edu gnu.emacs.help:164191 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59524 Archived-At: shul wrote: > Hi, > I installed emacs on a windows machine that I am forced to use. > However when I try to execute a perl script that I am editing while in > the eshell > I get error message > > ./me.pl: Permission Denied > > now i notice that > ls -l me.pl > leaves me with > -rw-rw-rw 1 iis 5 810 Oct 17 11:25 me.pl > > of course I can execute it in the M^X shell environment. > > I tried chmod 777 me.pl > but it says > chmod: command not found > > OK. So what can I do to execute some perl scripts from eshell? > I like eshell. It is so unix like... > Thanks > Mitchell The least you could try is $ perl me.pl ,but I guess there has to be a win32 equivalent to the unix chmod command. But I don't know such things. -ap