Apart from job scheduling in sql server, one can do same scheduling by using aspx page also.
You can create scheduled tasks by using .aspx files by scheduling your .aspx files to run using iexplore.exe or firefox.exe
Step 1 :
Start –> Control panel –> Scheduled Tasks –> Add scheduled task
Then, browse for your .aspx file and select it.
Step 2 :
In wizard of creating scheduling >> run >> your code should be like
For IE:
“C:\Program Files\Internet Explorer\IExplore.exe” http://127.0.01/ScheduleMyTask.aspx”
For Mozilla:
“C:\Program Files\Mozilla Firefox\firefox.exe” http://127.0.0.1/ScheduleMyTask.aspx”
Step 3:
Select your date and time to run with daily/weekly etc option.
And complete wizard. Now your scheduling is done but you need to close browser after completing scheduling
Step 4:
Create batch file(.bat) from command prompt or notepad and write
For IE
“taskkill /IM iexplore.exe”
For Mozilla
“taskkill /IM firefox.exe”
also set this file for sheduling.
Time difference between step 3 and step 4 should be atleast 2-3 minute.
Monday, May 17, 2010
Friday, April 2, 2010
Secret Door from Google
Google is the best answer to any of your search queries 24×7. But do you know Google has a hidden secret world, which can be opened by using a few codes. This is a hack that exposes the security loop holes within websites. Just enter a few secret codes in Google’s search box, and there-after you can have access to security cameras around the world, access to personal & confidential documents or maybe even download in-numerable free stuff from the internet. Take a jump to see how it’s done.
Subscribe to:
Posts (Atom)
