Rajiv Posted July 30, 2009 Posted July 30, 2009 OK, I am trying to acheive this Run a automated Task which would close SKYPE application on PC and then open it right after, everyday Is it possible?
flamy Posted July 30, 2009 Posted July 30, 2009 yes. u can run a google on this. i had something that automated mouse gestures back home in blore (like 5 years back)
Rajiv Posted July 30, 2009 Author Posted July 30, 2009 http://www.freshwap.net/forums/applications/145128-advanced-key-mouse-recorder-2-8-0-build-4445-pro.html awesome
nospam Posted July 30, 2009 Posted July 30, 2009 you can also use the builtin task schedule application in windows.
nospam Posted July 30, 2009 Posted July 30, 2009 No' date=' that didnt work[/quote'] you can write a batch script to close the program and run it again after few seconds or minutes and then setup the task scheduler to run the batch script at the specific time.
Rajiv Posted July 30, 2009 Author Posted July 30, 2009 you can write a batch script to close the program and run it again after few seconds or minutes and then setup the task scheduler to run the batch script at the specific time. ..and that is the problem
nospam Posted July 30, 2009 Posted July 30, 2009 open notepad, type in the following code and save it as restartskype.bat taskkill /IM skype.exe /f /t START "" "C:skype.exe" In Vista, Start -> Control Panel -> Administrative Tools -> Task Scheduler -> Create Basic Task -> Type name/description of your task -> set the days -> set the time -> action: start a program -> browse restartskype.bat -> finish * I haven't tested the batch script since I am not on Windows.
coffee_rules Posted July 30, 2009 Posted July 30, 2009 DOS sucks. I can do this using a ps, awk and cron job to do it regularly.
ludhianvi Posted July 30, 2009 Posted July 30, 2009 @op, for macros, try workplace macro http://www.tethyssolutions.com/product.htm DOS sucks. I can do this using a ps' date= awk and cron job to do it regularly. what's that?
Kohum Posted July 30, 2009 Posted July 30, 2009 @op, for macros, try workplace macro http://www.tethyssolutions.com/product.htm what's that? :omg: ludhii uncle !! http://technet.microsoft.com/en-us/sysinternals/default.aspx This suite offfers advanced commandline utilities for 'ps' that can be easily used.
ludhianvi Posted July 30, 2009 Posted July 30, 2009 :omg: ludhii uncle !! http://technet.microsoft.com/en-us/sysinternals/default.aspx This suite offfers advanced commandline utilities for 'ps' that can be easily used. oki thanks....but what does ps stand for?:dontknow:
nospam Posted July 30, 2009 Posted July 30, 2009 oki thanks....but what does ps stand for?:dontknow: ps, awk are unix commands, where ps displays the running processes/applications.
varun Posted July 30, 2009 Posted July 30, 2009 oki thanks....but what does ps stand for?:dontknow: nothing.. jsut a short form.. there are loads of such ones in unix ls = list ps = processes
Recommended Posts