This is a discussion on Task Schedular within the BSNL broadband forums, part of the Broadband Internet Service Providers category; Hi I know this topic should be posted in different section, but as its releated to Task scheduling which many ...
| |||||||
| BSNL broadband Bsnl broadband internet connection and modems, routers and other bsnl dataone related issues can be discussed here. |
| LinkBack | Thread Tools | Display Modes |
| | #1 |
| Gold Member Join Date: May 2008 Location: Dombivi Age: 25
Posts: 584
Rep Power: 2 | Hi I know this topic should be posted in different section, but as its releated to Task scheduling which many home 500 users use, i am posting it here I am using windows 7 and want to use Task Schedular to open a simple notepad file when i log on For that i created the task and even made sure that every option is set proper, still task did not run even once. i am testing this as i am shifting to Home500 soon. what the problem can be ? Any Idea ? |
| | |
| | #2 |
| The Wizard Join Date: Aug 2009
Posts: 887
Rep Power: 1 | |
| | |
| | #3 | |
| Gold Member Join Date: May 2008 Location: Dombivi Age: 25
Posts: 584
Rep Power: 2 | Quote: | |
| | |
| | #4 |
| Junior Member Join Date: Feb 2009 Location: Kolkata
Posts: 84
Rep Power: 1 | check the syntax in your text file, it will only be "executable" by the scheduler if it has an extension like .bat or .exe. Anyway, it's almost always a lot easier to just use a 3rd party scheduler like free download manager |
| | |
| | #5 | |
| Gold Member Join Date: May 2008 Location: Dombivi Age: 25
Posts: 584
Rep Power: 2 | Quote:
a text file has *.txt extension..so it wont open ? | |
| | |
| | #6 |
| Junior Member Join Date: Feb 2009 Location: Kolkata
Posts: 84
Rep Power: 1 | That's right, scheduler will not be able to run a text file. If you have a batch script in the file, just rename it to <filename>.bat and it should run fine. Personally I use windows scheduler to run a batch script that kills Vuze (torrent software) at 7:45am. |
| | |
| | #7 |
| Platinum Member Join Date: Aug 2008 Location: Kerala
Posts: 2,824
Rep Power: 6 | Try this code, Code: notepad.exe "root to the text file" Code: notepad.exe "C:\Documents and Settings\Administrator\My Documents\run.txt" Code: C:\WINDOWS\system32\notepad.exe "root to the text file" Code: C:\WINDOWS\system32\notepad.exe "C:\Documents and Settings\Administrator\My Documents\run.txt" |
| | |
| | #8 |
| The Wizard Join Date: Aug 2009
Posts: 887
Rep Power: 1 | To reboot the modem, save the text file as .bat. Even in the Task Scheduler opens the text file, your modem does not reboot. If you liked the application, please consider a rep. Try this to create a batch file http://www.indiabroadband.net/bsnl-b...tml#post154907 (NU Configuration) Last edited by meetdilip; 11-14-09 at 08:00 PM. Reason: Automerged Doublepost |
| | |
| | #9 | |
| Junior Member Join Date: Feb 2009 Location: Kolkata
Posts: 84
Rep Power: 1 | Quote: I found free download manager to be slightly better, letting you hang up your modem at a specified time. | |
| | |
| | #10 |
| The Wizard Join Date: Aug 2009
Posts: 887
Rep Power: 1 | We can run a batch file disconnect.bat and disconnect the connection. |
| | |
| | #11 |
| Platinum Member Join Date: Aug 2008 Location: Kerala
Posts: 2,824
Rep Power: 6 | And you can add "TASKKILL" command to close an application/process. Example: Code: taskkill /F /IM utorrent.exe |
| | |
| | #12 |
| Junior Member Join Date: Feb 2009 Location: Kolkata
Posts: 84
Rep Power: 1 | i know you can use taskkill; what I meant is most schedulers don't really have a good way to cleanly shut down apps at a predetermined time; so you have to run a batch file to kill it. |
| | |
| | #13 |
| Platinum Member Join Date: Aug 2008 Location: Kerala
Posts: 2,824
Rep Power: 6 | I have seen free scheduler applications with all these commands built in. But they are harder the configure than BATCH file and Windows Scheduler. WakeupOnStandBy It disconnects the connection and shutdown/hibernate/stand by the system after that (doesn't close applications/processes). |
| | |
| | #14 | |
| Gold Member Join Date: May 2008 Location: Dombivi Age: 25
Posts: 584
Rep Power: 2 | Quote:
@ALL even .EXE is not running last time also i tried, but was not able to do it.so gave up(as its of no use that time).......but now i need it...cauz i will change my plan to Home500. here are the screen shots. ![]() ![]() ![]() ![]() ![]() here are the settings Please paste contents of your script. Last edited by talktoanil; 11-14-09 at 08:28 PM. Reason: Automerged Doublepost | |
| | |
| | #15 | |
| Platinum Member Join Date: Aug 2008 Location: Kerala
Posts: 2,824
Rep Power: 6 | Quote:
I usually search the net when I need a command-line code. Microsoft command-line referance A-Z http://www.microsoft.com/resources/d....mspx?mfr=true | |
| | |
| | #16 | |
| Gold Member Join Date: May 2008 Location: Dombivi Age: 25
Posts: 584
Rep Power: 2 | Quote:
which plan are u using now ? also please look at my screen shots and please tell if i did anything wrong in it.. | |
| | |
| | #17 |
| Junior Member Join Date: Feb 2009 Location: Kolkata
Posts: 84
Rep Power: 1 | taskkill /F /IM Azureus.exe That's it. Make a new text file, put that line in it, save it as "myKillVuze.bat", then add it to windows scheduler. hope this helps. Batch scripts are really simple if you are a programmer; you can find a very simple & good tutorial here with some useful examples. btw why is everything grayed out in your SS's ? Do you not have admin rights on ur comp ? Last edited by rsen; 11-14-09 at 08:43 PM. Reason: Automerged Doublepost |
| | |
| | #18 | |
| Gold Member Join Date: May 2008 Location: Dombivi Age: 25
Posts: 584
Rep Power: 2 | Quote:
or do u use task schedular ? if so then please post screen shot...cauz if you take a look at my SC posted above..i cant find any wrong in it and still exe is not starting... | |
| | |
| | #19 |
| Junior Member Join Date: Feb 2009 Location: Kolkata
Posts: 84
Rep Power: 1 | I don't use a script to start azureus, I use "free download manager" to schedule application starts/disconnects/PC shutdown etc. It's pretty easy to configure and mostly self explanatory. |
| | |
| | #20 |
| Gold Member Join Date: May 2008 Location: Dombivi Age: 25
Posts: 584
Rep Power: 2 | thanks rsen and Archer Testing now..will post if any problems. Any idea of which protocol is used my ADSL2+ routers ? I mean i have imran broadband helper which runs a script and router is restarted. So is it a telnet script ? |
| | |
| Tags |
| schedular, task |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Task manager | shebal | Computer Security | 12 | 06-03-09 06:08 PM |
| Auto Net Connect at 2.00 am using Task Scheduler | udayan | BSNL broadband | 8 | 05-08-09 04:25 PM |
| Task Manager | parshanth | Computer Security | 29 | 10-01-08 10:51 PM |
| What a cumbersome task | tkraju | BSNL broadband | 3 | 02-23-08 09:18 AM |
| Unable to run Schedule task | rajat.pay | BSNL broadband | 0 | 11-26-06 11:37 AM |