home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
turbodsg
/
who.mac
< prev
next >
Wrap
Text File
|
1986-07-05
|
252b
|
20 lines
title "WHO command for tShell"
;
; (c) 1985 S. Kluger. All Rights Reserved.
;
; This program displays all users currently
; logged on the system.
;
cr equ 0dh
lf equ 0ah
cfunc equ 5
tfunc equ 50h
;
.z80
.request syslib
;
dseg
;
include TSHELL.DEF
;