in reply to Re^2: Installing a program on a remote server through a web browser.
in thread Installing a program on a remote server through a web browser.

khangol:

For a windows box, I think you can use start instead of nohup.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re^3: Installing a program on a remote server through a web browser.
  • Download Code

Replies are listed 'Best First'.
Re^4: Installing a program on a remote server through a web browser.
by khangol (Novice) on Jan 03, 2011 at 19:49 UTC
    I've preceded the start cmd and redirected the output to a file, but it doesn't seem to be returning any results.
    $result2 = `start psexec \\\\$host2 -u carynt\\rdcadmin -p 2ba +ckup! \\\\wisfs01\\sibar\\Packages\\OpenManage\\setup_sibar.bat 1> dr +ac_output.txt 2>&1`;