backgrounding a process...

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,

I need to know if it is possible to put a script process
in to the background so as it runs after the user that
initiates it logs off.

In Unix I would add the "&" to the end of the command line
in a bash shell. I need to know if there is something
similar that can be used at the Win2K command prompt.

Thanks all

Chris
 
Hi,

I need to know if it is possible to put a script process
in to the background so as it runs after the user that
initiates it logs off.

In Unix I would add the "&" to the end of the command line
in a bash shell. I need to know if there is something
similar that can be used at the Win2K command prompt.

Thanks all

Chris


You can use group policy to define a logoff script.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top