=================+++++++++++++= Another Batch File - Number Two =================+++++++++++++= idallen@ncf.ca Write a batch file that does this: Have your name and Algonquin email userid as a comment at the start. Make the C: drive the currently "logged in" drive. On the root of the current drive, create a directory named BACKUP under a directory named ABCD0000 where ABCD0000 is your own Algonquin email userid. Create these directories on the current drive. Do not use drive letters when you create them. Put two copies of EDIT.COM in the new BACKUP directory. Use a ".BAK" extension for the second copy. Make the A: drive your currently "logged in" drive. On the root of the current drive, create a directory named BACKUP under a directory named ABCD0000 where ABCD0000 is your own Algonquin email userid. Create these directories on the current drive. Do not use drive letters when you create them. Copy everything from the BACKUP directory on the C: drive to your new BACKUP directory on your A: drive. Use the shortest pathnames for the copy. Test your batch file. Demonstrate that it runs without errors to your instructor.