bgjob

NAME

bgjob - Windows command-line utility to run programs in the background through Telnet Server

SYNOPSIS

bgjob {-h | command }

DESCRIPTION

The bgjob(1w) Windows command-line utility starts a process on a computer running Telnet Server that continues to run after you end your Telnet session. Normally, jobs started in a Telnet session are terminated when the session ends.

The bgjob utility takes the following arguments:

command
Specifies the command (and any required arguments) that should continue to run after the Telnet session has closed.
-h
Displays help for the bgjob utility.

EXAMPLE

To start a Windows command that locates all dynamic-link libraries on the C: drive and records the results in a file, type:

bgjob cmd.exe /c dir /b /s c:\*.dll > %temp%\dll.lst