Re: Launch a windows application from crontab

2014-02-11 Thread bartels
On 02/10/2014 07:13 AM, carl wrote: > I feared it :( What possibilities remain to me with a win7 system? The > background for my problem is a windows application that sometimes > crashes silently (it is still open but doesn't do what it should) and had to > be restarted. A big amount of Voodoo so

Re: Launch a windows application from crontab

2014-02-10 Thread Andrey Repin
Greetings, Andrey Repin! >> What possibilities remain to me with a win7 system? The background for my >> problem is a windows application that sometimes crashes silently (it is >> still open but doesn't do what it should) and had to be restarted. >> A big amount of Voodoo sounds interesting ;-) bu

Re: Launch a windows application from crontab

2014-02-10 Thread Andrey Repin
Greetings, carl! > What possibilities remain to me with a win7 system? The background for my > problem is a windows application that sometimes crashes silently (it is > still open but doesn't do what it should) and had to be restarted. > A big amount of Voodoo sounds interesting ;-) but perhabs I

Re: Launch a windows application from crontab

2014-02-09 Thread carl
Andrey Repin wrote > Greetings, carl! > >> Hi, >> im working with windows 7 and have the same problem if i want to run a >> windows application from cron. >> the problem for me: if i active "Allow service to interact with desktop" >> i >> had to switch to local user and then the cron service does

Re: Launch a windows application from crontab

2014-02-08 Thread Andrey Repin
Greetings, carl! > Hi, > im working with windows 7 and have the same problem if i want to run a > windows application from cron. > the problem for me: if i active "Allow service to interact with desktop" i > had to switch to local user and then the cron service doesn't work anymore. > is there a

Re: Launch a windows application from crontab

2014-02-08 Thread carl
Hi, im working with windows 7 and have the same problem if i want to run a windows application from cron. the problem for me: if i active "Allow service to interact with desktop" i had to switch to local user and then the cron service doesn't work anymore. is there a solution for this problem men

Re: Launch a windows application from crontab

2008-05-23 Thread Larry Hall (Cygwin)
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? Loo