LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to write crontab for cpp program so that it accepts input interactively (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-write-crontab-for-cpp-program-so-that-it-accepts-input-interactively-676467/)

srinivas445 10-15-2008 06:22 AM

how to write crontab for cpp program so that it accepts input interactively
 
how to schedule a cpp program using crontab so that it runs automatically at the scheduled time and prompts the user for input.....

unSpawn 10-15-2008 01:09 PM

Applications run from crontab commonly don't (or shouldn't) require user input. The easiest example to work around this requires X11, exporting the display envvar and spawning something from say the dialog family.


All times are GMT -5. The time now is 04:38 AM.