I am appealing to the pre-Win95 experts out there. I am just starting to get a sense of batch file commands but still get frustrated when it comes to writing the line. Choice, Errorlevel, and IF seem to be most confusing.
Here is the assignment for class:

Write a batch file called MENU.BAT which welcomes the user to ELT 210, displays the current date and time, displays a simple menu to the screen, and requests the user to make a choice. The on-screen menu is to consist of the following options.

1.) Run the MS-DOS EDITOR with a optional filename.
2.) FORMAT a diskette in drive A:
3.) Run SCANDISK on an optional drive (A: is the default
4.) Display system MEMORY
5.) Run Microsoft Diagnostics
6.) Exit this Menu (Return to MS-DOS)

* After a choice is made, the user is to be returned to the menu - unless he or she chooses option 6.

* After testing and debugging your batch file for proper operation, save it to a bootable floopy.

I would appreaciate any help given.
Thanks All.