cron for windows, process is OK, but application is not opening


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting cron for windows, process is OK, but application is not opening
# 1  
Old 09-16-2009
cron for windows, application is not opening

Dear All,

I need a help.

i have an mapped drive application. I want to start this application using cron. I have downloaded cron setup from the below link:

www.kalab.com/freeware/cron/cron.htm

And it crontab file works fine.

But if i want to start an application. Then process is getting executed and it is running. But the actual graphic application is not appearing.


In crontab file i have used, the below line to execute the application every minute.
* * * * * c:\conve.exe


Only process is getting executed, but application is not opening...

Guide me,
Vasanth

---------- Post updated at 07:16 AM ---------- Previous update was at 07:03 AM ----------

anybody there to help me..

---------- Post updated at 07:24 AM ---------- Previous update was at 07:16 AM ----------

How to execute an aaplication from crontab

Last edited by vasanth.vadalur; 09-16-2009 at 12:15 PM.. Reason: instatnt reply required
# 2  
Old 09-16-2009
This is a unix shell programming board. Your "cron" application is a piece of shareware being used to run an unspecified program on an unspecified version of Windows.

I would try the software author.

One comment though: unix cron is designed to run applications which require no physical terminal. Have you tried Windows Scheduled Tasks?
# 3  
Old 09-16-2009
Thanks. Windows schedule program is working fine.

But, my requirement is

I need to check one folder 1 minute once, and then give instant message/pop-up if new files arrived as new files reached.

What to do...

Thanks
Vasanth
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

GZ file not opening in windows

I am zipping a file in unix and then sending it to windows. buyt when i try to open it with 7zip software. it throws an error FILE IS BROKEN (3 Replies)
Discussion started by: rafa_fed2
3 Replies

2. UNIX for Dummies Questions & Answers

startX windows application during boot.....putty connection takes the windows

Dear all i am new to linux/debian i run my application on the computer...during startup in bashrc i wrk wid dis script to invoke startx..i do this above command and it works perfectly... if && ; then startx -- -br 1>/dev/null exit 0 fi i use winscp for file transfer and putty for... (1 Reply)
Discussion started by: venkat_330
1 Replies

3. Windows & DOS: Issues & Discussions

bat file opening multiple IE windows

I'm trying to open multiple IE windows and enter the same text and press <enter> on each. Here's an example with what I have so far. REM Open @echo on start http://10.1.1.1 ping 1.1.1.1 -n 5 -w 1000 >nul @echo password start http://10.1.1.2 ping 1.1.1.1 -n 5 -w 1000 >nul @echo password... (2 Replies)
Discussion started by: Pitt
2 Replies

4. UNIX for Dummies Questions & Answers

Problem in opening UNIX file in Windows

Hi , I am having file in unix with size (386796649) , below is the output of ls command in UNIX. I have ftp'ed the file to my windows machine . When i tried to open the file it is not opening . Why it is so . Is there is size limit. -rw-rw-rw- 1 p10 pQQ 98473 Sep 17 17:20... (4 Replies)
Discussion started by: arunkumar_mca
4 Replies

5. UNIX for Dummies Questions & Answers

Opening a Unix File in Windows.

Hi folks, I have a file in unix box as abc.xls and i have a file in windows box as abc_win.xls. Now if i open the file abc_win.xls which is in windows, i have to get the datas of the file abc.xls which is in unix. Everytime i opens the abc_win.xls file, the updated datas of file abc.xls... (6 Replies)
Discussion started by: a439511
6 Replies

6. UNIX for Dummies Questions & Answers

Opening an mp3 with a different application

I would like to know how to open an mp3 with an application other than it's default app. For instance, instead of opening with iTunes, I would like it to open with quicktime. Any help would be appreciated. Thanks!! (1 Reply)
Discussion started by: emperorfabulous
1 Replies

7. OS X (Apple)

How do I choose the application when opening a file in UNIX?

If I have a file in OSX (e.g. a pdf), I can choose how to open it i.e. with the "open with..." command from the 'right click menu'. Sometimes a pdf is garbled in OSX Preview so I need to open it in Adobe Acrobat. How do I choose the application when opening a file in UNIX? (2 Replies)
Discussion started by: Mpeter
2 Replies

8. UNIX for Dummies Questions & Answers

Opening output file while still in process

Dear guru, Say I have a long process that is executed in this way: $ nohup perl mycode.pl > output.txt & Now if I want to view the output file with vi, while process still running: $ vi output.txt Will it kill the process? (seems to me it does). If so how can view the file without... (4 Replies)
Discussion started by: monkfan
4 Replies
Login or Register to Ask a Question