Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a batch file in windows that creates directories, copies files, opens the calculator, displays the current date and the directory tree including the files
Create a batch file in windows that creates directories, copies files, opens the calculator, displays the current date and the directory tree including the files of the newly created directories.
Complete the preparation work following the directions on page
Create the batch file using notepad following the directions on page
Run the batch file
Capture a screen shot of the results and insert it in into the document on page
Copy your batch file from notepad and insert the text into page
Prior to submitting this assignment, review the assignment directions to ensure that your work meets the assignment expectations when evaluated by the instructor.
Upload the completed lab document into Blackboard.
Create a directory in the documents directory of the computer.
Change the directory name to ITST
Create Text Files using Notepad in the new directory:
File Name File Content
WORD.TXT Your favorite word PG
FORD.TXT Your favorite automobile brand
WORK.TXT Your current job title or student
Using notepad create a batch file in the new directory named with your initials bat For example nsbat
Remember to do a File Save As File type all files then type your filename and bat extension on the File name line.
Using notepad type the first four lines of the file: pts
@ECHO OFF
CLS
REM YOUR NAME
REM DESCRIPTION OF FILE
Change your name and description of file
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started