Re: how to nohup on windows?

From: arun chakrapani rao <racoradba_at_gmail.com>
Date: Sat, 25 Oct 2008 13:22:55 -0400
Message-ID: <eae33bca0810251022k2d30d08dgd2dec5463122730b@mail.gmail.com>


If you can, install cygwin on to your box.

then you can run nohup command within the cygwin bash shell.

Down below is a sample of how i have been running on windows.

 ~
$ echo "echo is this working" >t.ksh

 ~
$ nohup t.ksh 1>diditwork &
[1] 2336

 ~
$ ls
diditwork nohup.out t.ksh
 ~
$ cat diditwork
is this working

$

On Thu, Oct 23, 2008 at 10:05 AM, Dba DBA <oracledbaquestions_at_gmail.com>wrote:

> I am stuck on a windows DB server. I need to run some .sql scripts from the
> command line in the background. anyone know how to do this in windows?
>
> I have not used windows for a DB server in years...
>

--
http://www.freelists.org/webpage/oracle-l
Received on Sat Oct 25 2008 - 12:22:55 CDT

Original text of this message