X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <17469301.post@talk.nabble.com> Date: Mon, 26 May 2008 03:22:02 -0700 (PDT) From: Ciro To: cygwin AT cygwin DOT com Subject: Re: Launch a windows application from crontab In-Reply-To: <4836F9C5.10603@cygwin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ciro DOT vilchez AT gft DOT com References: <17422628 DOT post AT talk DOT nabble DOT com> <4836F9C5 DOT 10603 AT cygwin DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Larry Hall (Cygwin) wrote: > > 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/ > > > Hi Larry, It works fine now, thanks very much for your answer! -- View this message in context: http://www.nabble.com/Launch-a-windows-application-from-crontab-tp17422628p17469301.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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/