@echo off rem why you should rem love the command line title presentation start

10
@ECHO OFF REM Why you should REM Love the Command Line TITLE Presentation Start By Benjamin I. Rivera

Upload: tamekah-fitzgerald

Post on 01-Jan-2016

23 views

Category:

Documents


0 download

DESCRIPTION

@ECHO OFF REM Why you should REM Love the Command Line TITLE Presentation Start. By Benjamin I. Rivera. The Power of the Command Line Environment. It can be used to set up commands to run other programs unattended via a batch file script. It can be used to modify computer settings. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

@ECHO OFF REM Why you should REM Love the Command Line TITLE Presentation Start

By Benjamin I. Rivera

Page 2: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

The Power of the Command Line Environment

It can be used to set up commands to run other programs unattended via a batch file script.

It can be used to modify computer settings.

It is lean and powerful. Does not use many resources.▪ It is not a Graphical User Interface▪ Displays information in via text. * Some advanced commands may require an

administrator account to be run.

Page 3: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

It may be something that most novice users may be not accustomed to. For there is no graphical user interface.

It could be interactive, yet there are limitations on what it can be used for.

There are certain tasks that can not be done efficiently under a command line environment. i.e. : Sending an email.

The weakness of the Command Line Environment

Page 4: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

Why you need it?

Tech support increasing productivity. There is more speed ▪ Due to not using a lot of resources

The computers can be set to use the command line based code through the use of batch files.▪ A batch file is a file that contains the set of

commands that a user would normally enter to process a task.

If you do not want a user to have a record of what was done to fix an issue it could also increase profitability.

Page 5: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

Sample Types of CMD

Regular Command Prompt

AdministratorCommand Prompt

Command Prompt

Page 6: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

How to start the CMD

Press Windows Key + R, Enter CMD then press start.

Go to start Run and enter “CMD” then press enter.* If run command does not appear right click Start, click properties, click Customize, locate Run command and check box to show. Click ok. Exit properties.

If that did not work in run dialog box enter “command.com” then press enter.

Page 7: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

Sample Batch File

Page 8: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

Sample uses

Hard Disk Defragmentation

Analyze Boot configuration Settings

Page 9: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

ECHO@ OFFTitle The EndEcho Presentation EndedEXIT

Page 10: @ECHO OFF  REM  Why you should  REM  Love the Command Line  TITLE Presentation Start

BIBLIOGRAPHY

"Command Prompt -." Wikipedia, the Free Encyclopedia. Web. 02 Mar. 2010. <http://en.wikipedia.org/wiki/Cmd>.

1.

2.

3.

4.

"MS-DOS Command Line Tutorial." Free "No-Bull" Computer Learning. Web. 03 Mar. 2010. <http://www.techiwarehouse.com/cms/engine.php?page_id=58f285eb>.

"Beginning Linux Command Line Tutorial." The Linux Information Project (LINFO) Home Page. Web. 03 Mar. 2010. <http://www.linfo.org/command_line_lesson_1.html>.

Stanek, William Robert. Windows Command-line Administrator's Pocket Consultant. Redmond, Wash.: Microsoft, 2008. Print.