================== Another Batch File ================== idallen@ncf.ca Write a batch file that does this: 1) Has your name and Algonquin email userid as a comment at the start. 2) Makes the C: drive the currently "logged in" drive. 3) Changes to the directory COMMAND under WINDOWS on your C: drive. 4) Generates a directory listing of *only* the batch files in this directory and redirects the output to file DIROUT on your C: drive. Use the shortest pathname for the files. NOTES: - You need to know how to make a drive the currently "logged in" drive. (This is new.) - You need to know how to use a wildcard to select *only* batch files. (Look up "wildcard" in the index of your Windows 95 textbook. Wildcard characters also work under DOS.)