Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have constructed a .CMD file in Windows XP Professional, and you want to put documentation in the first 24 lines without affecting subsequent program

You have constructed a .CMD file in Windows XP Professional, and you want to put documentation in the first 24 lines without affecting subsequent program operation. What is the best way to do this?

a. Put a PAUSE after the first 24 lines

b. Put a REM on the first line, and ENDREM on the 24th line

c. Put a PAUSE on the first line, and a REM on the 24th line

d. Put a REM on every other line

e. Put a REM in front of every one of the 24 lines

To turn off all command output to screen from a batch file, use the command:

a. DISPLAY OFF

b. ECHO < PRN

c. ECHO OFF

d. ECHO ON < PRN

e. None of the above

A replaceable parameter is indicated by the proper use of the reserved character:

a. ^

b. }

c. %

d. =

e. ~

The main range of replaceable characters is:

a. %0 - %10

b. %1 - % 9

c. $1 - $9

d. $1 -$10

e. %0 - %9

When using replaceable parameters, _____________ usually indicates the initial command, while _____________ usually indicates the target of the command. These can vary, depending on user input.

a. }0, }1

b. }1, }0

c. $0, $1

d. %1, %0

e. %0, %1

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

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

1. Why do many employers have a specialized employment office?

Answered: 1 week ago

Question

Describe Table Structures in RDMSs.

Answered: 1 week ago