Create a batch file that meets the following criteria:
1) displays your first name
2) displays your last name on the next line
3) creates a directory called "hokus" in C:\
4) creates a directory called "pokus" in C:\hokus\
5) copies notepad.exe into C:\hokus\pokus\
(hint: you'll need to find where notepad.exe is first)
6) no commands should show when running the batch, only the results of those commands
7) show a directory listing of C:\hokus\pokus
