Question: File System Commands Windows You will create two DOS batch files on your Windows system. One will create a directory structure and several files. The
File System Commands Windows
You will create two DOS batch files on your Windows system.
One will create a directory structure and several files.
The second batch file will delete the directory and all subfolders and files.
Distinguish the difference between copy and xcopy.
When you have completed the assignment upload this document with your screenshots into Blackboard.
For the following Example your BAT file should be called first initial last name example.bat.
If you your name is Bill Williams then your bat file should be call
bwilliamsExample.bat
Note : You will need to add screenshots to this document. DO NOT submit this document without the text as shown. Also upload your BAT file with the assignment.
1.) Create a BAT file that will create 4 folders on your desktop called:
Hacker Tools
Python
Bash bunny
Rainbow Crack
Hacker Tools should be the top folder with the rest of the folders nested under Hacker Tools.
2.) Create a text file from the command line. The text file should be named files.txt
Add a command that creates a text file under the Hacker Tools\Python folder on your desktop with the output of the command dir.
You should see a file called files.txt under Hacker Tools\Python
This should list the contents of the directory Hacker Tools
4.) Add a command that copies the file called files.txt under Hacker Tools\Python to Hacker Tools\ Bash bunny.
5.) Add a command that creates a file called ip.tx with the ip configuration of your system under the folder called Rainbow Crack
6.) Add a command that copies Rainbow Crack into Bash bunny.
7.) Add a command that displays your computer name and make sure that pause is the last entry in your BAT file.
Create a second BAT file called deleteme.bat.
Use this file to completely delete the folder and all of its contents and the folder called Hacker Tools on your desktop. This should occur automatically without any prompting as to whether you are sure the files and directories should be deleted.
You may use pause and echo on in your BAT file.
Paste two screenshots of your first name last name example.bat below.
Name: Crisiano Sumbo
One example should be of the text within your BAT file.
The second example should be the open window after your file has run.You should be able to run this file from your desktop without error. Part of your grade will depend on a demonstration that the BAT file runs without error.
Paste a screenshot of your deleteme.bat below.
One example should be of the text within your BAT file.
The second example should be the open window after your file has run.
-Briefly describe the difference between the copy and xcopy command.
-What are some other Windows command-line tools that you could use to copy data ?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
