Command line and batch files Molekular Phylogenetics Practical

Size: px
Start display at page:

Download "Command line and batch files Molekular Phylogenetics Practical"

Transcription

1 Command line and batch files Molekular Phylogenetics Practical

2 2 1.1 The command line Alternative to the graphical user interface (GUI) of an operating system Advantages: Commands can be saved for repeated use One program is able to execute other programs Experienced users can perform some tasks faster than with the GUI Drawbacks: Commands and options have to be known by the user (or displayed in a more time-consuming way than in the GUI)

3 1.2 Usage 3 An input consists of a command and a list of parameters. Command: Name of an executable file (e.g. winword.exe ) Standard command (e.g. cd for change directory) Parameter list: Separated by spaces Provide further information to the executed application e.g. the name of a file to opened with the application Befehl abgetrennt durch Leerzeichen Parameter

4 1.3 Working directory 4 The current working directory is displayed in front of the input cursor Files in there can be referenced without the full path The command cd changes the working directory command path relative to the current working directoty ( C:\ ) as the only parameter Changed working directory

5 1.4 Specifiying paths (1) 5 File locations (as commands or parameters) can be specified in different ways: Application and document are both located in the current working directory (relative paths can be used for both) Application is in the working directory, the document is referenced by a relative path.. means one level upwards

6 1.4 Specifiying paths (2) 6 Application in the current working directory, document referenced by an absolute path Application referenced by an absolute path, document in the current working directory Since the path to the application contains spaces, is has to be put in quotation marks Otherwise C:\Program would be the command and there would be 4 parameters: Files (x86)\editoren\microsoft Office\Office14\winword.exe Dokument.docx Of course is is always possible to specify application and dokument with absolute paths

7 1.5 Important commands cd <path> dir del <path> md <name> rd <path> copy <source> <target> Copies a file move <source> <target> Moves a file exit Changes the working directory Lists the contents of the working directory Deletes the specified file (or all files in the specified folder) Creates a new directory Deletes the specified directory Terminates the command line session (The same effect as closing the command line window) 7

8 1.6 Batch files 8 Expressions for the command line can also be saved in text files Repeated tasks can be saved and do have to retyped every time Files have the extension bat Every line in the file contains one expression (consisting of a command and possible parameters) Example: Sets the working directory to the Documents of the user BenStoever and starts Word To execute a batch file simple type its name into the command line (or double click on it)

9 2. Java Technologie Java Virtual Machine Java applications cannot be executed directly They have to be executed by a virtual machine (JVM) The virtual machine is an executable file compiled for the according operating system The java application is contained in a JAR file and can be executed on all operating systems where a virtual machine is available Advantage: Java applications are indendant on the operating system Disatvantage: A JVM has to be installed, Complex calculations in Java code might take longer than in native applications

10 2.2 Starting a Java application 2. Java Technologie 10 Der command (executable file) is the JVM in this case Its first parameter is always -jar The Java application file (JAR file) is the second parameter Additional parameters that are specified are passed to the application by the JVM Command (JVM) Parameter for the Java application Java application

11 Titel der Präsentation Example RandSeq RandSeq is a program to generate equally distributed random DNA and RAN sequences It is written in Java and therefore has to be started via java jar RandSeq expects the following command line parameters: java jar RandSeq.jar <outputfile> <nucleotidecount> <sequencetype> <cytosinerate> <guaninerate> <adeninerate> <sequencetype> can either be dna or -rna The remaining rate for thymine or uracil is calculated from the others

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

USING THE OOSIML/JAVA COMPILER. With the Command Window

USING THE OOSIML/JAVA COMPILER. With the Command Window USING THE OOSIML/JAVA COMPILER With the Command Window On Windows Operating System José M. Garrido Department of Computer Science December 2017 College of Computing and Software Engineering Kennesaw State

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

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

Addoro for Axapta 2009

Addoro for Axapta 2009 Addoro for Axapta 2009 Installation and Configuration Overview of Addoro for Axapta 2009 Addoro for Axapta 2009 consists of two Windows Service applications that Addoro customers installs on their local

More information

Upgrade EZ-Pay V6 Guide

Upgrade EZ-Pay V6 Guide Upgrade EZ-Pay V6 Guide Who should use this patch Users who are using versions 3.0.4 of EZ-Pay can upgrade to version 3.1.0 Where to get this patch Download it from http://www.hr21.com.hk/ -> Products->

More information

Software Installation for CS121

Software Installation for CS121 Software Installation for CS121 Dr. Lixin Tao http://csis.pace.edu/~lixin Computer Science Department Pace University August 26, 2005 1 Installation of Java J2SE 5 SDK 1. Visit Start Settings Control Panel

More information

Estuary Model MatLab Compiler Runtime for PCs

Estuary Model MatLab Compiler Runtime for PCs Estuary Model MatLab Compiler Runtime for PCs 1. Start by downloading the 2 required files to the Desktop: a. Mat Lab Compiler Runtime installer b. Estuary Program 2. Click the actual MatLab Compiler Runtime

More information

USING THE OOSIML/JAVA. With a Terminal Window

USING THE OOSIML/JAVA. With a Terminal Window USING THE OOSIML/JAVA With a Terminal Window On Linux Operating System José M. Garrido Department of Computer Science December 2017 College of Computing and Software Engineering Kennesaw State University

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

DualSPHysics Interface Documentation

DualSPHysics Interface Documentation DualSPHysics Interface Documentation Version 1.1 (05/07/2013) S. M. Longshaw & B. D. Rogers Smoothed Particle Hydrodynamics Expert Group, The University of Manchester 1 P a g e Contents 1.0 Installation

More information

Command-driven, event-driven, and web-based software

Command-driven, event-driven, and web-based software David Keil Spring 2009 Framingham State College Command-driven, event-driven, and web-based software Web pages appear to users as graphical, interactive applications. Their graphical and interactive features

More information

Gradle and Command Line Workshop Activity

Gradle and Command Line Workshop Activity Gradle and Command Line Workshop Activity Activity for the SUNY Oswego Computer Science Association s Gradle and Command Line Workshop. Written by Christopher Wells, and released under CC0 license. Introduction

More information

1. Go to the URL Click on JDK download option

1. Go to the URL   Click on JDK download option Download and installation of java 1. Go to the URL http://www.oracle.com/technetwork/java/javase/downloads/index.html Click on JDK download option 2. Select the java as per your system type (32 bit/ 64

More information

The Command Shell. Fundamentals of Computer Science

The Command Shell. Fundamentals of Computer Science The Command Shell Fundamentals of Computer Science Outline Starting the Command Shell Locally Remote Host Directory Structure Moving around the directories Displaying File Contents Compiling and Running

More information

PostMaster Enterprise v8.xx Setup Guide Windows

PostMaster Enterprise v8.xx Setup Guide Windows PostMaster Enterprise v8.xx Setup Guide Windows How Do I Carry Out A Fresh Setup Of PMEv8 The complete installation of PMEv8 covers the following steps Start PMEv8 How Do I Carry Out A Fresh Setup Of PMEv8

More information

In order to support developers, there needs to be a number of tools available which may be involved in the ultimate solution.

In order to support developers, there needs to be a number of tools available which may be involved in the ultimate solution. Problem Statement J2ME or Java ME is ripe with device fragmentation. Add to that the limited memory available for midlet suites, it is imperative that developer tools provide developers with the help necessary

More information

COMP 110/401 WINDOWS COMMAND INTERPRETER. Instructor: Prasun Dewan (FB 150,

COMP 110/401 WINDOWS COMMAND INTERPRETER. Instructor: Prasun Dewan (FB 150, COMP 110/401 WINDOWS COMMAND INTERPRETER Instructor: Prasun Dewan (FB 150, dewan@unc.edu) WINDOWS COMMAND INTERPRETER 2 COMMAND INTERPRETER? Interprets Command Lines Provides alternative to (OS and Application)

More information

EventLog Monitor Tool Setup

EventLog Monitor Tool Setup EventLog Monitor Tool Setup 1 EventLog Monitor Tool Setup Introduction The EventLog Monitor Tool is an optional OpenLM component that may be installed and configured to integrate OpenText and EPLAN software

More information

Downloading and Running TF32J Time-frequency Analysis for Java. Paul Milenkovic Department of Electrical and Computer Engineering

Downloading and Running TF32J Time-frequency Analysis for Java. Paul Milenkovic Department of Electrical and Computer Engineering Downloading and Running TF32J Time-frequency Analysis for Java Paul Milenkovic Department of Electrical and Computer Engineering cspeech@chorus.net TF32J Time-frequency Analysis for Java is an application

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

Genomic Island Hunter (GIHunter)

Genomic Island Hunter (GIHunter) 2013 Genomic Island Hunter (GIHunter) Han Wang, Dongsheng Che Department of Computer Science East Stroudsburg University Contents 1. Requirements 2 2. Installation 3 2.1 Download GIHunter 3 2.2 Extract

More information

Chapter 4 Java Language Fundamentals

Chapter 4 Java Language Fundamentals Chapter 4 Java Language Fundamentals Develop code that declares classes, interfaces, and enums, and includes the appropriate use of package and import statements Explain the effect of modifiers Given an

More information

Axel Menu. Publishing Applications and Securing the Desktop for Windows TSE. November Ref.: AxMenuE-11

Axel Menu. Publishing Applications and Securing the Desktop for Windows TSE. November Ref.: AxMenuE-11 Axel Menu Publishing Applications and Securing the Desktop for Windows TSE November 2008 - Ref.: AxMenuE-11 The reproduction of this material, in part or whole, is strictly prohibited. For additional information,

More information

Dashboard Installations & Troubleshooting Guide

Dashboard Installations & Troubleshooting Guide Dashboard Installations & Troubleshooting Guide Last Revision Date: October 29, 2009 Last Revision Date: October 29, 2009 Table of Contents Table of Contents...2 How to install Dashboard & Dashboard Purge

More information

Don t jump ahead, there is more you need to do first in order for this to work properly.

Don t jump ahead, there is more you need to do first in order for this to work properly. With the release of our new PD 502 & PD 602 portable terminals, you are required to use CPS v5.06.01.009 programming software. To maintain compatibility between the different DMR model radios, you will

More information

These will serve as a basic guideline for read prep. This assumes you have demultiplexed Illumina data.

These will serve as a basic guideline for read prep. This assumes you have demultiplexed Illumina data. These will serve as a basic guideline for read prep. This assumes you have demultiplexed Illumina data. We have a few different choices for running jobs on DT2 we will explore both here. We need to alter

More information

GET TO KNOW YOUR COMMAND PROMPT

GET TO KNOW YOUR COMMAND PROMPT PC TERMINAL COMMANDS GET TO KNOW YOUR COMMAND PROMPT A command line interface (or the command line) is a text-only way of browsing and interacting with your computer. In Windows, the command line is called

More information

1 - Download the VarAFT software. Go to click on the Download section

1 - Download the VarAFT software. Go to   click on the Download section 1 - Download the VarAFT software Go to http://varaft.eu click on the Download section October 31st November 3rd 2016 2 1 - Download the VarAFT software Get the VarAFT installer corresponding to your computer

More information

Getting Started with Command Prompts

Getting Started with Command Prompts Getting Started with Command Prompts Updated December, 2017 Some courses such as Java Programming will ask the student to perform tasks from a command prompt (Windows) or Terminal window (Mac OS). Many

More information

Instructions. First, download the file

Instructions. First, download the file Instructions First, download the file http://www.cs.mcgill.ca/~cs202/2012-09/web/lectures/dan/unit0/helloworld.java from the course webpage. You can view this file in a program such as notepad (windows),

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

About Boxoft All to AMR Converter

About Boxoft All to AMR Converter Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The registered version does not have time limit About Boxoft All to AMR Converter

More information

Input Validation For Free Text Fields

Input Validation For Free Text Fields Input Validation For Free Text Fields User Manual Project Members: Hagar Offer & Ran Mor Academic Advisor: Dr Gera Weiss Technical Advisors: Raffi Lipkin & Nadav Attias 1 Table of Contents 1 Introduction...

More information

ArgoUML Quick Guide. Get started with ArgoUML Kunle Odutola Anthony Oguntimehin Linus Tolke Michiel van der Wulp

ArgoUML Quick Guide. Get started with ArgoUML Kunle Odutola Anthony Oguntimehin Linus Tolke Michiel van der Wulp ArgoUML Quick Guide Get started with ArgoUML 0.24 Kunle Odutola Anthony Oguntimehin Linus Tolke Michiel van der Wulp ArgoUML Quick Guide: Get started with ArgoUML 0.24 by Kunle Odutola, Anthony Oguntimehin,

More information

Moose for Java Enterprise Application

Moose for Java Enterprise Application Moose for Java Enterprise Application Perin Fabrizio SCG - Software Composition Group Institut für Informatik und Angewandte Mathematik University of Bern, Switzerland 18/03/10 Revision History Date Ver.

More information

Worldox and Microsoft Office 2013 Integration

Worldox and Microsoft Office 2013 Integration Worldox and Microsoft Office 2013 Integration This document provides details about Worldox s feature integration with Microsoft Office 2013. You can use the following Microsoft Office 2013 applications

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

Installing Lemur on Mac OS X and CSE Systems

Installing Lemur on Mac OS X and CSE Systems Installing Lemur on Mac OS X 10.6.4 and CSE Systems Everything all at once For those of you who just want to copy and paste, here is the quick and dirty. # Config for black.cse.msu.edu # Note that you

More information

Degenio. MouliForms. Migration Oracle forms 6-10g

Degenio. MouliForms. Migration Oracle forms 6-10g Degenio MouliForms Migration Oracle forms 6-10g Introduction Phases during forms conversion Options and Tools for conversion Mouliforms Presentation Conversion process with MouliForms Messages during conversion

More information

HP Point of Sale (POS) Peripherals Configuration Guide Barcode Scanner

HP Point of Sale (POS) Peripherals Configuration Guide Barcode Scanner HP Point of Sale (POS) Peripherals Configuration Guide Barcode Scanner Document Version 2.10 July 2009 1 Copyright 2007-2009 Hewlett-Packard Development Company, L.P. The information contained herein is

More information

Release Date April 9, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date April 9, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 SP2 Installation Guide Release Date April 9, 2010 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved. Trademarks

More information

Automate Secure Transfers with SAS and PSFTP

Automate Secure Transfers with SAS and PSFTP SESUG Paper 115-2017 Automate Secure Transfers with SAS and PSFTP Kyle Thompson, PPD, Morrisville, NC Kenneth W. Borowiak, PPD, Morrisville, NC INTRODUCTION The ability to transfer files between remote

More information

The QuickCalc BASIC User Interface

The QuickCalc BASIC User Interface The QuickCalc BASIC User Interface Running programs in the Windows Graphic User Interface (GUI) mode. The GUI mode is far superior to running in the CONSOLE mode. The most-used functions are on buttons,

More information

Department of Computer Science. Software Usage Guide. CSC132 Programming Principles 2. By Andreas Grondoudis

Department of Computer Science. Software Usage Guide. CSC132 Programming Principles 2. By Andreas Grondoudis Department of Computer Science Software Usage Guide To provide a basic know-how regarding the software to be used for CSC132 Programming Principles 2 By Andreas Grondoudis WHAT SOFTWARE AM I GOING TO NEED/USE?...2

More information

MATLAB The first steps. Edited by Péter Vass

MATLAB The first steps. Edited by Péter Vass MATLAB The first steps Edited by Péter Vass MATLAB The name MATLAB is derived from the expression MATrix LABoratory. It is used for the identification of a software and a programming language. As a software,

More information

Tutorial 2: Compiling and Running C++ Source Code

Tutorial 2: Compiling and Running C++ Source Code Tutorial 2: Compiling and Running C++ Source Code 1. Log in to your UNIX account as you did during the first tutorial. 2. Click on the desktop with the left mouse button and consider the menu that appears

More information

Chapter 2: Operating-System Structures. Operating System Concepts 9 th Edit9on

Chapter 2: Operating-System Structures. Operating System Concepts 9 th Edit9on Chapter 2: Operating-System Structures Operating System Concepts 9 th Edit9on Silberschatz, Galvin and Gagne 2013 Objectives To describe the services an operating system provides to users, processes, and

More information

Logging on to the Hadoop Cluster Nodes. To login to the Hadoop cluster in ROGER, a user needs to login to ROGER first, for example:

Logging on to the Hadoop Cluster Nodes. To login to the Hadoop cluster in ROGER, a user needs to login to ROGER first, for example: Hadoop User Guide Logging on to the Hadoop Cluster Nodes To login to the Hadoop cluster in ROGER, a user needs to login to ROGER first, for example: ssh username@roger-login.ncsa. illinois.edu after entering

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

NetSim - Batch Automation

NetSim - Batch Automation NetSim - Batch Automation Software Recommended: NetSim Standard v11.0, Visual Studio 2015/2017 Project Download Link: https://github.com/netsim-tetcos/netsim_batch_automation_v11.0/archive/master.zip NetSim

More information

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

WA2031 WebSphere Application Server 8.0 Administration on Windows. Student Labs. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc.

WA2031 WebSphere Application Server 8.0 Administration on Windows. Student Labs. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. WA2031 WebSphere Application Server 8.0 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Deployment Manual. SAP J2EE Engine 6.20

Deployment Manual. SAP J2EE Engine 6.20 Deployment Manual SAP J2EE Engine 6.20 Contents About This Manual... 4 Target Audience... 4 Structure... 4 Deployment Tasks...5 Overview... 6 Generate J2EE Components... 7 Generate J2EE Components Using

More information

User Manual. Contents. Conrad Koppitz August 18, I Client 1. II Server 5. 1 Requirements 2

User Manual. Contents. Conrad Koppitz August 18, I Client 1. II Server 5. 1 Requirements 2 Conrad Koppitz August 18, 2010 Contents I Client 1 1 Requirements 2 2 Installation 2 2.1 Deployment.............................. 2 2.1.1 Bluetooth........................... 2 2.1.2 Data Cable..........................

More information

BladeLogic Command Line Interface (BLCLI)

BladeLogic Command Line Interface (BLCLI) BladeLogic Command Line Interface (BLCLI) Table of Contents Table of Contents... 1 1. Introduction... 2 1.1. Overview... 2 2. Best Practice... 3 2.1. Before We Begin... 3 2.1.1. A Brief Overview of the

More information

Introduction to Linux. Fundamentals of Computer Science

Introduction to Linux. Fundamentals of Computer Science Introduction to Linux Fundamentals of Computer Science Outline Operating Systems Linux History Linux Architecture Logging in to Linux Command Format Linux Filesystem Directory and File Commands Wildcard

More information

Stat Server Deployment Guide. Java Sections

Stat Server Deployment Guide. Java Sections Stat Server Deployment Guide Java Sections 2/8/2018 Contents 1 Java Sections 1.1 How to Configure a Particular Java Extension 1.2 How to Configure a Particular Java Extension Stat Type 1.3 How to Configure

More information

Introduction to GDAL/OGR

Introduction to GDAL/OGR Introduction to GDAL/OGR Johannes van der Kwast UNESCO-IHE Institute for Water Education E-mail: j.vanderkwast@unesco-ihe.org Version 3.1, September 2015 OpenCourseWare 1 Contents 1 Introduction... 3 1.1

More information

Addoro Local 3.0. Installation and Configuration

Addoro Local 3.0. Installation and Configuration Addoro Local 3.0 Installation and Configuration Overview of Addoro Local Addoro Local consists of two Windows Service applications that Addoro customers installs on their local network. Addoro Local Print

More information

1. The Apache Derby database

1. The Apache Derby database 1. The Apache Derby database In these instructions the directory jdk_1.8.0_102 is named after the version 'number' of the distribution. Oracle tend to issue many new versions of the JDK/ JRE each year.

More information

Programming Principles 1 (CSC131) & 2 (CSC132) Software usage guide

Programming Principles 1 (CSC131) & 2 (CSC132) Software usage guide School of Sciences Department of Computer Science and Engineering Programming Principles 1 (CSC131) & 2 (CSC132) Software usage guide WHAT SOFTWARE AM I GOING TO NEED/USE?... 3 WHERE DO I FIND THE SOFTWARE?...

More information

JReport Enterprise Viewer for JREntServer Manual

JReport Enterprise Viewer for JREntServer Manual JReport Enterprise Viewer for JREntServer Manual Table of Contents Installing and Launching JReport Enterprise Viewer...1 Installing JReport Enterprise Viewer...1 Installing on Windows...1 Installing on

More information

JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version

JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version Overview: EnterpriseOne 8.12 (Tools Release 8.96) Standalone is a self-contained demo of the JD Edwards enterprise software (formerly

More information

Modifying image file contents with Ghost Explorer. This section includes the following topics:

Modifying image file contents with Ghost Explorer. This section includes the following topics: Modifying image file contents with Ghost Explorer This section includes the following topics: Using Ghost Explorer Viewing image files and their properties Launching a file Extracting a file or directory

More information

02/03/15. Compile, execute, debugging THE ECLIPSE PLATFORM. Blanks'distribu.on' Ques+ons'with'no'answer' 10" 9" 8" No."of"students"vs."no.

02/03/15. Compile, execute, debugging THE ECLIPSE PLATFORM. Blanks'distribu.on' Ques+ons'with'no'answer' 10 9 8 No.ofstudentsvs.no. Compile, execute, debugging THE ECLIPSE PLATFORM 30" Ques+ons'with'no'answer' What"is"the"goal"of"compila5on?" 25" What"is"the"java"command"for" compiling"a"piece"of"code?" What"is"the"output"of"compila5on?"

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

Creating Android Apps from Rh10

Creating Android Apps from Rh10 Creating Android Apps from Rh10 INTRODUCTION This document was originally written when RoboHelp 10 was the current version and came in a zip file with the required files. As they might not be compatible

More information

1. The Apache Derby database

1. The Apache Derby database 1. The Apache Derby database In these instructions the directory jdk_1.8.0_112 is named after the version 'number' of the distribution. Oracle tend to issue many new versions of the JDK/ JRE each year.

More information

10 Overdue Notices & Reports by Class or Homeroom CCSD Symphony Circulation Manual (08/17) OVERDUE NOTICES

10 Overdue Notices & Reports by Class or Homeroom CCSD Symphony Circulation Manual (08/17) OVERDUE NOTICES OVERDUE NOTICES Change Report Name to reflect your school library (XXX Overdue Notices) Under the Checkout Selection: Replace BIBSERVICE with your Library Leave the status = CHECKEDOUT Leave overdue =

More information

MnCHOICES Assessment 1.0 and Windows 10 troubleshooting

MnCHOICES Assessment 1.0 and Windows 10 troubleshooting MnCHOICES Assessment 1.0 and Windows 10 troubleshooting Who needs the message? All lead agencies updating to Windows 10 and all lead agencies experiencing problems with Windows 10 today. Internet Explorer

More information

For convenience in typing examples, we can shorten the wordnet name to wn.

For convenience in typing examples, we can shorten the wordnet name to wn. NLP Lab Session Week 14, December 4, 2013 More Semantics: WordNet similarity in NLTK and LDA Mallet demo More on Final Projects: weka memory and loading Spam documents Getting Started For the final projects,

More information

NETCONF Client GUI. Client Application Files APPENDIX

NETCONF Client GUI. Client Application Files APPENDIX APPENDIX B The NETCONF client is a simple GUI client application that can be used to understand the implementation of the NETCONF protocol in Cisco E-DI. This appendix includes the following information:

More information

Intro to Linux. this will open up a new terminal window for you is super convenient on the computers in the lab

Intro to Linux. this will open up a new terminal window for you is super convenient on the computers in the lab Basic Terminal Intro to Linux ssh short for s ecure sh ell usage: ssh [host]@[computer].[otheripstuff] for lab computers: ssh [CSID]@[comp].cs.utexas.edu can get a list of active computers from the UTCS

More information

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 Installation Guide Release Date September 30, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved.

More information

TreeCollapseCL 4 Emma Hodcroft Andrew Leigh Brown Group Institute of Evolutionary Biology University of Edinburgh

TreeCollapseCL 4 Emma Hodcroft Andrew Leigh Brown Group Institute of Evolutionary Biology University of Edinburgh TreeCollapseCL 4 Emma Hodcroft Andrew Leigh Brown Group Institute of Evolutionary Biology University of Edinburgh 2011-2015 This command-line Java program takes in Nexus/Newick-style phylogenetic tree

More information

HT Remote Management System User Manual

HT Remote Management System User Manual HT Remote Management System User Manual Ⅰ Running Environment 1. Operating System: Windows Linux and all other system which can run JVM. 2. JAVA Platform: Download and install JRE1.4 or JDK 1.4 or higher

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2016 Lecture 5 Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 User Operating System Interface - CLI CLI

More information

Installing DevPartner Java Edition Release 4.1

Installing DevPartner Java Edition Release 4.1 Installing DevPartner Java Edition Release 4.1 Technical support is available from our Technical Support Hotline or via our FrontLine Support Web site. Technical Support Hotline: 1-888-686-3427 Frontline

More information

Central Administration Console Installation and User's Guide

Central Administration Console Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Central Administration Console Installation and User's Guide SC27-2808-04 IBM Tivoli Storage Manager FastBack for Workstations Version

More information

Batch Watermark Creator Software

Batch Watermark Creator Software PhotoX Batch Watermark Creator Software PhotoX helps you to add watermark stamp to your photos in a batch. The watermark can be generated from text or from an image. PhotoX also provides other tools likes

More information

Installing the Management Software

Installing the Management Software To install the software for the first time, or if you want to update or reinstall the software, access the supervisor module with a web browser. Click the Install links on the web page that is displayed.

More information

Installing Fabric Manager

Installing Fabric Manager CHAPTER 3 Before installing Fabric Manager, make sure that the hardware setup and initial configuration using the CLI is completed. See Chapter 2, Initial Switch Configuration, for details. The Cisco Fabric

More information

Introduction to Linux Environment. Yun-Wen Chen

Introduction to Linux Environment. Yun-Wen Chen Introduction to Linux Environment Yun-Wen Chen 1 The Text (Command) Mode in Linux Environment 2 The Main Operating Systems We May Meet 1. Windows 2. Mac 3. Linux (Unix) 3 Windows Command Mode and DOS Type

More information

Introduction. 1. Deactivating Anti-Executable. 2. Updating the virus definitions. 3. Reactivating Anti-Executable.

Introduction. 1. Deactivating Anti-Executable. 2. Updating the virus definitions. 3. Reactivating Anti-Executable. Introduction The process of updating virus definitions on workstations protected by Faronics Anti-Executable Enterprise involves three fundamental steps: 1. Deactivating Anti-Executable. 2. Updating the

More information

PT-X Drive. Installation Guide

PT-X Drive. Installation Guide PT-X Drive Installation Guide Notices Copyright Bottomline Technologies, Inc. 2015. All Rights Reserved Information in this document is subject to change without notice and does not represent a commitment

More information

Sherlock Tutorial Getting Started

Sherlock Tutorial Getting Started Sherlock Tutorial Getting Started Background Sherlock is a Java-based application that allows users to analyze the reliability of circuit card assemblies based on their design files. Sherlock has been

More information

KNIME workflow with the reporting functionality

KNIME workflow with the reporting functionality Molecular Profiling Research Center for Drug Discovery (MolProf), AIST KNIME workflow with the reporting functionality Installation manual AIST 2015/06/29 Contents 1 Introduction... 2 2 About workflow

More information

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

Supplement B. Creating, Compiling and Running Java Programs from the Command Window Supplement B Creating, Compiling and Running Java Programs from the Command Window For Introduction to Java Programming, 5E By Y. Daniel Liang This supplement covers the following topics: Opening a Command

More information

Prepared by Heena Patel(Asst. Prof) Page 1

Prepared by Heena Patel(Asst. Prof) Page 1 UNIT-1 Operating System Concept 1. Define an operating system. What is primary goal of OS? 2. What is an OS? 3. What do you mean by multitasking? Give names of OS having this feature. 4. What do you mean

More information

CSC116: Introduction to Computing - Java

CSC116: Introduction to Computing - Java CSC116: Introduction to Computing - Java Course Information Introductions Website Syllabus Computers First Java Program Text Editor Helpful Commands Java Download Intro to CSC116 Instructors Course Instructor:

More information

WinFlexOne v6.30 Claims Entry Documentation

WinFlexOne v6.30 Claims Entry Documentation The claims entry screen has been enhanced to provide easier access and visibility to the claim processor s preferences and for ease of use. From the Main Menu of WinFlexOne select Process Claim 2007 MHM

More information

Open a command prompt window and change to the directory containing the file just downloaded. Run this command:

Open a command prompt window and change to the directory containing the file just downloaded. Run this command: Deploying Apple QuickTime The Third Party Software Deployment feature of SyAM Management Utilities can be used to perform a silent deployment of Apple QuickTime to Windows machines. Requirements: This

More information

CSC 453 Operating Systems

CSC 453 Operating Systems CSC 453 Operating Systems Lecture 10 : File-System Interface The Concept of A File A file is a collection of data stored on external device or A file is a collection of data entering or exiting the computer.

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

MapXtreme Java Edition Install Guide

MapXtreme Java Edition Install Guide MapXtreme Java Edition 4.8.2 Install Guide Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com UK and EMEA:

More information

Operating Systems. Designed and Presented by Dr. Ayman Elshenawy Elsefy

Operating Systems. Designed and Presented by Dr. Ayman Elshenawy Elsefy Operating Systems Designed and Presented by Dr. Ayman Elshenawy Elsefy Dept. of Systems & Computer Eng.. AL-AZHAR University Website : eaymanelshenawy.wordpress.com Email : eaymanelshenawy@yahoo.com Reference

More information

Chap2: Operating-System Structures

Chap2: Operating-System Structures Chap2: Operating-System Structures Objectives: services OS provides to users, processes, and other systems structuring an operating system how operating systems are designed and customized and how they

More information

Version S Cincinnati, Suite 105 Tulsa, OK (918) Fax (918)

Version S Cincinnati, Suite 105 Tulsa, OK (918) Fax (918) Version 1.0 We pride ourselves in producing good stuff. If you have any questions, problems, or suggestions regarding this product, please contact us at: 810 S Cincinnati, Suite 105 Tulsa, OK 74119 (918)

More information

Computer Principles and Components 1

Computer Principles and Components 1 Computer Principles and Components 1 Course Map This module provides an overview of the hardware and software environment being used throughout the course. Introduction Computer Principles and Components

More information