0
私はメモ帳をCygwinのcronで起動させたいと思っています。私はcronからスクリプトを実行できるので、cronが動作していることがわかります。しかし、私がメモ帳を起動したいときは、フォアグラウンドでプログラムを起動しません。私は成功を収めずにさまざまな方法でcrontabで起動しようとしました。ここでcroneventsです:任意の助けをいただければ幸いです起動メモ帳Cygwinのcronで
$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.KhwbuL8Q3t installed on Thu Feb 9 08:56:32 2012)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
#My Crontab file
*/1 * * * * notepad
:
CMD (C:\windows\notepad.exe)
CMD (notepad.exe &)
CMD (C:\cygwin\bin\bash.exe -l -c "C:\windows\notepad.exe &")
CMD (C:\cygwin\bin\bash.exe -l -c "C:\windows\notepad.exe")
CMD (C:\cygwin\bin\bash.exe -l -c "C:\windows\notepad.exe" &)
CMD (C:\cygwin\bin\bash.exe -l -c notepad &)
CMD (C:\cygwin\bin\bash.exe -l -c C:\windows\notepad.exe &)
CMD (notepad &^I)
CMD (notepad)
ここで、現在のcrontab -lのように見えるかもしれないものです。
ありがとう、
は、なぜあなたはcronでメモ帳を起動したいですか? –