Suppress prompting to confirm you want to overwrite


At the root of your virtual machine's C: drive, create a new folder named Lab6B 
2. In the new Lab6B folder, create an empty Word document named Template.doc 
3. Write a simple batch file named LastName_Lab6B.bat, which accomplishes the following: 
a. Welcomes the user 
b. Prompts the user for a new filename and extension. 
c. When the filename is entered, creates a copy of Template.doc, in the currently logged-on user's Desktop. 
The copy of the Template.doc should use the name the user entered in the previous step. 
i. You must use an environmental variable to determine the current user in order to dynamically 
copy Template.doc to any user's Desktop. 
ii. Suppress prompting to confirm you want to overwrite an existing destination file. 
iii. HINT: When copying, if your source or destination has spaces in the path, surround your 
variable with double quotes: "%path%" 
4. At the very top of your batch file, make sure you enter comments with the following information: 
a. Your name (author's name) 
b. The date you created your batch file 
c. A brief description of what your batch file does.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Suppress prompting to confirm you want to overwrite
Reference No:- TGS081071

Expected delivery within 24 Hours