home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / TURBODSG / WHO.MAC < prev    next >
Text File  |  2000-06-30  |  252b  |  20 lines

  1.     title    "WHO command for tShell"
  2. ;
  3. ;    (c) 1985 S. Kluger. All Rights Reserved.
  4. ;
  5. ;    This program displays all users currently
  6. ;    logged on the system.
  7. ;
  8. cr    equ    0dh
  9. lf    equ    0ah
  10. cfunc    equ    5
  11. tfunc    equ    50h
  12. ;
  13. .z80
  14. .request syslib
  15. ;
  16.     dseg
  17. ;
  18.     include    TSHELL.DEF
  19. ;
  20.