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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -