1 / 10

@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. 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.

Download Presentation

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

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. 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.

  3. The weakness of the Command Line Environment • 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.

  4. 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.

  5. Sample Types of CMD Regular Command Prompt Administrator Command Prompt Command Prompt

  6. 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.

  7. Sample Batch File

  8. Sample uses Hard Disk Defragmentation Analyze Boot configuration Settings

  9. ECHO@ OFF Title The EndEchoPresentation Ended EXIT

  10. BIBLIOGRAPHY "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>. 1. 2. 3. 4. "Command Prompt -." Wikipedia, the Free Encyclopedia. Web. 02 Mar. 2010. <http://en.wikipedia.org/wiki/Cmd>. "MS-DOS Command Line Tutorial." Free "No-Bull" Computer Learning. Web. 03 Mar. 2010. <http://www.techiwarehouse.com/cms/engine.php?page_id=58f285eb>. Stanek, William Robert. Windows Command-line Administrator's Pocket Consultant. Redmond, Wash.: Microsoft, 2008. Print.

More Related