X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <4836F9C5.10603@cygwin.com> Date: Fri, 23 May 2008 13:07:17 -0400 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070505 Remi/2.0.0.0-3.fc4.remi Lightning/0.8 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Launch a windows application from crontab References: <17422628 DOT post AT talk DOT nabble DOT com> In-Reply-To: <17422628.post@talk.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Ciro wrote: > Hi all, > > I've created a script, wich ends with the following line: > > notepad /test.txt > > I've run the script and it works fine, the notepad opens the file and waits > for me to close the window to exit. But when I run it from cron it doesn't > work, can someone give me a hand on this? Looking at '/var/log/cron.log' and the event log can be helpful in these situations. You should check the following: 1. Does the environment that 'cron' runs in have '/windows/system32' in it? Probably it does but it's always good practice to fully-qualify utilities used by services rather than assuming things will be set up in the environment the way you need them. 2. Services don't have access to the desktop by default. You have to ask for it. On OS < Vista, you can specify '-i' to cygrunsrv when it installs 'cron' (with '/usr/bin/cron-config') or you can go to the "Services" applet under the "Adminstative Tools" in the "Control Panel" to find the "Cron daemon" and change this. Double-click on it and go to the "Log On" tab. Check "Allow service to interact with desktop". On Vista and above, complain to MS. ;-) (2) is the likely resolution to your problem. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/