Create a display menu in a batch file that presents four choices:
Type D to display the date.
Type V to display the version.
Type L to display a listing of files
Type E to exit this menu.
Be sure that your batch file has a graceful exit, and is able to handle errors in input.
Im using Notepad++ to get started writing my script and all ive got down so far is:
ECHO off
Im stumped and havent found the help I need so I am posting here. Im sure this is very basic to most of you but any help would be greatly appreciated!
