startChild

this is good. best to call it with plink.exe so it can talk to unix note that plink asks for the password out of band, so it won't actually work like that. thus specify the password on the command line or better yet, use a private key file e.g. startChild!something("plink.exe", "plink.exe user@server -i key.ppk \"/home/user/terminal-emulator/serverside\"");

  1. void startChild(string program, string[] args)
  2. void startChild(string program, string commandLine)
    version(!use_libssh2 && !Posix && Windows)
    void
    startChild
    (
    alias masterFunc
    )
    (
    string program
    ,)

Meta