home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DOSMNU25.ZIP / WHATS.NEW < prev   
Encoding:
Text File  |  1996-02-27  |  3.4 KB  |  71 lines

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