home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / detach.hlp < prev    next >
Text File  |  1995-04-05  |  1KB  |  30 lines

  1. [DETACH.HLP  1 page]
  2.  
  3. The DETACH command disconnects the terminal from your job.  Your terminal
  4. is then free to login again.  The DETACHed job is still logged in, though,
  5. and is charged at PTY connect rates.  It just has no TTY to talk to.  Tsk.
  6.  
  7. The command is simply:           .DETACH
  8.  
  9. To get the job back onto a terminal, you use the ATTACH command, like this:
  10.                                  .ATTACH 43[111,222]
  11.                 where  43 was the JOB Number, and [111,222] is the ppn
  12.                 which matches job 43  (if it doesnt match, it wont work).
  13.  
  14. Here is a way to start up your job, then detach it and let it go, running
  15. away while you use the terminal for something else.
  16.  
  17.         RUN YOURPROGRAM      ;nice long program (which doesnt need a TTY)
  18.         ^C                   ;temporarily halt the program
  19.         CCONT                ;long enough to resume it, but TTY is at monitor
  20.         DETACH               ;this command will work, since CCONT
  21.                              ;lets you type monitor commands.
  22.  
  23. Your job will run until it has a need to put some characters to a TTY.
  24. Then it needs to have someone ATTACH it.
  25.  
  26. [End of DETACHERINO.HLP]
  27.  
  28. .KJOB
  29. .
  30.