Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runfromprocess-rs

I want to launch myapp.exe --my_arg from mylauncher.exe

  1. Find parent process id

    tasklist /fo list /fi "IMAGENAME eq mylauncher.exe"
  2. Launch the child process using the parent process id

    runfromprocess-rs.exe $parent_process_id myapp.exe --my_arg

About

Start a process as child from a given parent process

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages