From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: shul Newsgroups: gmane.emacs.help Subject: Re: running perl script in eshell on windows permission denied Date: Thu, 6 Nov 2008 14:33:57 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <1226006279.281771@arno.fh-trier.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226013673 31344 80.91.229.12 (6 Nov 2008 23:21:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2008 23:21:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 07 00:22:15 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 1KyEB3-0001b7-Qk for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Nov 2008 00:22:14 +0100 Original-Received: from localhost ([127.0.0.1]:49485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyE9w-00072P-Bc for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Nov 2008 18:21:04 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!w39g2000prb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: 69.86.207.13 Original-X-Trace: posting.google.com 1226010837 6148 127.0.0.1 (6 Nov 2008 22:33:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 6 Nov 2008 22:33:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w39g2000prb.googlegroups.com; posting-host=69.86.207.13; posting-account=Kk7l3woAAAALarKyIL2JKetGrsugPGSb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092816 Iceweasel/3.0.3 (Debian-3.0.3-3),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:164197 X-Mailman-Approved-At: Thu, 06 Nov 2008 18:19:47 -0500 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:59534 Archived-At: Andreas Politz wrote: > > 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. Yes! perl me.pl works, which solves the real problem! however i am still curious why the eshell environment creates a 'execute protection' that does not exist in the native windows environment in the cmd.exe shell. after all me.pl runs in the cmd.exe shell and under M^X shell I guess it may be a carryover secondary to the universality of eshell, but it seems strange, since there seems to be no chmod command here.. thanks. Also, I cannot install the cygwin environment. I actually am not even allowed to install emacs :). shul