Command Line OpSys. Command Syntax CommandActing UponModifier dirc:\windows/p VerbNounAdverb Throwthe ballquickly.

Slides:



Advertisements
Similar presentations
DOS commands.
Advertisements

File management GAP Toolkit 5 Training in basic drug abuse data management and analysis Training session 2.
DOS & Windows O/s Prof. Sujata Rao Less 5.
A batch file is a file that contains a number of DOS commands, each of which could be run individually from the command prompt. By putting them into a.
Understanding the Boot Process and Command Line
Module 4.2 File management 1. Contents Introduction The file manager Files – the basic unit of storage The need to organise Glossary 2.
MCT260-Operating Systems I Operating Systems I Navigating the File System.
Activity One Use the Windows Explorer program to create a new folder. Name the folder by your first name. Click on the windows explorer icon then highlight.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Working with the Command- Line Interface Chapter 14.
Chapter 5 Accessing Files and Directories. How Directories Get Created OS installation: usr, dev, etc, export, kernel and others places to store installation.
Micro Op SYS (DOS) Chapters 1, 2, 3, 5, 6, 7. 2 Hardware Four Categories –CPU (Central Processing Unit) –Primary Storage (RAM) –Input/Output Devices Keyboard.
1 Windows Command Line Interface (AKA DOS commands) Prof. Yitzchak Rosenthal.
Command Console Tutorial BCIS 3680 Enterprise Programming.
FILES  A file is a collection of related information  Files are kept in directories on a disk.
Operating System Fundamentals
© 2010 The McGraw-Hill Companies, Inc. All rights reserved Mike Meyers’ CompTIA A+ ® Guide to Managing and Troubleshooting PCs Third Edition Working with.
® Microsoft Office 2010 Managing Your Files. XP Files in a Folder Window.
1 Lab 1-1 Using the Command Line Copyright © 2006 Heathkit Company, Inc. All Rights Reserved.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 4 Disk Operating System (DOS) and the Command-Line Interface McGraw-Hill.
PC Maintenance: Preparing for A+ Certification Chapter 29: Managing Files.
DOS Understanding what you can do. Operating System Traits An OS only works with one type of processor –X86 processors for us; Motorola for Mac –Must.
MATLAB File Management. MATLAB User File Management Matlab provides a group of commands to manage user files. For more information, type help iofun. pwd.
1 DOS 2 Directory structure of disks Directory structure of disks Full Path or Full file specification Full Path or Full file specification Creating directories.
DOS Commands What is a command Types of DOS Commands Basic Terms
Ch 61 Using DEL, REN, MOVE, and RD /S. Ch 62 Overview Will continue to work with internal commands that help manage and manipulate files.
Using Hard Drives Additional information.  Hierarchical Filing Systems  Why Organize a Hard Disk?  Relative and Absolute Paths  Subdirectory Markers.
Understanding the Boot Process and Command Line
Ch 21 Command Syntax Using the DIR Command with Parameters and Wildcards.
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Batch File Basics Automate repetitive computer processes Friday, March 12, 2014 Presented by Thomas Redd, STS, Granite School District.
Computers Are Your Future Twelfth Edition Spotlight 2: File Management Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Chapter 1© copyright Janson Industries Java ▮ Java programming concepts ▮ Downloading the JDK ▮ Java coding and executing example This presentation.
Command Prompt Chapter 10 Introduction to Batch Files Richard Goldman February 7, 2000.
Getting Started Additional information. Important DOS Commands Getting Started dirlists disk directories verdisplays OS version clsclear command prompt.
Unix/Linux cs3353. The Shell The shell is a program that acts as the interface between the user and the kernel. –The shell is fully programmable and will.
Script M-Files Group of Matlab commands placed in a text file with a text editor. Matlab can open and execute the commands exactly as if they were entered.
Running Modflow with Batch Files. Dos basics cd = change directory (dOs Is NoT cAsE sEnSiTiVe) dir = shows you what is in the directory (It gives you.
1.  Microsoft DOS (Disk Operating System) use a command line user interface.command line  A command line user interface means that the user is required.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
Lab Assignment 1 Getting Started. Submitting the LABS for grading Subject line of message: CTEC 110 WA Lab 1 Assignments Attachment file names:
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
File and Folder CLI Commands 12/24/ Agenda Overview of OS functions and the SHELL Internal v External Commands Command History Making & Modifying.
Basic DOS How to get some work done. It’s all a file Everything is a file: OS files, Application files, Data files and Game files Files have 8.3 names:
The Command Line Yep, you need to know this. The Basics Start with the Prompt, what the computer tells you when ready for a command You type a command.
© 2015 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Makefiles1 MAKEFILES Purpose: contain UNIX commands and will run them in a specified sequence. Syntax Definition : { Section-name: {unix command #1} …
Unix Fundamentals CS 127. File navigation cd - change directory cd /var/log cd /etc/apache2 cd ~/Desktop ~ is a shortcut for the home directory.
FILE MANAGEMENT Computer Technology Timpview High School.
Operating System. What is Operating System OS is system software, which may be viewed as collection of software consisting of procedures for operating.
Ahmadu Bello Computer Repair Training Course 6: Use of Software By Suprix Technology Nigeria ( A.B.U repair computer training.
MS-DOS is an acronym for MicroSoft Disk Operating System It is a CUI based operating system. It provides user with a command prompt (generally called.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
Way To Remove Shortcut Virus On Windows. Insert the affected USB Drive in your Computer.
Yep, you need to know this
COMP Streams and File I/O
Command Line Basics.
INTERNAL COMMANDS CLS(Clear Screen):-
Managing results files
Command Syntax Chapter 2 Using the DIR Command with
Working with the Command-Line Interfaced
Managing Your Files.
Chapter Overview Operating System Basics
Operating System Fundamentals
Working with the Command- Line Interface
OPERATING SYSTEM B-TECH III YEAR I SEM BRANCH :ECE
Lab 2: Terminal Basics.
Linux File System Commands
1.3 Given a scenario, apply appropriate Microsoft command line tools
Setting up home folders and roaming profiles
Brent M. Dingle Texas A&M Directory Structure
Presentation transcript:

Command Line OpSys

Command Syntax CommandActing UponModifier dirc:\windows/p VerbNounAdverb Throwthe ballquickly

Command Examples copy c:\file1 a:\file2 md c:\temp\joe xcopy c:\budget a: /s /v

Navigation Changing Drives Current Drive Changing Directories [Folders] Current Working Directory Fully Qualified Path Navigating Directories

Changing Drives The default prompt shows current working drive and current working directory. For Example- c:\windows> [Drive Letter]: to make a different drive current. c:\windows>a: [Enter] Prompt becomes - a:\>

Changing Directories CD command c:\winnt>cd system32 [Enter] c:\winnt\system32> The default prompt show the current working directory.

Fully Qualified Path Drive Letter Colon Backslash Directory To the Desired Level Example d:\install\docs Works regardless of current drive or current working directory.

Navigation Shortcuts c:\winnt\system>cd.. [Enter] c:\winnt> [Moves up 1 level] c:\winnt>cd system [Enter] c:\winnt\system> [Down 1 level]

More Shortcuts c:\winnt\system>cd \ [Enter] c:\> [Move up to root] c:\winnt\system>cd..\system32 c:\winnt\system32 Moves to a different directory at the same level.

The Safe Way to Change c:\temp>cd c:\winnt\system c:\winnt\system> In batch files, you do not always know the current drive and directory. This always works.

Bad Command or Filename executable programs [.exe or.com] or batch files [.bat] Executable files could be in any directory The OS only looks in the current directory and the directories specified in the path variable.

The Path Nothing more that directory names that are stored in RAM. c:\>path c:\> PATH=c:\winnt\system32;c:\winnt; c:\winnt\system\nls;c:\batch CWD and Path are the only directories that will be searched.