C:\> command prompt DOS prompt cursor

Similar documents
Disk Operating System

Disk Operating System

Internal Commands COPY and TYPE

IntroductIon to dos. 2.1 IntroductIon. 2.2 SettIng up dos

Fundamental 2. Lec#04. Shugofa Hassani

Lab - Common Windows CLI Commands

An Introduction to DOS

Lecture 2 DOS & Windows file commands by: lecturer Raya N.Ismail

Basic DOS Commands MCQ

Chapter 6 Using a Redundant Management Module

Getting Started with Command Prompts

Mills HPC Tutorial Series. Linux Basics I

Tiny Instruction Manual for the Undergraduate Mathematics Unix Laboratory

HELP Use the help command to list all the following supported commands:

Introduction to Linux Environment. Yun-Wen Chen

This lab exercise is to be submitted at the end of the lab session! passwd [That is the command to change your current password to a new one]

Description of the Windows XP Recovery Console for advanced users

Loading 4A DOS or COMMAND DOS into a RAM device or Super Cart is quite easy.

Installing and Updating GEMS

Set 1 MCQ Which command is used to sort the lines of data in a file in reverse order A) sort B) sh C) st D) sort -r

h/w m/c Kernel shell Application s/w user

SOFT-AM-0081_R3. AX3800S/AX3600S Software Upgrade Guide

Index of Names, Concepts and Symbols

Converter. Dynamic Concepts' suite of conversion utilities for those migrating from. IMS to dl4

Electronic Records Inventories

Network License Manager and Client Toolchain. Installation Guide

DATA 301 Introduction to Data Analytics Command Line. Dr. Ramon Lawrence University of British Columbia Okanagan

Why learn the Command Line? The command line is the text interface to the computer. DATA 301 Introduction to Data Analytics Command Line

Conversion Software User Guide for

What is software? Functional view. Functional view. System requirements of a software. Versions Free version: This is the free version

The QuickCalc BASIC User Interface

Session 04 Introduction to Software

History. Terminology. Opening a Terminal. Introduction to the Unix command line GNOME

I N S T A L L M E R L I N ON A U S E R S C O M P U T E R

Parallel Printers Set-Up

Physics REU Unix Tutorial

CDS 32 Version 2.xx File Utilities

Basic Computer Operations

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3

Fundamentals of Website Development

Typical for either, X is the revision letter, and ### represents the firmware version number e.g., V123 = Version

IT Essentials II: NOS Linux Labs Using Knoppix

Contents. Configuring SSH 1

Computer Skills: Files and Folders Tutorial

Week 2 Lecture 3. Unix

2) clear :- It clears the terminal screen. Syntax :- clear

1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application.

Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang

Setting Up and Using CCC Pathways Auto Workfile Entry Feature

COURSE OUTLINE. Division of Business and Technology NET 239. WAN Data Communications. Credits: 3 Class Hours: 2 Lab Hours: 2

Command line and batch files Molekular Phylogenetics Practical

Week 2. Exp 2 (a) (b): Introduction to LINUX OS, Installation of LINUX OS, Basic DOS commands

Floppy Disk Control of the I/Q Modulation Generator AMIQ

Copyright Heraflux Technologies. Do not redistribute or copy as your own. 1

KORG DSS-1 UPGRADE 2009 NEW FEATURES LIST

CSCI 1100L: Topics in Computing Lab Lab 3: Windows Command Prompt

APPLICATION USER GUIDE

Advanced Batch Files. Ch 11 1

Opening Screen When you first enter Slick!, a blank opening screen will appear as shown below.

GET TO KNOW YOUR COMMAND PROMPT

Processes. Shell Commands. a Command Line Interface accepts typed (textual) inputs and provides textual outputs. Synonyms:

SQL Server Administration on Linux 2017

Managing file systems 1

Permission and Ownership

Lab 2A> ADDING USERS in Linux

The Directory Structure

Session 1: Accessing MUGrid and Command Line Basics

Transfer designs from a Creative Fantasy Alphabet Card to the 2170 Machine THEN use File Assistant to transfer the designs to the computer

This guide will walk you through the steps for installing and using wget on Windows.

1. Contents. b. Windows ME

INDEX OF COMMANDS. ATTRIB [+r] [x:]{file} [-r] 92, 180. BACKUP x:[{file}] y:[/d][/m][/s] BASIC [[x:]{file}] BASICA [[x:]{file}] CD [[x:]\{name}]

Unix Basics. Systems Programming Concepts

Unix Introduction. Getting started with the Unix Operating System

Project 1: Implementing a Shell

TLS 1.2 Interface Update Script User Guide

UNIX Tutorial Two

Setting up a Windows NT PostScript driver

emfile NAND Image Creator User & Reference Guide Document: UM02003 Software version: 1.03 Revision: 0 Date: November 16, 2016

Table Of Contents. 1. Zoo Information a. Logging in b. Transferring files 2. Unix Basics 3. Homework Commands

CMSC 104 Lecture 2 by S Lupoli adapted by C Grasso

Unix tutorial. Thanks to Michael Wood-Vasey (UPitt) and Beth Willman (Haverford) for providing Unix tutorials on which this is based.

Supplement B. Creating, Compiling and Running Java Programs from the Command Window

IT S NE VER DONE THAT BEFORE!

Introduction to Linux. Fundamentals of Computer Science

PostMaster Enterprise v8.xx Setup Guide Windows

ETT Olfactometer C. Direct Control Software Manual

Lab Working with Linux Command Line

Table of Contents Chapter 1 File System Management Commands

Shell Programming Overview

ALERT2 - Decoder Programming Software Ver. 1.00, MS-DOS.

Installation of ADS SiMKit startup script and designkit on Windows for SiMKit version 4.7_pub

Operating Systems and Using Linux. Topics What is an Operating System? Linux Overview Frequently Used Linux Commands

3.3 Audio Import Manager (AIM)

Command Line Interface The basics

UNLV Computer Science Department CS 135 Lab Manual

Unix/Linux Primer. Taras V. Pogorelov and Mike Hallock School of Chemical Sciences, University of Illinois

Spectrometer Visible Light Spectrometer V4.4

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

XPS1 Automated Multi-Sample Run Procedure

Installing Kurzweil K2661 ROM Options

Transcription:

MS-DOS Basics

The Command Prompt When you first turn on your computer, you will see some cryptic information flash by. MS-DOS displays this information to let you know how it is configuring your computer. You can ignore it for now. When the information stops scrolling past, you'll see the following: C:\> This is called the command prompt or DOS prompt. The flashing underscore next to the command prompt is called the cursor. The cursor shows where the command you type will appear.

Type the following command at the command prompt: ver The following message appears on your screen: MS-DOS version 6.22

Viewing the Contents of a Directory To view the contents of a directory 1. Type the following at the command prompt: dir A list similar to the following appears:

Changing Directories To change from the root directory to the WINDOWS directory To change directories, you will use the cd command. The cd command stands for "change directory." 1. Type the following at the command prompt: cd windows The command prompt changes. It should now look like the following: C:\WINDOWS> Next, you will use the dir command to view a list of the files in the DOS directory.

Viewing the Contents of WINDOWS Directory To view a list of the files in the WINDOWS directory 1. Type the following at the command prompt: dir

Changing Back to the Root Directory To change to the root directory 1. Type the following at the command prompt: cd \ Note that the slash you type in this command is a backslash (\), not a forward slash (/). The command prompt should now look like the following: C:\>

Creating a Directory To create and change to a directory named FRUIT 1. Type the following at the command prompt: md fruit To change to the new FRUIT directory, type the following at the command prompt: cd fruit The command prompt should now look like the following: C:\FRUIT>

Deleting a Directory To delete the FRUIT directory 1. Type the following at the command prompt: rd FRUIT

Copying Files In this section, you will copy the notepad.exe files from the WINDOWS directory to the FRUIT directory. You will specify the source and destination of these files in two different ways. The difference between the two methods is explained at the end of this section. To copy the NOTEPAD.EXE files from the WINDOWS directory to the FRUIT directory 1. Return to the root directory by typing the following at the command prompt: cd\ The command prompt should now look like the following: C:\>

Copying Files Change to the DOS directory by typing the following at the command prompt: cd windows The command prompt should now look like the following: C:\WINDOWS>

Copying Files 2. Make sure the file you are going to copy, NOTEPAD.EXE, is located in the WINDOWS directory by using the dir command followed by a filename. dir notepad.exe A list similar to the following appears:

Copying Files 3. To copy the NOTEPAD.EXE file from the WINDOWS directory to the FRUIT directory, type the following at the command prompt: copy c:\windows\notepad.exe c:\fruit The following message appears: 1 file(s) copied

Copying Files 4. To confirm that you copied the files successfully, view the contents of the FRUIT directory by typing the following at the command prompt: dir \fruit You should see the file listed in the FRUIT directory.

Renaming Files To rename a file, you will use the ren command. The ren command stands for "rename." When you use the ren command, you must include two parameters. The first is the file you want to rename, and the second is the new name for the file. You separate the two names with a space. The ren command follows this pattern: ren oldname newname

Deleting Files To delete a file, you will use the del command. The del command stands for "delete. del 1. Delete the PADNOTE.TXT file by typing the following at the command prompt: del PADNOTE.TXT