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