Pause an exe with batch file -
i don’t know if possible
but can pause exe , wait batch file complete before resuming exe again?
i sysinternals tool "pssuspend". can give process id:
pssuspend suspends or resumes processes on local or remote nt system. usage: pssuspend [-r] [\\remotecomputer [-u username [-p password]]] <process id or name> -r resume. -u specifies optional user name login remote computer. -p specifies optional password user name. if omit prompted enter hidden password.
go http://www.sysinternals.com, "process utilities" , "pssuspend".
in general, recommend getting familiar sysinternals tools; extremely useful.
Comments
Post a Comment