home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DOSMNU20.ZIP / WHATS.NEW < prev   
Encoding:
Text File  |  1995-07-23  |  3.1 KB  |  65 lines

  1. 2.0
  2.      I was having problems with the GOTO labels in the single questionnaire
  3.      script, RA would loose sight of them on occasion and exit the
  4.      questionnaire and I still haven't figured out why.  So I broke the
  5.      questionnaire up into 6 questionnaires (1 for each subdirectory,
  6.      and one for C:\).  This lead to a headache because even with /NS,
  7.      the menus would skip about 4-5 lines.  By adding the ESC[4AESC[s
  8.      as a display at the beginning of each questionnaire, it avoids that.
  9.      However, I needed a way to automatically go to the right questionnaire,
  10.      and so I ate up 7 of the 8 flags in the D row (the 8th will be for some
  11.      future subdiretory).  I also removed that BRE Menu thing as it was
  12.      probably confusing people (it was a way to play local Barren Realms Elite
  13.      and let the player choose which side he/she wanted.). What happens now is
  14.      you GOSUB PRECOMM, which turns on the D1 flag and turns the other D flags
  15.      off (for the C:\ menu) and then goto's the COMMAND menu, which is a loop
  16.      that looks to see if each flag D1-D6 is on and executes the correct
  17.      questionnaire based on that, if it finds D8 on, it RETURNS from GOSUB,
  18.      bypassing the PRECOMM and returning to the menu you called it from.
  19. 1.30c
  20.      Something I should have done sooner, I added support for Who's On-line
  21.      and sending a message to a user online.
  22.      WHO-ON in C:\ and SENDMSG in C:\ handle those effect respectively.
  23.      Also, fixed the WHOCALL option, somehow I didn't actually have it.
  24.  
  25. 1.30b
  26.      Adding VER was a goof, I was using VER in the C:\ part of the menu
  27.      to display RA's version info.  Fixed this by changing the VER for
  28.      RA's info to VERINFO, I also forgot to put a GOTO to get around
  29.      the BAD COMMAND OR FILENAME again... just like I fixed in 1.30a,
  30.      you'd think I'd get the point sooner or later.
  31.  
  32. 1.30a
  33.      Added the following commands
  34.                MEM
  35.                MEM /C
  36.                MEM /P
  37.                MEM /D
  38.                VOL
  39.                VER
  40.  
  41.      If you hit enter without entering anything, the questionnaire would
  42.      respond with BAD COMMAND OR FILENAME, fixed.
  43.  
  44.      All the menus forgot to have a GOTO <menuname>
  45.      in them for the Chkdsk, Tree, and CLS functions, so your user
  46.      would first get the option chosen, and then a BAD COMMAND OR
  47.      FILENAME error displayed.  This has been fixed.
  48. 1.20
  49. Added the following dos commands
  50.  
  51.      CHKDSK
  52.      TREE
  53.      CLS
  54.  
  55. 1.10
  56.      Fixed the download so it will do a download.  I forgot the endif for the
  57. previous command, and it was ignoring all download attempts.  Additionally
  58. included the EXIT command along with QUIT to exit the script.  The CD\<dir>
  59. commands appear to be working, although since I did nothing to change them
  60. and they started working now, I have no idea what could have happened.
  61.  
  62. 1.0
  63.      First release of Dosmenu, I thought I had fixed all the bugs until about
  64. 30 minutes after I released it, a user of mine found a couple of bugs, and so
  65. I started ironing them out and such.