ENHANCED FILE MANAGEMENT SYSTEM Date: 21 st December, 2006

Size: px
Start display at page:

Download "ENHANCED FILE MANAGEMENT SYSTEM Date: 21 st December, 2006"

Transcription

1 ENHANCED FILE MANAGEMENT SYSTEM Date: 21 st December,

2 Table of Contents 1 Introduction 1.1 Purpose Scope Overview Definitions/Abbreviations..3 2 General Description 2.1 Product perspective Product functions User characteristics Requirements 3.1 Functional Requirements General Requirements Interface requirements User interface Software Interface Constraints and assumptions Attributes Availability Transferability/conversion Maintainability Reliability Security..14 2

3 SECTION 1 Introduction 1.1 Purpose: This document describes the software requirements for an Enhanced File Management System. It is intended for the designer, developer, the maintainer and the user of the system. 1.2 Scope: This File Management System is designed to enable the better handling of files on the user s computer intended mainly for personal or office use. 1.3 Overview: The rest of the document contains the following: Some important abbreviations and definitions that will be used throughout the document. Section 2 will contain a general product description. Section 3 specifies the functional requirements, performance requirements and the attributes of the product. 1.4 Definitions/Abbreviations: MANAGEMENT: When taken in terms of files and folders the term management includes classification, searching, adding, deleting, and categorization. EFM: This is an abbreviation used for the Enhanced File Management System, that is, the product that is being designed. FILES/FOLDERS: A file is a basic unit of storage that enables the computer to distinguish one set of information from another. It is a collection of data that a user can retrieve, change, delete, save or send to an output device such as a printer. A folder is a container for programs and files. It is used to organize programs and documents on a disk. LABELS: Labels will be used for classification purposes on files and folders. Files/folders can have multiple labels. The labels will be in text. Labels can be assigned to both files and folders. There may be sub-labels under a label. 3

4 GUI: GUI is the abbreviation for Graphical User Interface. It is where the user will interact with the program to perform the product functions. The GUI is designed to be easily useable by customer. This will be described more precisely in Section LABEL-PATH: This means the path of a label / file as given by our EFM system. So for example, suppose the top-level label ROOT contains a sub-label PICS which contains a sub-label EID-PICS which contains a picture file called eid1.jpg. The label-path of eid1.jpg would be ROOT \ PICS \ EID-PICS \ eid1.jpg. FILE-PATH: This is the file path as given by the Windows Explorer file management scheme. Referring to the previous example, suppose the file eid1.jpg is stored in MyDocuments under a folder named RandomStuff. Then the file path would be C\MyDocuments\RandomStuff\eid1.jpg FILEHANDLER: This is a record that gives the complete information of a file and includes, among other things, the file-path (as defined above) and the file name. For obvious reason, two files with the same file handler are not allowed to exist under the same label (as they are identical). 4

5 SECTION 2 General Description 2.1 Product Perspective: It is a stand alone product intended for Windows XP environment that the users will be able to install on their computer. Users will interact with the software via a user-friendly GUI(see section). The software will enable the user to create new labels, add files to labels, search for labels, delete labels and other such functionality. No extra software or hardware installations are required. 2.2 Product Functions The product should be able to create and delete labels. In addition, it should be possible to add or remove files from already existing labels. The user may modify a label as well. If the user modifies/deletes files through the Windows Explorer interface, the product should be able to update its records to catch these changes. The product utilizes a search capability, to search within labels for files and to search for labels themselves (a) Add label: The product adds a new label for classification purposes. (b) Add to label: The product adds files and folders to an already existing label. (c) Delete from label: The product removes files from a label, so that they are no longer associated. (d) Delete label: The product deletes a label altogether (e) Modify/Rename: A label can be renamed. (f) Update: If the user renames or deletes a file/folder through Windows explorer interface, the product should be able to update its own records to reflect changes. (g) Search: The search capability can search for labels and also search within labels for sub-labels and their files as well. The aim is to meet the same functionality of search as offered by the Windows Operating system. 2.3 User Characteristics 1) The customer: In this case, the customer and the user are the same entity. We assume an adult user who has basic computer knowledge. By that, we mean the user is comfortable with GUIs of difficulty level similar to Microsoft Office Software and understands file and folder creation/deletion/shifting/searching in Windows interface. This level of knowledge should be sufficient for understanding the EFM interface and functionality, with no specialized computer expertise required. The product is meant for a single user system, and will be used in an office type environment or for personal use. The user emphasis is on classifying various documents although our system can handle other types of files as well. 5

6 Section 3 Requirements 3.1 Functional Requirements Before the document begins to explain the Functional Requirements, it needs to discuss some definitions and terms that may be encountered. The user, at the simplest level, requires the system to hold the files inside labels. Furthermore the system is supposed to have a hierarchy of labels, i.e. there can be a label PICTURES which can have multiple files inside it. As an example we will take it to have image1.jpg and image2.jpg. Apart from the ability of files being attributed to labels, the system should also have the ability to attribute labels to other labels. In short, the system is required to cater for sub-labels. For the purpose of our example, we will say, the PICTURES label contains the sub-labels FRIENDS and FAMILY. Furthermore, the FAMILY label also contains the sub-label PARENTS. It should be noted that the system would have a starting point which would contain inside it all other labels. All the labels would lie over it. This starting point label will be referred to as the Root Label in the section that follows. This Root Label would not hold any files on its own (as explained later in the Functional Requirements); rather it will hold all the top-level labels, or as the Functional Requirements will refer to it, level 1 labels. So if in our example PICTURES was a level 1 label, then both the FAMILY and FRIENDS labels are level 2 labels. Building upon it, it is clear that the PARENTS label is level 3 label. Hence each label belongs to a certain hierarchical level. 6

7 3.1.1 General Requirements 1) Create Label a) Create Label at a given hierarchical level Inputs: Label name, Intended File Path. All the inputs will be given through the system s GUI. Processing: This case happens when the user tries to create a label at a given level. The user gives the name of the label he wants to create and the intended label path where he wants to create it. The intended label path will also give the system the hierarchical level of the Label i.e. if the user wanted to create the PICTURES label over the ROOT LABEL, the path will be simply the ROOT LABEL and the hierarchical level would simply be of level 1. The system will check that there are no conflicts with the names of labels already present at the label path given and any other restrictions that might be decided at the design phase (e.g. there can be a maximum number of labels at a given path). If the request doesn t cross any restrictions and create conflicts, the label is created at the label path and the system is updated accordingly. The GUI will also reflect the changes in the system. The system will also note the statistics of the label created like the time and date of creation. Output: The output will be in the form of a new label created at the intended label path. The output will be visible from the GUI at the intended path of the label b) Clash of label names while creating Labels at a given hierarchical level Inputs: Label name, Intended Path name. All the inputs will be given through the system s GUI. Processing: This case occurs when the label name given is already present at the intended path name. As an example if we consider that a PICTURES label is already present as a level 1 label, and the user tries to create a new label with the name, PICTURES inside the ROOT LABEL (i.e. at level 1). The system should deny such a procedure. It is yet to be decided what would be the end output of the system in such a case as there can be two possible outcomes: deny the action and create no label; or deny the action and ask the user to suggest a new label name. Output: The output of the system in this case would be a denial to proceed with the request. The final output given would be decided at the design phase and on client s confirmation. The error warning and denial of request would be given through the system s GUI. 2) Add file to a Label a) Add a new file to a given label 7

8 Inputs: File handler (which includes among other things the filename and its path), Label path (which will also include the complete label name). The inputs should be given through either the standard windows explorer shell, or the system GUI. Processing: This case will happen when the user sends a request of adding a file to an already created label. To proceed with the request, the system needs to know the full path of the label and the unique File handler from the Operating System. These inputs can come from the windows explorer or the system GUI itself. For the input to come from the windows explorer there will be a customized menu for each valid file to be added to a user specified label which should invoke the system for the request. The system will add the file to the label after checking for any conflicts (see the next Functional Requirement) and limitations. The system will also update its state to reflect the changes after a specific file is added to a specific label. Output: The output of the request would show that the file has been added to the specified label. The GUI will also reflect the changes made to the system after the file has been added to the label. i. Add a file to a label which already attributed to another label (addendum to a.) Inputs: Inputs would be the same as given in part a. Another way to inform the system of such a request would be to input the request through the GUI by making the request on the file that has already. Processing: The processing will be exactly the same as in part a. The only thing that is different in this requirement that if the system recognizes the file as already attributed to another label, then the system might want to do something different with the file. Although the end result of this function should be exactly the same as part a. All the other restrictions and conflicts are going to be checked by the system in the same way as given in part a. Output: The output to the request will be exactly the same as given in part a. b) Add a file to a given label which already holds the given file Inputs: File handler (as also given in part a.), Label path (as also given in part a.). The inputs should be given through either the standard windows explorer shell, or the system GUI. Processing: The processing for this request will involve the system first in the process of checking any conflicts and restrictions. All the processing will occur in the same way as in part a. but the system will not allow the request to proceed when it finds that the file with the same file Handler is already attributed to the label. Output: The output of the request will be an error presented through the system s GUI informing the user that the file, trying to be added to the label has already been added to the label. 8

9 c) Attempt to add a file to the ROOT LABEL Inputs: File handler (as also given in part a.), Label path (the ROOT LABEL). The input is going to be through the system GUI. Processing: This case will happen when the user sends a request from the GUI to add a file to the ROOT LABEL. Basically the system should deny processing any such request as it beats the whole purpose of the client trying to categorize his files. The system should automatically know that such a request has come in because the path of creating label is also input to the system. Output: The output of the request will be an error presented through the system s GUI informing the user that the file cannot be added to the root label. 3) Delete Label a) Attempt to delete an empty label Inputs: File handler (which includes among other things the filename and its path), Label path (which will also include the complete label name). The inputs should be given through the system GUI. Processing: If the label is empty, i.e, does not refer to any files, the system will directly remove the label from its records. Output: The system will display a message informing the user that the label was successfully deleted. b) Attempt to delete a non-empty label and its contents which are lying directly in the Root Label Inputs: File handler (which includes among other things the filename and its path), Label path (which will also include the complete label name). The input should be given through system GUI. Processing: The system asks the user whether he wants to delete all sub-labels and files in the folder. If the user replies in the affirmative, the label, and all sub-labels and files within it are deleted. Output: The system will display a message informing the user that the label and its contents were successfully deleted. c) Attempt to delete a non-empty label (but not its contents) lying directly in the Root Label Inputs: File handler (which includes among other things the filename and its path), Label path (which will also include the complete label name). The input should be given through system GUI. Processing: The system asks the user whether he wants to delete all sub-labels and files in the folder. If the user replies in the negative, the target label is deleted, and all sub-labels and files within it are shifted down to the lower hierarchical level. So for instance, suppose the PICTURES label is a level 1 label which contains an EIDPICS sub-label (level 2) and several picture files. Upon deletion of the PICTURES label, the EIDPICS sub-label is shifted to level 1. However, since files cannot be placed directly at the level 1, the files are 9

10 shifted into the UNCLASSIFIED label and the sub-label EIDPICS is now a level 1 label Output: The system will display a message informing the user that the label was successfully deleted, and its contents moved in the hierarchy. d) Attempt to delete a non-empty label which is doesn t belong to the Root Label, and no name clashes occur Inputs: File handler (which includes among other things the filename and its path), Label path (which will also include the complete label name). The input should be given through system GUI. Processing: The user is asked through GUI if he wants to delete the contents of the label as well. If he replies yes, the label and its sub-contents are deleted. If he replies no, the files and sub-labels in the label are shifted down to the next level in the hierarchy. Output: The system will display a message informing the user that the delete operation has been successfully concluded. i. Conflict of label names or file names during movement of labels after deletion of a label (Addendum to c. and d.) Inputs: File handler (which includes among other things the filename and its path), Label path (which will also include the complete label name). The input should be given through system GUI. Processing: Let us suppose that EID2005 and EID-END are both labels at level 2, and EID2005 contains a sub-label also called EID-END at level 3. If EID2005 is deleted without erasing its contents, then shifting sub-label EID-END to level 2 creates a names clash with the other label named EID-END at level 2. Whenever this scenario of a names clash of file or label occurs, the system will either a) prevent the delete outright, or b) prompt the user to change one of the file/label names causing a clash, or c) automatically rename one the file/labels. E.g, in this case, the sub-label EID-END being shifted to level 2 would be renamed as EID- END(1). The final choice of what option to take will only be confirmed after consulting client, and design phase. Output: The intermediate output would be the same in all three cases, which is the delete will not be allowed to proceed directly. The final option of whether anything is done after this is yet to be confirmed from client. 4) Remove file from Label a) Attempt to remove a file from a label Input: The input this case would be the filename to be removed the path of the label on the system. Processing: The system will simply update the state of the system to reflect the required changes of the file being removed from a label. There might be a slight change in the processing if the file is included in multiple labels; in that case the 10

11 system will be updated accordingly; i.e. not completely remove the file from the system, rather just remove one label name attributed to the specified file. Output: The GUI should show a message indicating that the file has been removed from the label, and the GUI system as whole should reflect that. 5) Search a) Search for an expression which matches a File or a Label held by the system Input: The user enters a filename or a Label name to search. Here the user may be given an option of whether to search for a file or a label. Processing: The program will then parse the entire database for any file or label matching the given name. Output: If found, the file or label will be displayed with its complete hierarchy. b) Search for a criteria (e.g. date of creation) which matches the attributes of a File or a Label Input: Here the user will be entering the date of creation or any other attribute associated with the file or label that the program will be able to lookup. Processing: Same as part (a) except with the attribute now in place of the filename.. Output: Same as part (a). c) Search does not produce any results If the program is unable to match filenames and labels with the search query, a message will be generated informing the user about the failure of the search. 6) Update according to File System a) The file is removed from Windows File System itself. Input: The input is generated whenever a file is deleted on the Windows system. Processing: The deleted file will be checked on the system to see if it has been attributed to any label. If not then the system will ignore the file deletion. If the system recognizes that the file is already present in one of the labels, the system will notify the user that the file being deleted is contained in label. Output: The file deleted, should be removed from all the labels it was contained in. b) The file is moved to another folder from the Windows File System Input: The input is generated whenever a file is moved from one folder to another. The input would contain the FILE HANDLER and the new path. Processing: First the system will try to recognize if either the file is contained in some label or not. If so, the characteristics of the file in 11

12 our system would be changed to reflect the new path name. If this file happens to be in multiple labels, the path name has to be changed at all the required labels. Output: The output of the system would be to come at a state where the GUI reflects the new file path of the file moved in the Windows File System. c) The file is renamed from the Windows File System Input: The input will be generated whenever the user tries to change the filename from the Windows File System Processing: Like in all other cases, the system will first identify if either the file that is renamed is located in same label or not. If so, the file will be renamed inside all the labels to show the new filename. Output: The output will be in the form of the System GUI showing the most current filename of the file (which has just been renamed in the Windows File System) in all the labels it is contained in. 7) Move Label / File to another Label path a) Moving Labels / Files to new paths in the System Input: SourceLabel-path of the file/label to be shifted, and the destination labelpath of the file/label to be shifted. This input can only be given through the GUI of the product. Processing: If shifting a label, the label and the sublabels and files within it are shifted to the destination label-path. Before making this shift of a label, the system checks that the source label-path and the destination label-path exist, and that the destination label-path is NOT one of the sublabels of the given labelpath. If both these conditions are met, then the label and its contents are shifted. If shifting a file, the only condition to check is that the destination label-path exists and the source Labelpath (i.e, the file itself) exists. Output: If the above-mentioned conditions are met, then the file/label is shifted and a message is displayed to user that the file/label has been successfully shifted. Otherwise, if the destination label-path does not exist, or if the user is trying to shift a label to one of its sub-labels, then an error message is displayed accordingly. 3.2 Interface Requirements 3.2.1: User Interfaces The interface should be easy to use, meant for a customer accustomed to working in Windows environment. The GUI would open in a window and have a display area on left where the hierarchy of labels will be shown (similar to how Windows XP displays files and folders hierarchy when user right clicks on My Computer and than left clicks on explore ). There would be drop down menus for allowing 12

13 access to product functions and a text area where messages to user will be displayed. This is just one sample scheme of how a simple GUI could be implemented; details are deferred till design/analysis phase : Software Interfaces As this is a stand-alone software, the product will not interface with any other products. It may interact indirectly with the operating system. To implement the update functionality (see section 2.2 for details), the product will have to be aware when files are deleted/modified through the Windows explorer interface. This will require some level of interaction between the Operating System and the product, although this process need not be visible or directed by user. The mechanism of how this will be implemented is deferred to the design/analysis stage. 3.3: Constraints and Assumptions 1) The product will be operating on a Windows XP operating system. 2) The product will allow creation of upto 200 labels and 1000 files/folders under 13

14 each label. 3) There will be no network capability built into the product. 4) Each copy of the product will be used by a single user. 5) The product is not intended to be a high-end application, any PC with reasonable specifications (which we define to be 128 MB RAM, and processor Pentium 3 upwards or equivalent) should be able to run the product. 3.4: Attributes 3.4.1: Availability The software product will be running in the background continuously, which is required to implement the update functionality (see section 2.2). The interface will only open when the user opens it, whereupon the user may carry out his desired file management options through the product. The user may choose to turn off the product, in which case it will not provide any functionality till reopened : Transferability/conversion This system is explicitly designed to work in Windows XP, and at this stage, there is no provision for making it transferable/convertible to other platforms : Maintainability The file hierarchy and classification should be easy to maintain, view, modify and keep updated (see Section 2.2 for further explanation of these functions) even upon large increase in number of files/folders being managed by the EFM product, to the upper bound mentioned in Section 3.3. For the developer, there should be the option of later adding other features onto the product, such as perhaps network functionality or making it compatible with platforms other than Windows XP : Reliability The product should not be subject to crashing even upon invalid operations by user (see Section 3.1 for details), nor should it in any way hinder the Operating System in its management of files or any other operation. In particular, the system should avoid allowing labels to point to files that have been shifted or no longer exist : Security Since we are assuming that the product will be installed on a single user system and will not be operable over network, security is not a major concern. We will place the basic check that only the PC administrator may use the product. 14

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

Stellar Phoenix. Access Database Repair 5.0 Installation Guide

Stellar Phoenix. Access Database Repair 5.0 Installation Guide Stellar Phoenix Access Database Repair 5.0 Installation Guide Overview Stellar Phoenix Access Database Repair, a secure and easy to use application is designed for repairing corrupt Microsoft Access (.mdb,.accdb)

More information

File Management Utility. T u t o r i a l

File Management Utility. T u t o r i a l File Management Utility T u t o r i a l Contents System Requirements... 2 Preparing Files for Transfer to GlobalMark... 2 Application Launch... 2 Printer Setup... 2 Communication Status... 4 Communication

More information

Change Management for Rational DOORS User s Guide

Change Management for Rational DOORS User s Guide Change Management for Rational DOORS User s Guide Before using this information, read the general information under Appendix: Notices on page 58. This edition applies to Change Management for Rational

More information

Registry Tuner. Software Manual

Registry Tuner. Software Manual Registry Tuner Software Manual Table of Contents Introduction 1 System Requirements 2 Frequently Asked Questions 3 Using the Lavasoft Registry Tuner 5 Scan and Fix Registry Errors 7 Optimize Registry

More information

Multi-Share User Instructions

Multi-Share User Instructions Multi-Share User Instructions - Table of Contents - 1. Multi-Share Introduction/Overview 2. Multi-Share Installation 3. Multi-Share Configuration 4. Checking the Multi-Share functions 5. Closing Multi-Share

More information

MapInfo License Server Utility

MapInfo License Server Utility MapInfo License Server Utility Version 2.0 PRODUCT GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives.

More information

e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team

e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team Data Migration was a one-time optional activity to migrate the underlying portfolio database in e- config and was only needed during the e-config Upgrade that was rolled out on January 21, 2013. This document

More information

Migration Manager v6. User Guide. Version 1.0.5.0

Migration Manager v6. User Guide. Version 1.0.5.0 Migration Manager v6 User Guide Version 1.0.5.0 Revision 1. February 2013 Content Introduction... 3 Requirements... 3 Installation and license... 4 Basic Imports... 4 Workspace... 4 1. Menu... 4 2. Explorer...

More information

After going through this lesson you would be able to:

After going through this lesson you would be able to: 18 :: Data Entry Operations 2 Operating System 2.1 INTRODUCTION The operating system in these days uses a graphical user interface (GUI). Here you do not have to remember all the commands by heart. The

More information

Introducing Unlimited* Email Storage protected and stored for 10 years in

Introducing Unlimited* Email Storage protected and stored for 10 years in Introducing Unlimited* Email Storage protected and stored for 10 years in Securely store and access all your email from anywhere, anytime! Free up valuable time by letting your e-vault manage storage limits

More information

LogProcess v1.0 User Guide

LogProcess v1.0 User Guide LogProcess v1.0 Index Pages Subject Introduction 3 What is LogProcess? Installation & Configuration 4 System requirements 4-5 Installing the utility 6 Configuring LogProcess 7 Configuring IIS 8 Scheduling

More information

USB DATA Link Cable USER MANUAL. (Model: DA-70010-1) GO! Suite Quick Start Guide

USB DATA Link Cable USER MANUAL. (Model: DA-70010-1) GO! Suite Quick Start Guide USB DATA Link Cable USER MANUAL (Model: DA-70010-1) GO! Suite Quick Start Guide - GO! Suite Introduction - GO! Bridge Introduction - Remote Share Introduction - Folder Sync - Outlook Sync GO! Suite Quick

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Server & Workstation Installation of Client Profiles for Windows

Server & Workstation Installation of Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W General Notes to Prepare for Installing

More information

USB DATA Link Cable USER MANUAL. (Model: DA-70011-1) GO! Suite Quick Start Guide

USB DATA Link Cable USER MANUAL. (Model: DA-70011-1) GO! Suite Quick Start Guide USB DATA Link Cable USER MANUAL (Model: DA-70011-1) GO! Suite Quick Start Guide - GO! Suite Introduction - GO! Bridge Introduction - Remote Share Introduction - Folder Sync - Outlook Sync GO! Bridge for

More information

Sync Tool for Clarion NX700/NX509/NP509 Series

Sync Tool for Clarion NX700/NX509/NP509 Series 1 Introduction Sync Tool for Clarion NX700/NX509/NP509 Series User Guide The Sync Tool is a downloadable application that enables you to update the navigation software, maps and other content included

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Software License Registration Guide

Software License Registration Guide Software License Registration Guide When you have purchased new software Chapter 2 Authenticating a License When you would like to use the software on a different PC Chapter 3 Transferring a License to

More information

Updated: May 2008. Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: May 2008. Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: May 2008 Copyright 2005-2008 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 7 2. Installing the

More information

SIMIAN systems. Sitellite Desktop User Manual. Sitellite Professional Edition

SIMIAN systems. Sitellite Desktop User Manual. Sitellite Professional Edition Sitellite Desktop User Manual Sitellite Professional Edition Introduction The Sitellite Desktop is a cross-platform desktop application that can manage one or more Sitellite 5-powered websites in a more

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.2 User Manual for Mac OS X Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved. Attix5, 2013 Trademarks

More information

Copyright Pro Softnet Corporation. All rights reserved. 2 of 24

Copyright Pro Softnet Corporation. All rights reserved. 2 of 24 Copyright Pro Softnet Corporation. All rights reserved. 2 of 24 Remote Access Helpdesk User Manual TABLE OF CONTENTS Introduction...4 Features...4 Administrator: Manage Technicians...5 Technician: Initiate

More information

FRONTPAGE FORMS... ... ...

FRONTPAGE FORMS... ... ... tro FRONTPAGE FORMS........................................ CREATE A FORM.................................................................................. 1. Open your web and create a new page. 2. Click

More information

Batch Eligibility Long Term Care claims

Batch Eligibility Long Term Care claims Hewlett Packard Enterprise Provider Electronic Solutions software lets Connecticut Medical Assistance Program providers verify patient s eligibility and submit and correct claims for services all electronically.

More information

System Software. 2.1 The Operating System (OS) %%describe the characteristics of different types

System Software. 2.1 The Operating System (OS) %%describe the characteristics of different types System Software 2 Revision Objectives After you have studied this chapter, you should be able to: %%describe the purpose of operating systems %%describe the characteristics of different types of operating

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency

More information

Fixed Destinations. BackupAssist Quick-Start Guide for. BackupAssist installation, configuration and setup. www.backupassist.com.

Fixed Destinations. BackupAssist Quick-Start Guide for. BackupAssist installation, configuration and setup. www.backupassist.com. BackupAssist Quick-Start Guide for Fixed Destinations BackupAssist installation, configuration and setup Contents 1.1 Introduction... 2 2.1 Before you begin... 2 Applies to Local directory 3.1 Installation...

More information

Rev. 06 JAN. 2008. Document Control User Guide: Using Outlook within Skandocs

Rev. 06 JAN. 2008. Document Control User Guide: Using Outlook within Skandocs Rev. 06 JAN. 2008 Document Control User Guide: Using Outlook within Skandocs Introduction By referring to this user guide, it is assumed that the user has an advanced working knowledge of Skandocs (i.e.

More information

Seagate File Recovery Software for Windows - User Guide August 2015

Seagate File Recovery Software for Windows - User Guide August 2015 Seagate Recovery Services Seagate File Recovery Software for Windows - User Guide August 2015 The Seagate File Recovery for Windows PC support includes:: - - - - - - -) these specific error messages: broken

More information

Omtool Server Monitor administrator guide

Omtool Server Monitor administrator guide Omtool Server Monitor administrator guide May 29, 2008 (4.0342-AA) Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: +1/1 978 327 5700 Toll-free in the US: +1/1 800 886 7845 Fax: +1/1 978 659 1300

More information

Checklist for Migration to Windows 7

Checklist for Migration to Windows 7 The purpose of this document is to provide you with steps to take to prepare your PC for migration to Windows 7. It also includes the steps to take once Windows 7 has been installed. WARNING: The migration

More information

Configuration Manager

Configuration Manager After you have installed Unified Intelligent Contact Management (Unified ICM) and have it running, use the to view and update the configuration information in the Unified ICM database. The configuration

More information

Organizer User s Guide

Organizer User s Guide P2WW-1850-01ENZ0 Organizer User s Guide CONTENTS 1.Introduction... 1 1.1. System Requirements... 3 2.Using ScanSnap Organizer... 4 2.1. Starting ScanSnap Organizer... 4 2.2. Operating Window... 5 2.2.1.

More information

ROM ACCESS CONTROL USER S MANUAL

ROM ACCESS CONTROL USER S MANUAL ROM ACCESS CONTROL USER S MANUAL Manual Software Pro-Access Page: 1 PRO-ACCESS SOFTWARE GUIDE PRO-ACCESS SOFTWARE GUIDE 1 0. INTRODUCTION 3 1. INSTALLIG THE SOFTWARE 4 2. SOFTWARE OPERATORS AND COMPETENCIES.

More information

6 USING WINDOWS XP 6.1 INTRODUCTION

6 USING WINDOWS XP 6.1 INTRODUCTION 6 USING WINDOWS XP 6.1 INTRODUCTION The windows operating system started with the introduction of Windows OS and Windows for work group for networking. Since then it has come a long way and Windows 95,

More information

OroTimesheet 7 Installation Guide

OroTimesheet 7 Installation Guide Installation Guide Copyright 1996-2011 OroLogic Inc. http://www.orologic.com Revision 7.00 Contents I Contents Installation Guide 2 Introduction 2 Installing OroTimesheet 2 Installing OroTimesheet in stand-alone

More information

Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage.

Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage. Important Please read this User s Manual carefully to familiarize yourself with safe and effective usage. About This Manual This manual describes how to install and configure RadiNET Pro Gateway and RadiCS

More information

Software Requirements Document for a Personal Address and Phone Book Part 2: Functional Requirements

Software Requirements Document for a Personal Address and Phone Book Part 2: Functional Requirements Software Requirements Document for a Personal Address and Phone Book Part 2: Functional Requirements Prepared for C-S 741: Software Engineering Principles By Kasi Periyasamy Date: Sep 14, 2005 1. About

More information

Centre for Learning and Academic Development. IT Training. File Management. Windows Vista. Version 1.0 www.skills.bham.ac.uk

Centre for Learning and Academic Development. IT Training. File Management. Windows Vista. Version 1.0 www.skills.bham.ac.uk Centre for Learning and Academic Development IT Training File Management Windows Vista Version 1.0 www.skills.bham.ac.uk File Management Windows Vista Author: Phil Smith and Linda Clark Version: 1.0, August

More information

EMC Data Domain Operating System 4.6 5.1 Retention Lock Software User s Guide

EMC Data Domain Operating System 4.6 5.1 Retention Lock Software User s Guide EMC Data Domain Operating System 4.6 5.1 Retention Lock Software User s Guide Backup Recovery Systems Division Data Domain LLC 2421 Mission College Boulevard, Santa Clara, CA 95054 866-WE-DDUPE; 408-980-4800

More information

Attix5 Pro. Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition. V6.0 User Manual for Mac OS X

Attix5 Pro. Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition. V6.0 User Manual for Mac OS X Attix5 Pro Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition V6.0 User Manual for Mac OS X Copyright Notice and Proprietary Information All rights reserved. Attix5, 2011 Trademarks

More information

Upon completion of this chapter, you will able to answer the following questions:

Upon completion of this chapter, you will able to answer the following questions: CHAPTER 2 Operating Systems Objectives Upon completion of this chapter, you will able to answer the following questions: What is the purpose of an OS? What role do the shell and kernel play? What is the

More information

When upgrading your TAPIT software make sure that all call accounting data has been exported before you begin the installation process.

When upgrading your TAPIT software make sure that all call accounting data has been exported before you begin the installation process. When upgrading your TAPIT software make sure that all call accounting data has been exported before you begin the installation process. Registration Settings: SERIAL NUMBER: COMPUTER ID: REGISTRATION NUMBER:

More information

Microsoft Visual Studio Integration Guide

Microsoft Visual Studio Integration Guide Microsoft Visual Studio Integration Guide MKS provides a number of integrations for Integrated Development Environments (IDEs). IDE integrations allow you to access MKS Integrity s workflow and configuration

More information

Contents. Getting Started...1. Managing Your Drives...14. Backing Up & Restoring Folders...28. Synchronizing Folders...48. Managing Security...

Contents. Getting Started...1. Managing Your Drives...14. Backing Up & Restoring Folders...28. Synchronizing Folders...48. Managing Security... Contents Getting Started.....................................................1 Using the Formatting Tool........................................1 Preparing the Software Manually..................................4

More information

Windows 95: Features. Windows. Introduction. Minimum System Requirements. The Desktop. Where to Start

Windows 95: Features. Windows. Introduction. Minimum System Requirements. The Desktop. Where to Start Windows 95: Features Windows Introduction Windows 95 is the much-anticipated update to Microsoft s popular Windows graphic user interface, or GUI. A GUI is designed to make computer tasks (such as file

More information

USERGUIDE. Introduction

USERGUIDE. Introduction USERGUIDE Introduction 3DTech Backup Solution is a multipurpose enterprise backup solution for SME to large scale corporation to protect its company data assets from any disaster that may occur. 3DTech

More information

Operating System Today s Operating Systems File Basics File Management Application Software

Operating System Today s Operating Systems File Basics File Management Application Software Lecture Content Operating System Today s Operating Systems File Basics File Management Application Software Operating Systems and File Management 2 Operating Systems and File Management 3 Operating System

More information

Windows XP File Management

Windows XP File Management Windows XP File Management As you work with a computer creating more and more documents, you need to find a way to keep this information organized. Without a good organizational method, all your files

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:

More information

QUICK START GUIDE EDI Claims Link for Windows version 3.5

QUICK START GUIDE EDI Claims Link for Windows version 3.5 QUICK START GUIDE EDI Claims Link for Windows version 3.5 System Requirements - Operating system: Windows XP or later - Computer/Processor: Pentium 2, 233 MHz or greater - Memory: 64MB Ram - Minimum Screen

More information

Software Requirements Specification

Software Requirements Specification METU DEPARTMENT OF COMPUTER ENGINEERING Software Requirements Specification SNMP Agent & Network Simulator Mustafa İlhan Osman Tahsin Berktaş Mehmet Elgin Akpınar 05.12.2010 Table of Contents 1. Introduction...

More information

BillQuick Agent 2010 Getting Started Guide

BillQuick Agent 2010 Getting Started Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

M a r k B o o k C Y, M a r k B o o k A M, v e r s i o n, e d i t i o n. MarkBook for Windows on a Mac 1

M a r k B o o k C Y, M a r k B o o k A M, v e r s i o n, e d i t i o n. MarkBook for Windows on a Mac 1 M a r k B o o k C Y, M a r k B o o k A M, v e r s i o n, e d i t i o n MarkBook for Windows on a Mac 1 Installation/Use on an Apple Macintosh Computer Ordinarily, a Mac computer cannot run Windows software.

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

Keystone 600N5 SERVER and STAND-ALONE INSTALLATION INSTRUCTIONS

Keystone 600N5 SERVER and STAND-ALONE INSTALLATION INSTRUCTIONS The following instructions are required for installation of Best Access System s Keystone 600N5 (KS600N) network key control software for the server side. Please see the system requirements on the Keystone

More information

Symantec Backup Exec System Recovery Exchange Retrieve Option User's Guide

Symantec Backup Exec System Recovery Exchange Retrieve Option User's Guide Symantec Backup Exec System Recovery Exchange Retrieve Option User's Guide Symantec Backup Exec System Recovery Exchange Retrieve Option User's Guide The software described in this book is furnished under

More information

Vodafone Text Centre User Guide for Microsoft Outlook

Vodafone Text Centre User Guide for Microsoft Outlook Vodafone Text Centre User Guide for Microsoft Outlook 1 Contents Introduction 1 System requirements 2 Installation 3 The installation guide 3 First use 5 Send a message 8 Select recipient 8 Enter the message

More information

Introduction to Windows XP

Introduction to Windows XP Introduction to Windows XP Academic Computing Support Information Technology Services Tennessee Technological University January 2003 1. What s new in XP New colorful interface. More stable than 9x/Me

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Windows XP Managing Your Files

Windows XP Managing Your Files Windows XP Managing Your Files Objective 1: Understand your computer s filing system Your computer's filing system has three basic divisions: files, folders, and drives. 1. File- everything saved on your

More information

Stellar Active Directory Manager

Stellar Active Directory Manager Stellar Active Directory Manager What is the need of Active Directory Manager? Every organization uses Active Directory Services (ADMS) to manage the users working in the organization. This task is mostly

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

INSTRUCTIONS FOR WORKING WITH THE PATIENT TALLY REPORT WORKBOOK TEMPLATE

INSTRUCTIONS FOR WORKING WITH THE PATIENT TALLY REPORT WORKBOOK TEMPLATE INSTRUCTIONS FOR WORKING WITH THE PATIENT TALLY REPORT WORKBOOK TEMPLATE Description In order to facilitate use of the outcome and case mix patient tally information for Outcome-Based Quality Improvement,

More information

INSTALLING FDCS 4.3. What s Included:

INSTALLING FDCS 4.3. What s Included: INSTALLING FDCS 4.3 TRAINING AND USER GUIDE What s Included: How to Download FDCS How to Install FDCS with a Previous version on your Computer How to Perform a Light Install vs. a Full Install Windows

More information

Faculty Details. : Assistant Professor ( OG. ),Assistant Professor (OG) Course Details. : B. Tech. Batch : 2010-2014. : Information Technology

Faculty Details. : Assistant Professor ( OG. ),Assistant Professor (OG) Course Details. : B. Tech. Batch : 2010-2014. : Information Technology COURSE FILE (COURSE PLAN) Year : 2012-13 Sem: ODD Faculty Details Name of the Faculty : Mullai.P & Yaashuwanth.C Designation : Assistant Professor ( OG. ),Assistant Professor (OG) Department : Information

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

JAMF Software Server Installation Guide for Linux. Version 8.6

JAMF Software Server Installation Guide for Linux. Version 8.6 JAMF Software Server Installation Guide for Linux Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

Integrated Accounting System for Mac OS X and Windows

Integrated Accounting System for Mac OS X and Windows Integrated Accounting System for Mac OS X and Windows Program version: 6.2 110111 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Books by HansaWorld is a powerful accounting system for the Mac

More information

IBackup Drive User Guide

IBackup Drive User Guide IBackup Drive User Guide TABLE OF CONTENTS Introduction... 3 Features... 4 Install IBackup Drive... 5 Login to IBackup Drive... 5 About Main Screen... 7 Settings... 8 Toolbar Options... 11 IBackup Drive

More information

After studying this lesson, you will have a clear understanding of, what an Operating System is. functions of an Operating System

After studying this lesson, you will have a clear understanding of, what an Operating System is. functions of an Operating System After studying this lesson, you will have a clear understanding of, what an Operating System is functions of an Operating System User Interfaces how to use Windows Operating System 5.1 Introduction As

More information

Microsoft Windows SharePoint

Microsoft Windows SharePoint Microsoft Windows SharePoint SharePoint Basics Introduction What is Microsoft SharePoint? SharePoint is a tool to connect people and information. It provides a central site for sharing information with

More information

What is File Management. Methods for Categorizing Data. Viewing Data on a Computer

What is File Management. Methods for Categorizing Data. Viewing Data on a Computer What is File Management As described earlier, file management is basically the process of designing new folders and assigning files to those folders. The main goal in file management is to have a system

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

Servant Keeper Frequently Asked Questions

Servant Keeper Frequently Asked Questions Servant Keeper Frequently Asked Questions Can I import my data from another program? Yes, using our Optional Import Tool you are able to import data from your existing database into the Servant Keeper

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

Quick Start Articles provide fast answers to frequently asked questions. Quick Start Article

Quick Start Articles provide fast answers to frequently asked questions. Quick Start Article FullControl Network Inc. Quick Start Article "The Ins and Outs of FTP OVERVIEW: ARTICLE: AUTHOR: QS41352 The 10 second description for those coming in brand new is: For those running a version of Windows

More information

Using WinGate 6 Email. Concepts, Features, and Configurations.

Using WinGate 6 Email. Concepts, Features, and Configurations. WinGate Feature Guide Using WinGate 6 Email Concepts, Features, and Configurations. Neil Gooden Qbik New Zealand Limited Rev 1.0 December 2004 2 Introduction...3 Basic Email Concepts... 3 Differences in

More information

Database Management Tool Software User Guide

Database Management Tool Software User Guide Database Management Tool Software User Guide 43-TV-25-29 Issue 5 February 2015 Database Management Tool Software Licence Agreement Refer to the Database Tool installer for the software licence agreement.

More information

NovaBACKUP. User Manual. NovaStor / November 2011

NovaBACKUP. User Manual. NovaStor / November 2011 NovaBACKUP User Manual NovaStor / November 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without

More information

Information Systems Services. Getting Started with Enterprise Vault Email Archiving A guide for Outlook/Exchange users March 2008

Information Systems Services. Getting Started with Enterprise Vault Email Archiving A guide for Outlook/Exchange users March 2008 Information Systems Services Getting Started with Enterprise Vault Email Archiving March 2008 Contents 1. Introduction... 3 2. Supported operating systems, email clients and browsers... 3 3. Getting started

More information

ESET Mobile Security Business Edition for Windows Mobile

ESET Mobile Security Business Edition for Windows Mobile ESET Mobile Security Business Edition for Windows Mobile Installation Manual and User Guide Click here to download the most recent version of this document Contents 1. Installation...3 of ESET Mobile Security

More information

CGS 1550 File Transfer Project Revised 3/10/2005

CGS 1550 File Transfer Project Revised 3/10/2005 CGS 1550 File Transfer Project Revised 3/10/2005 PURPOSE: The purpose of this project is to familiarize students with the three major styles of FTP client, which are: Pure (FTP only), character-based,

More information

User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013)

User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013) 1 Laplink DiskImage 7 Professional Laplink Software, Inc. Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com Laplink Software, Inc. 600 108th Ave.

More information

Ergon Workflow Tool White Paper

Ergon Workflow Tool White Paper Ergon Informatik AG Kleinstrasse 15 CH-8008 Zürich Phone +41 1 268 89 00 Fax +41 1 261 27 50 www.ergon.ch Ergon Workflow Tool White Paper Version 1.1, August 14, 2002 Andreas Fleischmann Copyright 2004,

More information

Point of Sale 2015 Enterprise. Installation Guide

Point of Sale 2015 Enterprise. Installation Guide Point of Sale 2015 Enterprise Installation Guide Contents About this guide 3 System Requirements - Microsoft SQL Server 2008 R2 Express 3 System Requirements - POS Enterprise 2015 (Administrator) 3 System

More information

Verizon Security Scan Powered by McAfee. Installation Guide for Home Users

Verizon Security Scan Powered by McAfee. Installation Guide for Home Users Verizon Security Scan Powered by McAfee Installation Guide for Home Users ii Contents Introduction 3 System requirements 5 Installing Security Scan 7 Downloading your software... 7 Download your software...

More information

INSTALLATION AND UPGRADE

INSTALLATION AND UPGRADE 1 INSTALLATION AND UPGRADE This chapter will explain how to install PastPerfect on a single computer or a network. It will also show you how to load data from an older version of PastPerfect. At the end

More information

Table of Contents. 2 Getting Started Guide

Table of Contents. 2 Getting Started Guide Table of Contents Welcome... 3 Training & Support... 3 Accessing the online support center... 4 1. System Requirements... 5 2. Installing the Free Evaluation Version... 7 3. Software Download Instructions...

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information

e-dpp 4.0.2 May 2013 Quick Installation Guide Microsoft Windows 2003 Server, XP, Vista, 7 Access Database

e-dpp 4.0.2 May 2013 Quick Installation Guide Microsoft Windows 2003 Server, XP, Vista, 7 Access Database e-dpp 4.0.2 May 2013 Microsoft Windows 2003 Server, XP, Vista, 7 Access Database ELTECHS Engineering and Consulting Co., Ltd., Japan www.eltechs.co.jp Tel No. +81 (47) 490-1010 Fax No. +81 (47) 490-1011

More information

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk?

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk? Windows Q & A April 2012 By Mary Phillips, Secretary, Icon Users Group, MO April 2011 issue, The ICON-Newsletter of the Interactive Computer Owners Network www.iconusersgroup.com mary@iconusersgroup.org

More information

ExpressShipper UK User Guide

ExpressShipper UK User Guide ExpressShipper Quick User Guide ExpressShipper Section 0 Page 1 of 63 Section 1: Structure of the User Guide In this section This section contains the following topics: Topic See Page What is the purpose

More information

C:\Users\<your_user_name>\AppData\Roaming\IEA\IDBAnalyzerV3

C:\Users\<your_user_name>\AppData\Roaming\IEA\IDBAnalyzerV3 Installing the IDB Analyzer (Version 3.1) Installing the IDB Analyzer (Version 3.1) A current version of the IDB Analyzer is available free of charge from the IEA website (http://www.iea.nl/data.html,

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting

More information

The Comprehensive Guide to Using Syncless

The Comprehensive Guide to Using Syncless The Comprehensive Guide to Using Syncless Table of Contents i.......preface 1. Welcome to Syncless... 1 1.1. Why Use Syncless?... 2 1.1.1. N-way Synchronization... 2 1.1.2. Seamless Synchronization...

More information

Implementing Domain Name Service (DNS)

Implementing Domain Name Service (DNS) Implementing Domain Name Service (DNS) H C A 1 P T E R ITINERARY Objective 1.01 Objective 1.02 Objective 1.03 Install and Configure DNS for Active Directory Integrate Active Directory DNS Zones with Existing

More information

SimpleFTP. User s Guide. On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America

SimpleFTP. User s Guide. On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America SimpleFTP User s Guide On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America Website: http://www.on-core.com Technical Support: support@on-core.com Information: info@on-core.com

More information

Zoom Plug-ins for Adobe

Zoom Plug-ins for Adobe = Zoom Plug-ins for Adobe User Guide Copyright 2010 Evolphin Software. All rights reserved. Table of Contents Table of Contents Chapter 1 Preface... 4 1.1 Document Revision... 4 1.2 Audience... 4 1.3 Pre-requisite...

More information