cypher175 Posted December 6, 2008 Posted December 6, 2008 Is there anyway to Suspend/Resume/Kill a Process using AutoIt..??
MyDream Posted December 6, 2008 Posted December 6, 2008 Is there anyway to Suspend/Resume/Kill a Process using AutoIt..??You could use dos/windows commands net start and net stop and also taskkill to do that.Net start and net stop can be implemented in autoit.As for taskkill, you dont need it since autoit have function to kill a process.
ChrisL Posted December 6, 2008 Posted December 6, 2008 http://www.autoitscript.com/forum/index.ph...rocess++suspend [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Andreik Posted December 7, 2008 Posted December 7, 2008 ntdll.dll functions: NtSuspendProcess and NtResumeProcess AutoIt function: ProcessClose()
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now