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

nohup appears to be a unix command. I am running this script on a windows server (psexec is also a windows program). any way to do this on windows?
  • Comment on Re^2: Installing a program on a remote server through a web browser.

Replies are listed 'Best First'.
Re^3: Installing a program on a remote server through a web browser.
by roboticus (Chancellor) on Jan 03, 2011 at 17:49 UTC

    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.

      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`;