CompTIA Server+ SK0-005 Practice Question

You are creating a Windows batch script to automate monthly patching. The script has to read every line in C:\scripts\servers.txt and, for each server name it finds, append the text

Patching <server-name> in progress

to an existing file called patch.log that resides in the current user's %TEMP% folder. The log must not be overwritten and some server names may contain spaces. Which batch command fragment meets all of these requirements?

  • for /f "delims=" %%i in (C:\scripts\servers.txt) do echo Patching %%i in progress>"%TEMP%\patch.log"

  • for %%i in (C:\scripts\servers.txt) do echo Patching %%i in progress>>"%TEMP%\patch.log"

  • for /f "delims=" %%i in (C:\scripts\servers.txt) do echo Patching %%i in progress>>"%TEMP%\patch.log"

  • for /r C:\scripts %%i in (servers.txt) do echo Patching %%i in progress>>"%TEMP%\patch.log"

CompTIA Server+ SK0-005
Server Administration
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

SAVE $47
$390.00 $343.00
SAVE $53
CompTIA Server+ Voucher with Retake
v5 / SK0-005
Includes Retake
$439.00 $386.00
Bash, the Crucial Exams Chat Bot
AI Bot