Answered step by step
Verified Expert Solution
Link Copied!

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.
1. Complete the preparation work following the directions on page 2
2. Create the batch file using notepad following the directions on page 2
3. Run the batch file
4. Capture a screen shot of the results and insert it in into the document on page 4
5. Copy your batch file from notepad and insert the text into page 5
6. Prior to submitting this assignment, review the assignment directions to ensure that your work meets the assignment expectations when evaluated by the instructor.
7. Upload the completed lab document into Blackboard.
________________________________________
Create a directory in the documents directory of the computer.
Change the directory name to ITST1101.
Create 3 Text Files using Notepad in the new directory:
File Name File Content
WORD.TXT Your favorite word (PG13)
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 ns.bat
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: (2 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions

Question

What is a verb?

Answered: 1 week ago