bgjob - Windows command-line utility to run programs in the background through Telnet Server
bgjob {-h | command }
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:
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