DOC PREVIEW
DMC ITSC 1405 - Command Syntax

This preview shows page 1-2-3-4-5-33-34-35-36-67-68-69-70-71 out of 71 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 71 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

PowerPoint PresentationOverviewSlide 3Slide 4Slide 5Slide 6Slide 7Slide 8Slide 9Command SyntaxSlide 11Slide 12What Are Parameters?Slide 14Slide 15Slide 16Reading a Syntax DiagramSlide 18Using Fixed Parameters with the DIR CommandSlide 20Slide 21Slide 22Activity—Using Fixed Parameters with DIR CommandUsing File Names as Variable ParametersSlide 25Slide 26Slide 27Slide 28Slide 29Slide 30Activity—Using a File Name as a Variable ParameterCommand Line EditingCommand Line Editing Table 2.1 Editing Keys Command Summary p. 53Slide 34Slide 35Activity—Using Command EditingDrives as Device NamesSlide 38DefaultsSlide 40Activity—Working with the DefaultBrief Introduction to Subdirectories—The PathSlide 43Brief Introduction to Subdirectories—The PathBrief Introduction to Subdirectories—The PathSlide 46Slide 47Slide 48Brief Introduction to Subdirectories—The Path Fig 2.1 File Cabinets and Subdirectories p.63Activity—Using Path with the DIR CommandChanging DefaultsActivity—Changing the Default DriveChanging DirectoriesSlide 54Slide 55Activity—Changing DirectoriesGlobal File Specifications: Wildcards, the ?, and *Slide 58Activity—DIR and WildcardsRedirectionSlide 61Slide 62Activity—Redirecting Output to a FileRedirecting Output to the PrinterRedirecting Output to the PrinterActivity—Redirecting the Output to the PrinterActivity—Redirecting the Output to the Printer Fig 2.2 Redirected Output p.79Getting HelpSlide 69Slide 70Activity—Getting Help with a CommandCh 2 1Command SyntaxUsing the DIR Command with Parameters and WildcardsCh 2 2OverviewOverview Will learn to read a syntax diagram and explain the function of each part of the diagram.Ch 2 3OverviewOverviewWill learn some basic commands, their syntax, and how to make commands more specific.Ch 2 4OverviewOverview Will be able to define prompts and explain how they are used.Ch 2 5OverviewOverviewThe purpose and function of defaults will be explained.Ch 2 6OverviewOverviewWill learn how to change the default drive and directory.Ch 2 7OverviewOverviewWill learn how to use subdirectories and wildcards with the DIR command.Ch 2 8OverviewOverview The purpose and function of redirection will be explained and then will learn how to redirect the output of the DIR command to a file or a printer.Ch 2 9OverviewOverviewWill learn to use the Online Help feature.Ch 2 10Command SyntaxCommand Syntax All languages have rules or conventions for speaking and writing.Ch 2 11Command SyntaxCommand SyntaxTo communicate with computer at command line prompt: Learn its language (commands) Follow its syntax (word order) Use correct punctuationCh 2 12Command SyntaxCommand Syntax The graphical user interface in Windows operating system uses syntax and rules.Ch 2 13What Are Parameters?What Are Parameters?Parameter:Information to modify or qualify a commandCh 2 14What Are Parameters?What Are Parameters?Parameters can be:  Variable FixedCh 2 15What Are Parameters?What Are Parameters?Variable parameter: x + y = zCh 2 16What Are Parameters?What Are Parameters?Fixed parameter: x + 5 = zCh 2 17Reading a Reading a Syntax DiagramSyntax DiagramCommand line interface language has: Vocabulary (commands) Grammar (punctuation) Syntax (order)Ch 2 18Reading a Reading a Syntax DiagramSyntax DiagramDIR command syntax used earlier: DIR [drive:] [path] [filename] [/A [[:] attributes]] [/B] [/C] [/D] [/L] [/N] [/O[[:] sortorder]] [/P] [/Q] [/S] [/T[[:] timefield]] [/W] [/X] [4]Ch 2 19Using Fixed Parameters Using Fixed Parameters with the DIR Commandwith the DIR CommandFixed parameter: Referred to as a switch. Begins with / (the slash).Ch 2 20Using Fixed Parameters Using Fixed Parameters with the DIR Commandwith the DIR Command  Slash = forward slash (/). \ = Backslash.Ch 2 21Using Fixed Parameters Using Fixed Parameters with the DIR Commandwith the DIR Command DIR command with /P parameter displays one screen of information at a time.Ch 2 22Using Fixed Parameters Using Fixed Parameters with the DIR Commandwith the DIR CommandNotes for lab activities:Check notes at beginning of each activityAt end of work session return to Windows desktop and follow shut-down procedureKnow your laboratory proceduresIf system varies from text refer to the Configuration Table in Chapter 1.6Ch 2 23Activity—Using Fixed Activity—Using Fixed Parameters with DIR CommandParameters with DIR CommandKEY CONCEPTS: Clear Screen Display directory using: /P parameter /W parameter /P /W parameters DelimiterCh 2 24Using File Names as Using File Names as Variable ParametersVariable ParametersFile specification (name) consists of: File name File extensionCh 2 25Using File Names as Using File Names as Variable ParametersVariable ParametersConventions for Naming FilesAll files in directory (subdirectory) must have unique names. File names - mandatory - may be less than but no longer than 256 characters File extensions - usually three characters long.Following characters illegal - may NOT be used in file name: \ / : * ? < > |All other characters, including periods and spaces, are legal in Windows file names.Ch 2 26Using File Names as Using File Names as Variable ParametersVariable ParametersFile name reflects subject of file.File extension usually given by application creating file.Ch 2 27Using File Names as Using File Names as Variable ParametersVariable ParametersWhen naming files, many older 16-bit application packages adhere to older 8.3 DOS rules.Ch 2 28Using File Names as Using File Names as Variable ParametersVariable ParametersCan locate specific file by using file name. Give DIR command information about file you seek:DIR [drive:] [path] [filename] [/P] [/W]Ch 2 29Using File Names as Using File Names as Variable ParametersVariable ParametersIn some syntax diagrams you will see: [filename[.ext]]If a file name has an extension, it must be included.Ch 2 30Using File Names as Using File Names as Variable ParametersVariable ParametersA dot (.), delimiter, is used between file name and file extension.Example: MYFILE.TXTCh 2 31Activity—Using a File Name Activity—Using a File Name as a Variable Parameteras a Variable ParameterKEY CONCEPTS: System messages DIR command with long file names File extensions - more than 3 characters 8.3 file name Use of quotation marks Use of /x parameterHow 8.3 name derived from LFNReasons for keeping file names


View Full Document

DMC ITSC 1405 - Command Syntax

Documents in this Course
Firewall

Firewall

53 pages

Syllabus

Syllabus

11 pages

Load more
Download Command Syntax
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Command Syntax and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Command Syntax 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?