home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
beehive
/
zcat
/
vmenu18.lbr
/
VMENU18.INF
< prev
Wrap
Text File
|
1991-01-31
|
2KB
|
42 lines
;
; Program: VMENU
; Version: 1.8
; Date: 31 July 86
;
;Revision: Bob Peddicord
;Changes: - Fixed code for "< & >" commands no longer bombs out.
;
; - Fixed "Z" command so it no longer bothers display.
;
; - Now displays four lines by five columns, no blank line
; between display and menu.
; Also added 1 line to menu display.
;
; - Cosmetic changes in banner.
;
; - Vmenu now knows what menu to use when changing user areas.
; In order to do this had to use register 9 as a flag.
; The only way to specify a menu, if not using setfile,
; is at the prompt type:
; Vmenu *.* menuname.vmn
;
;
; Revised: Bob Peddicord
; Previous Version: 1.7 (23 july 86)
; Changes:
; - Fixed long time bug. if files and number to display
; were equal, would not display or access 1 file.
;
; - The program installs itself to your environment
; so there is no need to run Z3INS on it. (See FENV:)
; Thanks to Joe Wright for the code.
;
; - No longer displays $SYS files (assembly option)
;
; - The files display now has five columns. This may be
; changed back to four columns at FCOLS EQU 5 .
;
; - Added code to disable ZRDOS public directeries,
; reset on exit from VMENU.
;