- complete the demand schedule currently in memory (as part of the plant model); or

Size: px
Start display at page:

Download "- complete the demand schedule currently in memory (as part of the plant model); or"

Transcription

1 page G7 - complete the demand schedule currently in memory (as part of the plant model); or get a different demand schedule from the.disk. In this case, the demand schedule from the disk will replace the one currently in memory. If you request a demand schedule from the disk, you will first be given a list of what scnedules are stored on disk. G.3.2 Saving the Input Data on Disk Plant Model Once you are satisfied with the pianl model, you irruct save it in a 'plant file' on the disk (step E). The file must have a name (8 characters max - see the DOS Manual if you are not sure what constitutes a legal file name). If you do not save the plant model on disk, you will not be able to optimise it later. Market-Demand Schedule Note that when you save the current plant-model on disk (step E), the current demand-schedule, which is part of the plant model, is automatically saved as part of the plant-model file. However, in order that the plant model can be optimised, it is also necessary to save the current d e m a n d - B c h e d u l e, separately, in a 'schedule file' on disk (step F). The file must have a name (8 characters max). G.3.3 Return to MAIN MENU Once you have saved a plant model and a dfmand-schedule on disk, you can return (step G) to the MAIN MENU to continue the program. Of course, you can choose to return to the MAIM MENU at any stage before this.

2 page HI H SOFTWARE The following files are contained on the- PROGRAM diskette: CONFIG.SYS ANSI.SYS These two files are automatically read by DOS whenever the PC starts up. The listing of CONFIG.SYS is: DEVICE=ANSI.SYS BREAK=ON BUFFERS=20 KiLKS-iiO These two files must be read on power up if Apollo is to function properly. ASSIGN.COM MODE.COM Standard DOS programs required by Apollo. AUTOEXEC.SFT AUTOEXEC.HPD AUTOEXEC.BAT AUTOEXEC.BAT is used to automatically start Apollo on power up. Tht. #.BAT program i3 identical to the *.SFT program and is for starting up with a two diskette system. Its listing is KEYBUK MODE 80 APOLLO

3 pa.^e H2 When setting up Apollo to run on a disk system, the *.BAT file is modified to be identical to the *.HRD file. The *.HRD file listing ir, KEYBUK MODE 80 C: CD \ CD AGMODEL APOLLO APOLLO.SFT APOLLO.HRD APOLLO.BAT AP0LL0.BAT is a batchfile which serves to control the execution of the main Apollo programs, HAUPTPRO and OPTIMA. Its listing (similar to *.HRL, is identical to *SFT: ASSIGN ASSIGN B=C ECHO OFF :LOOP CLS IF EXIST MATRIX.MAT DEL MATRIX.MAT IF EXIST STOP.STP DEL STOP.STP HAUPTPRO IF EXIST MATRIX.MAT OPTIMA IF NOT EXIST STOP.STP GOTO L<X>P ECHO ON ASSIGN REM You are now outside the program. REM To continue, enter APOLLO. (only APOLLO.HRD) (only APOLLO.HRD) (only APOLLO.HRD) * files on the original PROGRAM diskette are configured for a dual-diskette system: when Apollo operates, all plant model and demand schedule data files are directed to drive B:. However, when using a fixed disk, it is preferable that these data files are directed to the fixed disk (C:).

4 page H3 To accommodate this, the file APOLLO.BAT has to be reconfigured. This is done automatically when the contents of the original PROGRAM diskette are initially copied to the fixed disk using the H\RDDI3K.BAT driver program: the contents of APOLLO.BAT are, at the same time, replaced by the contents of APOLLO.HRP. HARDDISK.BAT HARODISK.BAT creates a new directory called AGMODEL on the fixed disk and copies the contents' of the PROGRAM diskette to this directory. HARDDISK.BAT then modifies some of the files on the AGMODEL directory to configure Apollo for fixed-disk operation: AUTOEXEC.BAT is modified to be the same as AUTOEXEC.HRD and APOLLO.BAT is modified to be the same as APOLLO.HRD. Its listing is: C: CD \ MD AGMODEL CD AGMODEL COPY A:*.* COPY AUTOEXEC.HRD *.BAT COPY APOLLO.HRD *.BAT HAUPTPRO.EXE This is the main program. OPTIMA.EXE This is the program that carries out the simplex iterations.

5 page H4 STOP.STP This is a 'dummy' file used by APOLLO.BAT to signal termination. MAINMENU.MAS PLNTMENU.MAS SiLECTFI.MAS PARAMETR.MAS CRUSHERS.MAS SCREENS.MAS DEMANDS.MAS These are data files which contain the 'Masks' and menus that appear on the screen during program cxccution. Intarmediate data files created during execution of the Apollo program: FLOWFILE.FIL A list of flows (variables) generated for a model. MODEL.FIL A complete list of the nodes (equations), flow? (variables) and coefficients making up the tableau of equations to be solved by the OPTIMA elgorithm. This file can be large: it is only generated if the first character of the plant title in Mask 1 is a "$" symbol. MATRIX.MA^ The tableau of linear equations used by the simplex algorithm OPTIMA. PROTOCOL.LST Contains the iterations of the simplex algorithm, detailing variables entering and leaving the basis.

6 page H5 DIAGNOSE.LST Containing error diagnostics. RESFILE.RES The solution of the most recent optimisation run. EXAMPLE.PLT EXAMPLE.SCD These are data files of an example plant-model and a corresponding market-demand schedule.

7 page J USEFUL DOS OPERATIONS What follows ire a few examples of some of the operations that can be pc formed using DOS (Disk Operating System). For more details, the reader is referred to the DOS manual that is supplied with the IBM PC/XT. Note that a file or a diskette is refarred to by a filename of up to 8 characters and an extension FILENAME.EXT of up to 3 characters, for example: DIR A: List all the files on the diskette in drive A on the screen DIR A:/P List all the files in drive A. The /P facility causes a pause when the screen gets full (useful when there is a long list of files) DIR B :*.PLT List all files in drive B which have the extension.plt DEL A:FILENAME.EXT Delete the file called FILENAME.EXT in drive A DEL B-EIK*.* Delete all files which have a filename starting with EIK in drive B DEL A:*.* Delete all files in drive A. thio command cautiously! Use REN B :EXAMPLE.PLT TEST.PLT Rename the file called EXAMPLE.PLT in drive B. New name is TEST.PLT

8 page COPY A :FILENAME.EXT B: Copy the file called FILENAME.EXT from the diskette in drive A to the diskette in drive B COPY A: *P1.T B: Copy all files with the extension.plt in drive A to drive B COPY B:*.* A. Copy all filer: in drive B to drive A The following commands refer specifically to a fixed-ui»k system (IBM XT). Note that the fixed disk is known as drive C and that the diskette dri/e serves as both drive A and drive B. Note also that the fixed dink is organised into a series of "directories" which are not unlike a series of filing cabinets in an office The first directory is known as the 'root iirectory', referred to by the symbol "\": it contains some files, and the 'keys to get into the other directories. called AGMODEL. The Apollo files are kept in a directory C>CD Determine which directory you are in C>CD \ Get into the root directory C>CD \AGMODEL Get into the AGMODEL directory C>DIR C:\AGMODELN*.PLT List all files with the extension.plt in the AGMODFL directory (if you are already in the AGMODEL directory you only need type DIR *.PLT) O C O P Y C:\AGMODEL\EIK*.* A: Copy all files which have a file name starting with EIK from the AGMODEL directory on drive C to drive A. (If you are already in the AGMODEL directory, you only need type COPY EIK*.* A:)

9

10 Author Hayden John Samuel Name of thesis The Modelling And Optimisation Of Aggregate Plants, And The Use Of The Apollo Computer Program PUBLISHER: University of the Witwatersrand, Johannesburg 2013 LEGAL NOTICES: Copyright Notice: All materials on the University of the Witwatersrand, Johannesburg Library website are protected by South African copyright law and may not be distributed, transmitted, displayed, or otherwise published in any format, without the prior written permission of the copyright owner. Disclaimer and Terms of Use: Provided that you maintain all copyright and other notices contained therein, you may download material (one machine readable copy and one print copy per page) for your personal and/or educational non-commercial use only. The University of the Witwatersrand, Johannesburg, is not responsible for any errors or omissions and excludes any and all liability for any errors in or omissions from the information on the Library website.

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

Lecture 2 DOS & Windows file commands by: lecturer Raya N.Ismail Lecture 2 DOS & Windows file commands by: lecturer Raya N.Ismail What is a File A group of organized data (records) which are assembled for one particular purpose and considered as one unit Stored in permanent

More information

PN55 G27 <RETRCT,TOOLNO=1001>

PN55 G27 <RETRCT,TOOLNO=1001> % (2-500-00-49r-8 2 113926 AJL01 1988:01:11 07:40:49 ) N5 ( ** TOOL*.fH 2,CENTRE DRILL,LEVEL 11 ** ) JM10 T1001 M06 K15 M40 N20 GOO G90 G94 XO Y60. B354.5 S1000 M03 N25 F50. M17

More information

could be adjusted to read up to 800 cps. The cycle time at this speed is 1.25 milllseconds. The time lapse between the

could be adjusted to read up to 800 cps. The cycle time at this speed is 1.25 milllseconds. The time lapse between the mm could be adjusted to read up to 800 cps. The cycle time at this speed is 1.25 milllseconds. The time lapse between the start and end of each of the signals, (data, sprocket and busy), and the time lapse

More information

Index of Names, Concepts and Symbols

Index of Names, Concepts and Symbols Index of Names, Concepts and Symbols Active drive - 17, 82 Active line - 136 Address - 41 Advanced Disk BASIC - 58 Alternate mode - 69 ALT key - 16, 68, 80, 100, 104 ANSI - 65, 99 ANSI.SYS - 99 Apple II

More information

C:\> command prompt DOS prompt cursor

C:\> command prompt DOS prompt cursor 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.

More information

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}]

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}] INDEX OF COMMANDS In this index of commands, anything between square brackets indicates an alternative or a facultative addition to the command in question; "x:" and "y:" mean the designation of a drive;

More information

Internal Commands COPY and TYPE

Internal Commands COPY and TYPE Internal Commands COPY and TYPE Ch 5 1 Overview Will review file-naming rules. Ch 5 2 Overview Will learn some internal commands that can be used to manage and manipulate files. Ch 5 3 Overview The value

More information

False because it for ASCII not EBCDIC Dir /O:order ex. Dir/O:n False because it s a valid command True False because there are lines

False because it for ASCII not EBCDIC Dir /O:order ex. Dir/O:n False because it s a valid command True False because there are lines Instructions: This is an open book pretest. Answer all questions. There are three sections. There are a total of five question pages. The time limit is two hours. Section one: Select only one answer for

More information

Fundamental 2. Lec#04. Shugofa Hassani

Fundamental 2. Lec#04. Shugofa Hassani Fundamental 2 Lec#04 Shugofa Hassani Session Objective To distinguish between commercial and non commercial operating system To understand Ms.- DOS operating system and it s type. To practice basic DOS

More information

IntroductIon to dos. 2.1 IntroductIon. 2.2 SettIng up dos

IntroductIon to dos. 2.1 IntroductIon. 2.2 SettIng up dos 2 IntroductIon to dos 2.1 IntroductIon DISK OPERATING SYSTEM (DOS) is a system software, which is closely associated with the computer hardware and provides the interface between the user and resources

More information

An Introduction to DOS

An Introduction to DOS An Introduction to DOS Contents 1. Introduction........................................................................................ 1 2. The file system......................................................................................

More information

useless by tearing, kinking or soiling them with water and plasticised tape used amounts to approximately R per

useless by tearing, kinking or soiling them with water and plasticised tape used amounts to approximately R per useless by tearing, kinking or soiling them with water and oil typically found in a shop floor environment. * The cost of paper, mylar and plasticised tape used amounts to approximately R40 000 per Configuration

More information

Basic DOS Commands MCQ

Basic DOS Commands MCQ 1. An entire path name, consisting of several sub-directory names can contain upto A) 13 character B) 36 character C) 63 character D) 53 character 2. In which year the first operating system was developed

More information

Disk Operating System

Disk Operating System Disk Operating System DOS stands for Disk Operating System. DOS controls the computer s hardware and provides an environment for programs to run. This system program must always be present when working

More information

Advanced Batch Files. Ch 11 1

Advanced Batch Files. Ch 11 1 Advanced Batch Files Ch 11 1 Overview Quick review of batch file commands learned in earlier chapters. Ch 11 2 Overview Advanced features of these commands will be explained and used. Ch 11 3 Overview

More information

ASTi DACS Zip Drive Installation & Cold Start Procedure Document: DOC-01-DACS-ZD-1

ASTi DACS Zip Drive Installation & Cold Start Procedure Document: DOC-01-DACS-ZD-1 ASTi DACS Zip Drive Installation & Cold Start Procedure Advanced Simulation Technology inc. 441-A Carlisle Drive, Herndon, Virginia, 20170 USA Revision 0 (March 2001) ASTi Copyright ASTi 2001. DACS Zip

More information

LabCON-V Version 4.x Software Installation Instructions

LabCON-V Version 4.x Software Installation Instructions LabCON-V Version 4.x Software Installation Instructions T-EIOW.8035A 1 of 10 Revision: 004 1.0 Description This document is intended to be used as a guide to update the LabCON computer system with the

More information

Disk Operating System

Disk Operating System In the name of Allah Islamic University of Gaza Faculty of Engineering Computer Engineering Department Introduction To Computer Lab Lab # 1 Disk Operating System El-masry 2013 Objective To be familiar

More information

1 of 5 17/06/2013 9:10 AM

1 of 5 17/06/2013 9:10 AM 1 of 5 17/06/2013 9:10 AM 2 of 5 17/06/2013 9:10 AM RUNNING ADJUSTMENTS BATCH PROCESSING FROM THE COMMAND LINE Using the STAR*NET Batch File Feature STAR*NET can be executed from a command line and told

More information

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

COURSE OUTLINE. Division of Business and Technology NET 239. WAN Data Communications. Credits: 3 Class Hours: 2 Lab Hours: 2 COURSE OUTLINE Division of Business and Technology NET 239 WAN Data Communications Approved Catalog Description Covers the technology and terminology required to use routing and switching technologies

More information

Chapter 11: File-System Interface. File Concept. File Structure

Chapter 11: File-System Interface. File Concept. File Structure Chapter 11: File-System Interface File Concept Access Methods Directory Structure File System Mounting File Sharing Protection 11.1 File Concept Contiguous logical address space Types: Data numeric character

More information

Washtenaw Community College Comprehensive Report. CST 118 Microsoft Command Line Fundamentals Effective Term: Winter 2017

Washtenaw Community College Comprehensive Report. CST 118 Microsoft Command Line Fundamentals Effective Term: Winter 2017 Washtenaw Community College Comprehensive Report CST 118 Microsoft Command Line Fundamentals Effective Term: Winter 2017 Course Cover Division: Business and Computer Technologies Department: Computer Instruction

More information

off REM REM Batch File Name: DRINK1.BAT REM Purpose: Demonstrate the use ECHO,

off REM REM Batch File Name: DRINK1.BAT REM Purpose: Demonstrate the use ECHO, DRINK1.BAT Batch File Name: DRINK1.BAT Purpose: Demonstrate the use of @, ECHO, and @ECHO Demonstrate the use of Demonstrate the use of the environment variable and SET Execution: C:\>DRINK SET cup=pepsi

More information

PC Emulator. Installation Leaflet. Archimedes

PC Emulator. Installation Leaflet. Archimedes PC Emulator Installation Leaflet Archimedes Copyright Acorn Computers Limited 1988 Neither the whole nor any part of the information contained in, or the product described in, this guide may be adapted

More information

OPERATE A SPREADSHEET APPLICATION ICAU1130B Excel 2010

OPERATE A SPREADSHEET APPLICATION ICAU1130B Excel 2010 ISBN 978-1-921885-37-2 OPERATE A SPREADSHEET APPLICATION ICAU1130B Excel 2010 Supporting Certificate I in Information Technology National IT Training Package ICA05 By The Software Publications Writing

More information

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

HELP Use the help command to list all the following supported commands: Available commands within Windows Recovery Console The following commands are available within the Windows Recovery Console. The commands are not case-sensitive. HELP Use the help command to list all the

More information

BATCH FILE PROGRAMMING

BATCH FILE PROGRAMMING BATCH FILE PROGRAMMING Chapter 1.- Introduction Chapter 2.- The DOS Command Structure Chapter 3.- The Batch Processor Chapter 4.- Special Batch Structures Chapter 5.- The Multiple Batch Files Chapter 6.-

More information

Lab - Common Windows CLI Commands

Lab - Common Windows CLI Commands Introduction In this lab, you will use CLI commands to manage files and folders in Windows. Recommended Equipment A computer running Windows Step 1: Access the Windows command prompt. a. Log on to a computer

More information

SIEMENS APPLICATION NOTES. Running APT under WinNT or Win2000. Date : March 1999 (Updated Aug 2000) Release # 1.9. APPnote# 179

SIEMENS APPLICATION NOTES. Running APT under WinNT or Win2000. Date : March 1999 (Updated Aug 2000) Release # 1.9. APPnote# 179 SIEMENS APPLICATION NOTES Product: Topic: SIMATIC APT Running APT under WinNT or Win2000 Date : March 1999 (Updated Aug 2000) Release # 1.9 APPnote# 179 i PREFACE Application notes are intended to explain

More information

burg or. {he l 9/ 2/ 55 and a p p o j J r t ^ & ' S S / S S j. f ^ l? ' "

burg or. {he l 9/ 2/ 55 and a p p o j J r t ^ & ' S S / S S j. f ^ l? ' I'D / h i / I Barkly Arcade, l / t f 1 / i 4 38 Market Street, J ' ------------- JOHAIJKESBDHG. 2J2 c t i v e s. burg or. {he l 9/ 2/ 55 and a p p o j J r t ^ & ' S S / S S j. f ^ l? ' " I : its.; v Y

More information

Using SourceSafe to Maintain a SourceSafe Database

Using SourceSafe to Maintain a SourceSafe Database Hentzenwerke Whitepaper Series Using SourceSafe to Maintain a SourceSafe Database By Ted Roche Microsoft Visual SourceSafe is a version control system use for storing source code, text files, web contents

More information

8.1 Software/Hardware Required: Core 2 duo/i3/i5/i7-64bit processor Operating System ubuntu/fedora 64bit OS Assembler: NASM Editor Used gedit

8.1 Software/Hardware Required: Core 2 duo/i3/i5/i7-64bit processor Operating System ubuntu/fedora 64bit OS Assembler: NASM Editor Used gedit Att (2) Perm(5) Oral(3) Total(10) Sign with Date Date: Assignment No.8 Aim: Write X86 Menu driven Assembly Language Program (ALP) to implement OS (DOS) commands TYPE, COPY and DELETE using file operations.

More information

EPSON. VGA Utilities Guide. This manual is printed on recycled paper and is l00% recyclable.

EPSON. VGA Utilities Guide. This manual is printed on recycled paper and is l00% recyclable. EPSON VGA Utilities Guide This manual is printed on recycled paper and is l00% recyclable. IMPORTANT NOTICE DISCLAIMER OF WARRANTY Epson America makes no representations or warranties, either express or

More information

Summer 2003 Lecture 26 07/24/03

Summer 2003 Lecture 26 07/24/03 Summer 2003 Lecture 26 07/24/03 Organization of Data on the Disk The logical organization of the FAT file system on a disk is made up of the following elements. BOOT Sector Root Directory Structure File

More information

Conventions in this tutorial

Conventions in this tutorial This document provides an exercise using Digi JumpStart for Windows Embedded CE 6.0. This document shows how to develop, run, and debug a simple application on your target hardware platform. This tutorial

More information

CompTIA A+ OS Technologies. Download Full Version :

CompTIA A+ OS Technologies. Download Full Version : CompTIA 220-302 A+ OS Technologies Download Full Version : https://killexams.com/pass4sure/exam-detail/220-302 QUESTION: 352 You are a technician at Company. You have just installed Windows 98 on a new

More information

Chapter 10: File-System Interface. Operating System Concepts with Java 8 th Edition

Chapter 10: File-System Interface. Operating System Concepts with Java 8 th Edition Chapter 10: File-System Interface 10.1 Silberschatz, Galvin and Gagne 2009 File Concept A file is a named collection of information that is recorded on secondary storage. Types: Data numeric character

More information

Chapter 11: File-System Interface

Chapter 11: File-System Interface 1 Chapter 11: File-System Interface File Concept Access Methods Directory Structure File System Mounting File Sharing Protection 11.1 2 File Concept Contiguous logical address space Types: Data numeric

More information

A Sample Citrix Installation

A Sample Citrix Installation A Sample Citrix Installation This document shows a way of using the TCP/IP BOOT-PROM to implement a diskless Windows for Workgroups 3.11 environment for the Citrix Win16 client. This document is not intended

More information

Network+ LAB Name. Lab 1a: MS Win 2000/2003/2008 Server Installation

Network+ LAB Name. Lab 1a: MS Win 2000/2003/2008 Server Installation Network+ LAB Name 1a: MS Win 2000/2003/2008 Server Installation This Win Server lab exercise shows students how to install a Win server host. Students (in pairs) install the Server NOS (from a CD) onto

More information

AUDIX Administration and Data Acquisition Package Issue 16 January 2001

AUDIX Administration and Data Acquisition Package Issue 16 January 2001 2 Installation Installation Requirements 2-1 Installation 2 This chapter tells you how to install ADAP software on your PC. This consists of the following three tasks, described in detail later in this

More information

Proceedings of MWSUG '91. The SAs System Configuration Options: Understanding Your CONFIG.SAS File

Proceedings of MWSUG '91. The SAs System Configuration Options: Understanding Your CONFIG.SAS File The SAs System Configuration Options: Understanding Your CONFIG.SAS File Melodie Lichty Randy VanBeek Melodie was a student programmer working for me at the time that I wanted to have a handout to distribute

More information

Model 5100 Remote Administration Guide

Model 5100 Remote Administration Guide Model 5100 Remote Administration Guide The information in this document is current as of the following Hardware and Firmware revision levels. Some features may not be supported in earlier revisions. See

More information

Guide for Administrators

Guide for Administrators novaanalyzer v.3.0 Guide for Administrators Updated January 13, 2015 Page 1 of 13 Copyright, Trademarks, and Legal Tempus Nova Inc. 1755 Blake Street Denver, CO 80202 www.tempusnova.com January 13, 2015

More information

Description of the Windows XP Recovery Console for advanced users

Description of the Windows XP Recovery Console for advanced users Page 1 of 11 Article ID: 314058 - Last Review: September 22, 2008 - Revision: 5.4 Description of the Windows XP Recovery Console for advanced users System Tip This article applies to a different version

More information

Livestock Information Management System

Livestock Information Management System Livestock Information Management System Introductory Guide By: Erich Bruns, Hiwot Berhane and Solomon Zewdie Computer and Biometrics Section ILRI-Ethiopia Copyright 1999 International Livestock Research

More information

Throughout this manual we use notes to make you aware of safety considerations:

Throughout this manual we use notes to make you aware of safety considerations: Because of the variety of uses for the products described in this publication, those responsible for the application and use of this control equipment must satisfy themselves that all necessary steps have

More information

Coniiguraflon and Conilguration Plus Cartridges

Coniiguraflon and Conilguration Plus Cartridges PC Enterprises Configuration Cartridges Installation and Operation Manual I The IrProducts Qroup j ------ Coniiguraflon and Conilguration Plus Cartridges PC Enierprlses. Po BOX 292, Belmar, NJ 07719..

More information

Exclaimer Mail Disclaimers 1.0 Release Notes

Exclaimer Mail Disclaimers 1.0 Release Notes Exclaimer Release Notes Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com 1 Contents About these Release Notes... 3 Release Number... 3 System Requirements... 3 Hardware... 3 Software...

More information

Common DOS Commands. Example-- A:(enter} switches to the A Drive. that was on it.

Common DOS Commands. Example-- A:(enter} switches to the A Drive. that was on it. Common DOS Commands Changing Drives:Type the drive letter followed by a colon. A:(enter} switches to the A Drive Formatting Disks:Prepares a disk for use. Also erases any data that was on it. Format A:(enter}

More information

The SASe System Configuration Options: Understanding Your CONFIG.SAS File

The SASe System Configuration Options: Understanding Your CONFIG.SAS File The SASe System Configuration Options: Understanding Your CONFIG.SAS File Presented by Melodie Lichty and Randy Van Beek South Dakota State University Computing Center Introduction: A CONFIG.SAS file is

More information

There is a general need for long-term and shared data storage: Files meet these requirements The file manager or file system within the OS

There is a general need for long-term and shared data storage: Files meet these requirements The file manager or file system within the OS Why a file system? Why a file system There is a general need for long-term and shared data storage: need to store large amount of information persistent storage (outlives process and system reboots) concurrent

More information

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

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 1. Which symbol will be used with grep command to match the pattern pat at the beginning of a line? A) ^pat B) $pat C) pat$ D) pat^ 2. Which command is used to sort the lines of data in a file in reverse

More information

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

What is software? Functional view. Functional view. System requirements of a software. Versions Free version: This is the free version What is software? Session 04 Introduction to Software set of instructions that is written by human which runs on computer in order to do a useful task or tasks Types System Software Application Software

More information

Session 04 Introduction to Software

Session 04 Introduction to Software Session 04 Introduction to Software What is software? set of instructions that is written by human which runs on computer in order to do a useful task or tasks Types System Software Application Software

More information

CS3600 SYSTEMS AND NETWORKS

CS3600 SYSTEMS AND NETWORKS CS3600 SYSTEMS AND NETWORKS NORTHEASTERN UNIVERSITY Lecture 10: File System Interface Prof. Alan Mislove (amislove@ccs.neu.edu) Contiguous logical address space File Concept Types: Data numeric character

More information

Part Four - Storage Management. Chapter 10: File-System Interface

Part Four - Storage Management. Chapter 10: File-System Interface Part Four - Storage Management Chapter 10: File-System Interface Chapter 10: File-System Interface 10.1 File Concept 10.2 Access Methods 10.3 Directory and Disk Structure 10.4 File-System Mounting 10.5

More information

Chapter 11: File System Implementation. Objectives

Chapter 11: File System Implementation. Objectives Chapter 11: File System Implementation Objectives To describe the details of implementing local file systems and directory structures To describe the implementation of remote file systems To discuss block

More information

PC Emulator. Installation Leaflet. k1 rchimedes I

PC Emulator. Installation Leaflet. k1 rchimedes I .. v,,;i~...'.1......1-..','w, ' PC Emulator Installation Leaflet k1 rchimedes I Copyright Acom Computers Limited 1987 Neither the whole nor any part of the information contained in, or the product described

More information

Linux & Shell Programming 2014

Linux & Shell Programming 2014 Unit -1: Introduction to UNIX/LINUX Operating System Practical Practice Questions: Find errors (if any) otherwise write output or interpretation of following commands. (Consider default shell is bash shell.)

More information

User s Guide. Duralink Port Aggregation

User s Guide. Duralink Port Aggregation R User s Guide Duralink Port Aggregation R Adaptec, Inc. 691 South Milpitas Boulevard Milpitas, CA 95035 1997 Adaptec, Inc. All rights reserved. Adaptec, and the Adaptec logo are trademarks of Adaptec,

More information

Lab Working with Linux Command Line

Lab Working with Linux Command Line Introduction In this lab, you will use the Linux command line to manage files and folders and perform some basic administrative tasks. Recommended Equipment A computer with a Linux OS, either installed

More information

TULSIDAS CHELMELLA CHAITANYA REDDY

TULSIDAS CHELMELLA CHAITANYA REDDY IBM PC 5150 By TULSIDAS CHELMELLA CHAITANYA REDDY Spring 2017 1 CONTENTS 1. Introduction 3 2. System Hardware/Software 4 3. System Commands 5 4. Basic Programming 7 5. Installation of Floppy Drives 10

More information

Single Port Serial PC Card User Manual

Single Port Serial PC Card User Manual Single Port Serial PC Card User Manual FCC COMPLIANCE STATEMENTS This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules.

More information

Craig Pelkie Bits & Bytes Programming, Inc.

Craig Pelkie Bits & Bytes Programming, Inc. Craig Pelkie Bits & Bytes Programming, Inc. craig@web400.com Configure iseries NetServer and work with Folders in the IFS Edition NETSERVER_20020219 Published by Bits & Bytes Programming, Inc. Valley Center,

More information

CRISP. PC Workstation. Installation. Guide. PCWS Install

CRISP. PC Workstation. Installation. Guide. PCWS Install CRISP PC Workstation Installation Guide PCWS Install CRISP PC Workstation Installation Guide Copyright 1992 by Square D Company 5160 Paul G. Blazer Memorial Parkway Dublin, Ohio 43017 USA All rights reserved

More information

IBM Personal Computer. About Your Software Windows 95, Applications, and Support Software

IBM Personal Computer. About Your Software Windows 95, Applications, and Support Software IBM Personal Computer About Your Software Windows 95, Applications, and Support Software IBM Personal Computer About Your Software Windows 95, Applications, and Support Software IBM Note Before using

More information

APPLICATION USER GUIDE

APPLICATION USER GUIDE APPLICATION USER GUIDE Application: FileManager Version: 3.2 Description: File Manager allows you to take full control of your website files. You can copy, move, delete, rename and edit files, create and

More information

Chapter 6 Storage Management File-System Interface 11.1

Chapter 6 Storage Management File-System Interface 11.1 Chapter 6 Storage Management File-System Interface 11.1 Chapter 6: File-System Interface File Concept Access Methods Disk and Directory Structure File-System Mounting File Sharing Protection 11.2 Objectives

More information

CSE115 Lab exercises for week 1 of recitations Spring 2011

CSE115 Lab exercises for week 1 of recitations Spring 2011 Introduction In this first lab you will be introduced to the computing environment in the Baldy 21 lab. If you are familiar with Unix or Linux you may know how to do some or all of the following tasks.

More information

Console Multiplexor User Manual. Release 11. Avid Technology. Final Version

Console Multiplexor User Manual. Release 11. Avid Technology. Final Version Console Multiplexor User Manual Release 11 Avid Technology AUTOMATION SYSTEMS Console Multiplexor User s Manual Release 11 BASYS Automation Systems, Inc. 5 Odell Plaza Yonkers, NY 10701 U.S.A. 914-376-4800

More information

IMPORTANT PRODUCT INFORMATION

IMPORTANT PRODUCT INFORMATION December 8, 1994 IMPORTANT PRODUCT INFORMATION READ THIS INFORMATION FIRST Product: Logicmaster 90-30/20/Micro Software Package Version 5.01 Programmer and Configurator IC641SWP301R 3.5-inch 2DD, 5.25-inch

More information

Introduction to OS. File Management. MOS Ch. 4. Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1

Introduction to OS. File Management. MOS Ch. 4. Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1 Introduction to OS File Management MOS Ch. 4 Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Mahmoud El-Gayyar / Introduction to OS 1 File Management Objectives Provide I/O support for a variety of storage device

More information

Chapter 10: File-System Interface

Chapter 10: File-System Interface Chapter 10: File-System Interface Objectives: To explain the function of file systems To describe the interfaces to file systems To discuss file-system design tradeoffs, including access methods, file

More information

RTDM RUN-TIME VERSION REAL TIME DATA MONITOR INSTRUCTION MANUAL

RTDM RUN-TIME VERSION REAL TIME DATA MONITOR INSTRUCTION MANUAL RTDM RUN-TIME VERSION REAL TIME DATA MONITOR INSTRUCTION MANUAL REVISION: 1/04 COPYRIGHT (c) 1999-2004 CAMPBELL SCIENTIFIC, LTD. Copied under license by Campbell Scientific, Inc. This is a blank page.

More information

Hardware Course Syllabus

Hardware Course Syllabus Hardware Course Syllabus Days Topic Options covered Hours Day Computer concepts And History of computer Introduction Day 2 Generations of computers st, 2 nd,3 rd,4 th,5 th Generation its components Day

More information

Chapter 10: File System. Operating System Concepts 9 th Edition

Chapter 10: File System. Operating System Concepts 9 th Edition Chapter 10: File System Silberschatz, Galvin and Gagne 2013 Chapter 10: File System File Concept Access Methods Disk and Directory Structure File-System Mounting File Sharing Protection 10.2 Silberschatz,

More information

TABLE OF CONTENTS. PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1

TABLE OF CONTENTS. PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1 Worldspan RemoteLink Setup and Configuration Procedures for Worldspan Go! SM Static IP Address TABLE OF CONTENTS PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1 REQUIRED

More information

Poqet Plus Series Utilities User's Guide

Poqet Plus Series Utilities User's Guide Poqet Plus Series Utilities User's Guide Revision 3.052-a July 6, 1994 This document describes the utilities that are provided as part of release 3.052 of the Plus Series System Software. Specifically,

More information

TECHILA WORKER INSTALLATION GUIDE LINUX ADMINISTRATOR GUIDE

TECHILA WORKER INSTALLATION GUIDE LINUX ADMINISTRATOR GUIDE ADMINISTRATOR GUIDE 17 OCTOBER 2016 2/12 17 OCTOBER 2016 Disclaimer Techila Technologies Ltd. disclaims any and all warranties, express, implied or statutory regarding this document or the use of thereof

More information

Chapter 10: File-System Interface

Chapter 10: File-System Interface Chapter 10: File-System Interface Objectives: To explain the function of file systems To describe the interfaces to file systems To discuss file-system design tradeoffs, including access methods, file

More information

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

Loading 4A DOS or COMMAND DOS into a RAM device or Super Cart is quite easy. This program is assumed to be ABANDONWARE This manual re-created, edited and enhanced in July of 2013 LOADING INSTRUCTIONS Loading 4A DOS or COMMAND DOS into a RAM device or Super Cart is quite easy. Choose

More information

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

Week 2. Exp 2 (a) (b): Introduction to LINUX OS, Installation of LINUX OS, Basic DOS commands Week 2 Exp 2 (a) (b): Introduction to LINUX OS, Installation of LINUX OS, Basic DOS commands mkdir, cd, cls, del, copy, attrib, date, path, type, format, exit. Basic commands in LINUX - cat, ls, pwd,,

More information

TRANSPORTATION AND ASSIGNMENT PROBLEMS

TRANSPORTATION AND ASSIGNMENT PROBLEMS TRANSPORTATION AND ASSIGNMENT PROBLEMS Transportation problem Example P&T Company produces canned peas. Peas are prepared at three canneries (Bellingham, Eugene and Albert Lea). Shipped by truck to four

More information

Overview Upgrading Unifier to Unifier

Overview Upgrading Unifier to Unifier Unifier Upgrade Guide 16 R1 April 2016 Contents Overview... 5 Upgrading Unifier 9.9.4 to Unifier 9.13.1.0... 7 Upgrading Unifier 9.11.0.0 to Unifier 9.13.1.0... 11 Upgrading Unifier 9.12.0.0 (and Later

More information

CMSC421: Principles of Operating Systems

CMSC421: Principles of Operating Systems CMSC421: Principles of Operating Systems Nilanjan Banerjee Assistant Professor, University of Maryland Baltimore County nilanb@umbc.edu http://www.csee.umbc.edu/~nilanb/teaching/421/ Principles of Operating

More information

Virtual Memory cont d.; File System Interface. 03/30/2007 CSCI 315 Operating Systems Design 1

Virtual Memory cont d.; File System Interface. 03/30/2007 CSCI 315 Operating Systems Design 1 Virtual Memory cont d.; File System Interface 03/30/2007 CSCI 315 Operating Systems Design 1 1 Thrashing If a process does not have enough pages, the page-fault rate is very high. This leads to: Low CPU

More information

E SAS Serial Acquisition System Manual E Ver 6.03 January 3, 1998

E SAS Serial Acquisition System Manual E Ver 6.03 January 3, 1998 E-41520 SAS Serial Acquisition System Manual E-41520 Ver 6.03 January 3, 1998 Durham Geo-Enterprises, Inc. 1-800-837-0864 P.O. Box 870907 +1 (770)-465-7557 Stone Mountain, GA 30087 Fax +1 (770)-465-7447

More information

ATs.T X ;,

ATs.T X ;, ATs.T 999-801-0181$............. -;,............ -- a a a a a a a a a a a 8 a a a a a a.......................-.... : a:... a: a: a: a: a: a: a: a: : : : : : : : : : : : ~................-..................

More information

500 Series Installation Guide

500 Series Installation Guide 500 Series Installation Guide Revision 1.9 September, 2010 Disclaimer: The specifications in this document are subject to change without notice. All trademarks mentioned in this document are the property

More information

Datalight ROM-DOS. Version 7.1. User s Guide

Datalight ROM-DOS. Version 7.1. User s Guide Datalight ROM-DOS Version 7.1 User s Guide Printed: April 2002 Datalight ROM-DOS User s Guide Copyright 1993-2002 by Datalight, Inc. All Rights Reserved Datalight, Inc. assumes no liability for the use

More information

HUAWEI H30-U10. Quick Start Guide

HUAWEI H30-U10. Quick Start Guide HUAWEI H30-U10 Quick Start Guide Dual card dual standby single pass Your phone supports only dual card dual standby single pass, which means you cannot use both SIM cards for calls or data services simultaneously.

More information

DDA-06 External DAS Driver

DDA-06 External DAS Driver DDA-06 External DAS Driver USER S GUIDE DDA-06 External DAS Driver User s Guide Revision B - November 1994 Part Number: 53121 New Contact Information Keithley Instruments, Inc. 28775 Aurora Road Cleveland,

More information

Chapter 11: File-System Interface

Chapter 11: File-System Interface Chapter 11: File-System Interface Silberschatz, Galvin and Gagne 2013 Chapter 11: File-System Interface File Concept Access Methods Disk and Directory Structure File-System Mounting File Sharing Protection

More information

UNIT V SECONDARY STORAGE MANAGEMENT

UNIT V SECONDARY STORAGE MANAGEMENT UNIT V SECONDARY STORAGE MANAGEMENT File System Interface: Concept Access Methods Directory Structure File System Mounting File Sharing Protection File System Implementation: File System Structure File

More information

Business Processes and Rules: Siebel Enterprise Application Integration. Siebel Innovation Pack 2013 Version 8.1/8.

Business Processes and Rules: Siebel Enterprise Application Integration. Siebel Innovation Pack 2013 Version 8.1/8. Business Processes and Rules: Siebel Enterprise Application Integration Siebel Innovation Pack 2013 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software

More information

POWERSTATION. Shell Runtime Guide

POWERSTATION. Shell Runtime Guide POWERSTATION Shell Runtime Guide POWERSTATION Shell Runtime Guide CTC Parker Automation Phone:513-831-2340 50 W. TechneCenter Drive, Milford, Ohio 45150 Technical Support: 513-248-1714 A3-05904-100 Copyright

More information

NETWRIX INACTIVE USER TRACKER

NETWRIX INACTIVE USER TRACKER NETWRIX INACTIVE USER TRACKER QUICK-START GUIDE Product Version: 3.0.106 March 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

- Remarks (1) and (2) about the FCB format in version 2 of MSX-DOS have been added.

- Remarks (1) and (2) about the FCB format in version 2 of MSX-DOS have been added. MSX2 TECHNICAL HANDBOOK ----------------------- Edited by: ASCII Systems Division Published by: ASCII Coprporation - JAPAN First edition: March 1987 Text files typed by: Nestor Soriano (Konami Man) - SPAIN

More information

National University of Computer and Emerging Sciences Operating System Lab - 02 Lab Manual

National University of Computer and Emerging Sciences Operating System Lab - 02 Lab Manual National University of Computer and Emerging Sciences Operating System Lab - 02 Lab Manual Objective This lab is all about running commands in Ubuntu Terminal and compiling C program in Ubuntu Table of

More information