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 / CCP / EPEX11.NOT < prev    next >
Text File  |  2000-06-30  |  2KB  |  74 lines

  1.  
  2. EPEX v1.1
  3.  
  4. So far I have been very impressed with James Whorton's new
  5. EPEX enhancement.  I have found a couple of annoying bugs
  6. which Jim is going to fix in the next release version.
  7.  
  8. Going from full-blown ZCPR3 to the EPEX system was easy,
  9. most everything is duplicated including named directories
  10. and du: prompts, etc.  
  11.  
  12.  
  13. Problem #1:
  14.  
  15. Anyone used to ZCPR3 will notice the first time they enter 
  16. a user number and colon to change user areas -- you will 
  17. get a BDOS SELECT ERROR.
  18.  
  19.   ex:     A0:[ROOT]>1:
  20.  
  21. you can however change drive/user areas with the familiar
  22. du: command or by using the directory name and a colon.
  23.  
  24.   ex:     A0:[ROOT]>A1:    or    A0:[ROOT]>WORDPRO:
  25.  
  26. The above example assumes that the A1: area has been assigned
  27. a name of WORDPRO with the MKDIR utility.
  28.  
  29.  
  30.  
  31. Problem #2:
  32.  
  33. The next problem I have encountered is that you can use lower
  34. case letters in your SYSTEM.DIR file for directory names and
  35. then you CANNOT change areas with the directory name and a colon.
  36.  
  37. You edit a file called SYSTEM.DIR with any ASCII text editor,
  38. it is made up like so:
  39.  
  40. A0:ROOT
  41. A1:WORDPRO
  42. C0:FLOPPY
  43.  
  44. and then you use MKDIR to 'load' this description into memory
  45. like so:
  46.  
  47.     A0:[ROOT]>MKDIR SYSTEM.DIR
  48.  
  49. This all works fine if the directory names were entered in UPPER
  50. case only, if you use lower case it will be displayed in the
  51. prompt in lower case like so:
  52.  
  53.     A0:[root]>
  54.  
  55. but you cannot use the following command to return to the A0:
  56. file area with an '?' error message.
  57.  
  58.     C0:[floppy]>root:
  59.  
  60. -------------------------------------------------------------
  61. Solution:  Use only UPPER case letters in your dir names 
  62. -------------------------------------------------------------
  63.  
  64.  
  65. I have EPEX running on my Kaypro 10 with Advent TurboROM and
  66. DATESTAMPER enhancements and it functions fine except for the
  67. pair of annoying bugs I just described.  Look for fixes in
  68. the next version.
  69.  
  70.                       Steve Sanders
  71.                       DataCOM Super Systems
  72.                       (813) 791-1454/55  300/1200/2400
  73.  
  74.