CREATING WORLDOX SEND TO TARGETS

Size: px
Start display at page:

Download "CREATING WORLDOX SEND TO TARGETS"

Transcription

1 CREATING WORLDOX SEND TO TARGETS The Worldox Send To command packs tremendous power. Once you know the workings of this command you can tap into its power by defining your own Send-To targets. For example, Worldox uses a Send To when passing documents to Burn to CD ROM drive. If you've created in-house programs or processes that accept documents as input, then you might want to consider Worldox Send To as a means for your users to send documents to such applications or folder locations. There are two methods for adding targets to the Worldox Send To command. The first is through the Add/Edit command that appears in the Send To context menu. This command allows Worldox managers and users to create their own Send To targets (provided Worldox is configured to allow users this capability). The second method for creating Send-To targets is by creating a Bookmark to a folder location outside of a Worldox cabinet s control. These will also appear in the Send To Menu in a separate grouping. The following example is a typical Send To menu as it appears in Worldox, listing Send-To targets in alphabetical order (your menu will vary). Each item in the menu, except for Add/Edit at the bottom, represents a target application or location for the Send To command. As this menu shows, Send To supports an array of uses, from sending files to drives and Printers, to other programs, such as PDF conversion software. If an .msg file is highlighted in the list, then the Send To menu shows the Outlook: Worldox\<Manually Profile> shortcut. 1 Creating Worldox Send To Targets

2 The critical factor in defining Send To targets is knowing the unique requirements of each application in accepting file input. The target definition, which you enter into Worldox, contains all the information Worldox needs to pass files to the target application. This information, however, is not dependent upon Worldox so much as it is based on the requirements of the target application. Creating Send To Shortcuts The mechanics of defining a Send-To target are relatively straightforward: 1. Right-click any file in the Worldox file list. 2. Choose Send To from the context menu. (This pop-up context menu is the only point of access for the Send To command). 3. Choose Add/Edit. The Send To > Add/Edit dialog displays a list of all the Send To targets defined, regardless of whether the applications are available on the current workstation. It provides a My Send-To s tab for your personal Send-To s. The Public Send-To s tab features global Send To s. As is generally the case throughout Worldox, managers can define global targets for all users and users can only define their own. The following illustration shows a target list as it might appear on a Worldox manager's workstation: 2 Creating Worldox Send To Targets

3 4. Click the Add button to create a new Send To shortcut. Note you create new Send To s in the My Send To s and Public Send-To s tabs. Only Worldox Managers can create Send To shortcuts shown in the All tab. 5. Clicking Add displays the Add Send-To Target dialog, where you enter the information Worldox requires to set up the Send-To target. If you've ever defined a shortcut for your Windows desktop, then this dialog should be familiar. 3 Creating Worldox Send To Targets

4 The Send-To Add Target dialog provides entry boxes for the following information: Field Description Shortcut Description A short descriptive name for the target. This is what the user sees in the Send To menu listing, so make the label short and easily understood. OPTIONAL. You can choose an optional keyboard shortcut for the Send To target by selecting a key combination from the Shortcut key drop-down: Run Parameters The path and name of the target program's executable file. Define the path as you would for a standard Windows shortcut. Accordingly, it's generally safest to enclose the program specification in double-quotes, as follows: "C:\Program Files\Worldox\WDCOPY.exe" An Icon button will display the icon next to the selected.exe file for the associated Send To in the Worldox interface. The parameters required by the target program. Each program has its own parameter requirements. You can use the standard Windows substitution parameters: %1, %2, and so on, up to %9. Each of these percent parameters represents a single file from the Worldox file list. If more than one file is checked, then they fill the percent parameters in top-down sequence, according to the sort order in effect when the Send- To target is chosen by the user. If the number of files selected is more than the number of substitution parameters in the definition, then files are substituted up to the number of parameters specified. Worldox provides a special parameter for passing a reference to a list of files: %@ (percent symbol, at symbol).if you need to go beyond the nine file limit of substitution parameters, Worldox can do so with the special two-character Send To parameter: %@ (percent symbol, at symbol). When you specify %@ as a Send To Parameter, Worldox does two things. First, it creates a temporary text file that lists all the files selected within the Worldox file list, including path and drive letter (or UNC name). Second, Worldox passes the name of that temporary file to the target application. 4 Creating Worldox Send To Targets

5 Field Registry Key Description OPTIONAL. You can enter an optional registry key for Worldox to verify whether a program is installed on a user's workstation. If you provide a key that is not present in the Windows registry, then Worldox will not display the Send To target on the workstation. If no key is defined, the presence or lack of the EXE defined in the RUN section will then dictate whether or not the Send To appears. WDCOPY.EXE and Send To Shortcuts Worldox ships with its own.exe file which can be used with Send To shortcuts to copy files to locations on your PC or Network. This.exe file is called WDCOPY.EXE. You can use it with the following syntax and switches for a wide variety of uses. Command Line Syntax: WDCOPY.EXE [destination] [option switches] Options Switches: Switch /CLEAN /CLOSE /LFN /NOP /NOVERS /RO /RW [+A -A] [+H -H] [+R -R] Description Deletes the files in the destination folder Close after successful completion Exports the Profile Description to Long FileName No Profile information is copied Versions are not copied Set the Read-Only attribute on the destination folder database Clear the Read-Only attribute on the destination folder database Sets Clears the Archive attribute Sets Clears the Hidden attribute Sets Clears the Read-Only attribute 5 Creating Worldox Send To Targets

6 The Basic Methodology for Creating Send To Shortcuts This section provides an example for creating a Send To shortcut for the Microsoft OneDrive application on a local C drive. By creating this Send-To target, you will integrate Worldox with OneDrive so files from Worldox can be seen in this OneDrive account. You define the Send-To target by invoking the Add/Edit command from the Send To men. However, the process of creating a Send-To target requires some initial preparation. The obvious place to begin is with the program for which you want to define the Send-To target. Remember that the point of the Send To is to transfer one or more files from a Worldox file list to another program or storage location. The program you work with will determine the nature of the Send To and the definition details. For example, does the program accept only one file at a time as input, or can it accept multiple files? If so, is there a limit to the number of files it accepts? How does the target program require that these files be specified on the command line? Should they be separated by spaces, commas, or some other delimiter? Can it access a WinZip-style file that lists the names of the files to pass? Are there any specific switches or command-line parameters that might affect how or what Worldox sends to the application? Before you even begin to define the Send-To target in Worldox, you need to understand how to invoke the target program from a command line. You need to know how the program accepts files as input. It is important to be aware of which command-line switches the program accepts, what actions they perform, and how they are specified. This information is specific to the target application program, rather than being dependent upon Worldox in any way. However, Worldox must invoke the program and pass it parameters in accordance with the target program's requirements. Once you've familiarized yourself with the target application's command line, use the Windows Run command to test it, invoking the program from the command line. Make sure you can specify the program name and the command-line parameters so the program loads and does what you expect. If the application works from the Windows Run command, then it's more likely to work as anticipated when defined in Worldox Send To shortcut. If not, at least you can concentrate your troubleshooting more effectively, if you know what works from Windows as your baseline. Check list for Creating Send To Targets Determine the target program Determine the calling syntax (command-line) Identify any command-line switches Determine the file-passing syntax for the command line Test the command line using the Windows Run command Assess the need to specify a registry key Add the Definition to the Worldox Send To command 6 Creating Worldox Send To Targets

7 Test it from Worldox Distribute it to users (set for Everyone) Document the Send To target for your users Example: Creating a Send-To Target for OneDrive The following example demonstrates how to create a Send-To target for users to send documents from Worldox to a local OneDrive folder. We start the process by learning how to send files to this location from a Windows command line. Since in this example we are not sending the files to an application but a target folder, we will be using the Worldox WDCOPY.EXE to copy the files from Worldox into that folder location. This location is in the users Windows Profile and we want the files to have the full descriptive Worldox name so we will use the /LNF switch. This will not require a keyboard shortcut nor do we need a Registry key since it s a Worldox EXE that will always be there. The sample Send To here will look something like this: In Send To Add or Edit dialog, type the Description, Run, Parameters, and Registry Key values listed below: Description: OneDrive Run: %wdcodepath%\wdcopy.exe %userprofile%\onedrive\worldox\*.* /LFN Registry Key: HKEY_CURRENT_USER\Software\Microsoft\SkyDrive UserFolder 7 Creating Worldox Send To Targets

8 After you select Save, you will be able to view the new shortcut s Description in the Send To > Add/Edit dialog. You can also view the new shortcut if you right-click a file and select Send To on the context menu. For more information, please contact your Worldox Value-Added Reseller (VAR), Worldox Technical Support, or access documentation from the Knowledge Base. Example: Creating a Send-To Target with the Copy to Windows with Folder Browse Option This custom Send To will allow you to copy a file or files from any Worldox file list and then browse using a standard Windows dialog to a target folder of your choosing. An additional Send To shortcut option is available in Worldox GX4 with code dated from 2/26/16 or later. Depending upon your rights, you or an admin can define this Send To shortcut to be either Personal or Public when it is created as a right-click option. 8 Creating Worldox Send To Targets

9 Creating the Copy to Windows Folder Browse Send To Shortcut To create the Copy to Windows Folder Browse Send To right-click menu shortcut, you must first add target information and parameters using the Sent To > Add/Edit option. 1. Right-click any file in the Worldox file list. 2. Choose Send To from the context menu. (This pop-up context menu is the only point of access for the Send To command). 3. Choose Add/Edit. 4. Click the Add button. The Send To > Add dialog appears. Enter the following: Description: Copy to Windows with Folder Browse (or any Description of your choice) Run: %wdnetpath%\wdstwd.exe Parameters: /pf= /AsExport 5. Select Save. The Send To right-click menu will now show the Copy to Windows with Folder Browse option. 9 Creating Worldox Send To Targets

10 Using the Copy to Windows with Folder Browse Send To shortcut From any Worldox file list, you right-click a file or tag multiple files and select this option, a Windows Browse Folders dialog appears. You can select a drive on your machine, navigate to a folder and then click OK. A pop-up asks you to confirm that you want to copy the file to that folder. Click Yes. As in previous versions of Worldox, the Send To shortcut can still send copies of files to predefined targets, such as Windows Desktop, Windows Documents or Windows Pictures or a specific folder that you define ahead of time. The value of the Copy to Windows with Folder Browse option is that you can spontaneously navigate to a folder in the Browse Folders dialog. * Please note that World Software Corporation makes no representations with respect to this program or any other third-party product. We are using it here not as an endorsement, but simply to demonstrate the options available through the Send To command. There may be other products available that can perform similar actions, which may or may not be a better fit for your specific needs. 10 Creating Worldox Send To Targets

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator.

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. SK Help Network Help Sheets - Workstation Installation This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. Due to

More information

T-Invoicer User Guide

T-Invoicer User Guide - 1 - T-Invoicer User Guide Introduction T-Invoicer is an entry level invoicing system designed for small & startup business's who need to invoice customers quickly & easily. T-Invoicer has all the basic

More information

IT IS VERY IMPORTANT TO KNOW WHAT VERSION OF WINDOWS YOUR COMPUTER IS CURRENTLY RUNNING BEFORE YOU BEGIN YOUR SERVANT KEEPER INSTALLATION!!

IT IS VERY IMPORTANT TO KNOW WHAT VERSION OF WINDOWS YOUR COMPUTER IS CURRENTLY RUNNING BEFORE YOU BEGIN YOUR SERVANT KEEPER INSTALLATION!! SK Help Network Help Sheets-Server and Workstation Installation This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator.

More information

WinZip for Sending Files. Zipping a file

WinZip for Sending Files. Zipping a file WinZip for Sending Files You can use WinZip to decrease the space your files take up. This will allow you to send the files in an email, faster. WinZip compresses files by removing any extra space; squishing

More information

Windows Network Server

Windows Network Server Windows Network Server The Client Explorer helps you manage all your client data files. Users on a network can share the same database so that the index is constantly up-to-date for all to see, and files

More information

Worldox GX4 End-User Manual

Worldox GX4 End-User Manual Worldox GX4 End-User Manual Paul J. Unger, Esq. Affinity Consulting Group, LLC (614) 340-3444 punger@affinityconsulting.com www.affinityconsulting.com **Affinity Software Support help@affinityconsulting.com

More information

EntraPass (W10) Installation Guide Kantech-OnBoard systems

EntraPass (W10) Installation Guide Kantech-OnBoard systems Overview Purpose ExacqVision recorders now include Kantech EntraPass Corporate Edition software. The purpose of this document is to guide the technician or installer through the process of installing and

More information

WELCOME TO GOOGLE DRIVE!

WELCOME TO GOOGLE DRIVE! WELCOME TO GOOGLE DRIVE! Google Drive is a free service from Google that allows you to store files from your computer online and access them anywhere using the cloud. Google Drive also gives you access

More information

Installing and Configuring Worldox/Web Mobile

Installing and Configuring Worldox/Web Mobile Installing and Configuring Worldox/Web Mobile SETUP GUIDE v 1.1 Revised 6/16/2009 REVISION HISTORY Version Date Author Description 1.0 10/20/2008 Michael Devito Revised and expanded original draft document.

More information

Using Windows Explorer and Libraries in Windows 7

Using Windows Explorer and Libraries in Windows 7 Using Windows Explorer and Libraries in Windows 7 Windows Explorer is a program that is used like a folder to navigate through the different parts of your computer. Using Windows Explorer, you can view

More information

For this class we are going to create a file in Microsoft Word. Open Word on the desktop.

For this class we are going to create a file in Microsoft Word. Open Word on the desktop. File Management Windows 10 What is File Management? As you use your computer and create files you may need some help in storing and retrieving those files. File management shows you how to create, move,

More information

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

TxEIS on Internet Explorer 8

TxEIS on Internet Explorer 8 TxEIS on Internet Explorer 8 General Set Up Recommendations: Several modifications will need to be made to the computer settings in Internet Explorer to ensure TxEIS runs smoothly, reports pop up as desired,

More information

Unable to Import into Audatex Estimating

Unable to Import into Audatex Estimating Unable to Import into Audatex Estimating Overview When attempting to Import into Audatex Estimating, nothing happens, or an error message is displayed. Error Message One or more ActiveX controls could

More information

Exporting data from reference management software

Exporting data from reference management software Exporting data from reference management software Step 1: Finding the correct tagged text file Step 2: Saving the tagged text file Output Style in the right place Step 3: Using the style file to export

More information

BASIC NAVIGATION & VIEWS...

BASIC NAVIGATION & VIEWS... Content Overview VISUAL TOUR... 5 NEW FEATURES IN OUTLOOK 2010... 6 BASIC NAVIGATION & VIEWS... 7 SETTING PREFERENCES... 7 Creating an Outlook Shortcut... 7 Choosing a Startup View... 7 CUSTOMIZING INBOX

More information

How to create a PDF document for Duplicating to print for you.

How to create a PDF document for Duplicating to print for you. How to create a PDF document for Duplicating to print for you. Quick Instructions: 1. Make sure you have access to a printer with a postscript driver. 2. Map a drive letter to the PDF creation share on

More information

Job Aid. Remote Access BAIRS Printing and Saving a Report. Table of Contents

Job Aid. Remote Access BAIRS Printing and Saving a Report. Table of Contents Remote Access BAIRS Printing and Saving a Report Table of Contents Remote Access BAIRS Printing a Report PDF HTML... 2 Remote Access BAIRS Printing a Report Export to PDF Interactive Reporting... 3 Remote

More information

RWT Network System Installation Guide

RWT Network System Installation Guide RWT Network System Installation Guide Copyright 2003, Talking Fingers, Inc. Page 1 of 48 This document is Copyright 2003 by Talking Fingers, Inc. All rights are reserved. This document may not be copied

More information

Section 1: What does the ChequeScribe 32 upgrade NOT consider?

Section 1: What does the ChequeScribe 32 upgrade NOT consider? Caution: Backup all data files before performing the ChequeScribe 32 Upgrade. Section 1: What does the ChequeScribe 32 upgrade NOT consider? The upgrade will NOT: 1) Upgrade ManualCheques 32 or the Reconciliation

More information

'phred dist acd.tar.z'

'phred dist acd.tar.z' Phred is free for academic use but does require registration and for you to obtain a licence. Please visit http://www.phrap.org/consed/consed.html#howtoget and follow the instructions. A copy of the Phred

More information

Process Eye Professional. Recall

Process Eye Professional. Recall Process Eye Professional Recall Process Eye Professional Recall User Manual SP104010.101 August 2005 As part of our continuous product improvement policy, we are always pleased to receive your comments

More information

Backing Up: Copying Files from your School Computer to a Network Folder or Flash Drive

Backing Up: Copying Files from your School Computer to a Network Folder or Flash Drive Backing Up: Copying Files from your School Computer to a Network Folder or Flash Drive Please use the directions below to copy any documents you have stored on your computer hard drive AND your Network

More information

exacqvision-entrapass (W10) Installation Guide

exacqvision-entrapass (W10) Installation Guide 1 Overview Purpose ExacqVision recorders now include Kantech Entrapass CE software. The purpose of this document is to guide the technician or installer through the process of installing and registering

More information

RMI ADVANTAGE Desktop User Guide. February 2010

RMI ADVANTAGE Desktop User Guide. February 2010 RMI ADVANTAGE Desktop User Guide February 2010 Table of Contents Contents Logging into the SaaS environment... 3 Logging off the Hosted Desktop... 9 Directories... 10 Wizmo AdminSet... 11 Shadowing a User...

More information

Collector and Dealer Software - CAD 3.1

Collector and Dealer Software - CAD 3.1 Collector and Dealer Software - CAD 3.1 Your Registration Number Thank you for purchasing CAD! To ensure that you can receive proper support, we have already registered your copy with the serial number

More information

EvaluNet XT v1.2. Setup Guide

EvaluNet XT v1.2. Setup Guide 2 EvaluNet XT v1.2 Setup Guide Table of Contents 1 INTRODUCTION 2 1.1 HOW IS EVALUNET XT STRUCTURED? 2 1.2 SYSTEM REQUIREMENTS 2 1.3 NETWORK SETUP DETAILS 2 1.4 PEER-TO-PEER NETWORKS 3 1.5 LINUX SETUP

More information

Exporting distribution lists from Thunderbird to Outlook

Exporting distribution lists from Thunderbird to Outlook Exporting distribution lists from Thunderbird to Outlook PLEASE NOTE: Do not export the lists under Distribution Lists in your Thunderbird Address Book as these will no longer be maintained on the new

More information

Windows Key e: Press and hold down the Windows (Start) Key and tap the letter e one time. Release these keys and Windows File Explorer will open.

Windows Key e: Press and hold down the Windows (Start) Key and tap the letter e one time. Release these keys and Windows File Explorer will open. Copyright 2009 BOSMA Enterprises Chapter 14 Windows File Explorer Key Terms Windows Key e: Press and hold down the Windows (Start) Key and tap the letter e one time. Release these keys and Windows File

More information

Blackboard Basics. Please see handout for information on how to get to the CUNY Portal and log in to Blackboard.

Blackboard Basics. Please see handout for information on how to get to the CUNY Portal and log in to Blackboard. Blackboard is a course management platform that allows instructors to interact with students and put their classes on the Internet without having to be experts in HTML or web development. Using Blackboard

More information

Summation Express Install Guide for XP 32-Bit

Summation Express Install Guide for XP 32-Bit Summation Express Install Guide for XP 32-Bit Introduction This guide will provide steps for: Minimum Prerequisites Installing Summation Express. Installing Licensing software (CodeMeter and License Manager).

More information

Adobe Acrobat 5.0. Overview. Internet & Technology Training Services Miami Dade County Public Schools

Adobe Acrobat 5.0. Overview. Internet & Technology Training Services Miami Dade County Public Schools Adobe Acrobat 5.0 Overview Internet & Technology Training Services Miami Dade County Public Schools Preparing Microsoft Office Documents in.pdf Format Converting Documents to.pdf Format Using the Tool

More information

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon OneNote Using OneNote on the Desktop 1. Click start on the task bar 2. Type OneNote (search is a quick way to find applications, documents and other items on your computer) 3. Select Microsoft OneNote

More information

This document describes the installation procedure for Embed-SE (Simulation Edition)

This document describes the installation procedure for Embed-SE (Simulation Edition) Installation Guide This document describes the installation procedure for Embed-SE (Simulation Edition) 2016.3. Main Installer Before you begin the installation, please read step 7. If you will be using

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

Technology Checklist for End of the School Year. To prepare your classroom technology for summer, please confirm that the following are done:

Technology Checklist for End of the School Year. To prepare your classroom technology for summer, please confirm that the following are done: Technology Checklist for End of the School Year Classroom Technology To prepare your classroom technology for summer, please confirm that the following are done: Projector should be powered off, lens cap

More information

Windows 10 pre-migration checklist

Windows 10 pre-migration checklist Windows 10 pre-migration checklist Use this checklist to secure your data prior to the migration from Windows 7 to Windows 10. If you follow the checklist, you can be confident that you will have taken

More information

Getting Started with Office 365

Getting Started with Office 365 Getting Started with Office 365 First Steps Welcome to Office 365! Create a Desktop Shortcut to the Office 365 Website 1. Right-click your desktop and choose New Shortcut 2. In the table below, copy the

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

Horizon Launcher Configuration Guide

Horizon Launcher Configuration Guide Horizon Launcher Configuration Guide Windows NT and Windows 2000 are registered trademarks of Microsoft Corporation. All other product or company names are trademarks or registered trademarks of their

More information

EntraPass Installation Guide Kantech-OnBoard systems

EntraPass Installation Guide Kantech-OnBoard systems EntraPass Installation Guide Overview Purpose ExacqVision recorders now include Kantech EntraPass Corporate Edition software. The purpose of this document is to guide the technician or installer through

More information

Scantron Operating Instructions

Scantron Operating Instructions Scantron Operating Instructions Getting Started: 1. Remove the cover and turn on the Scantron machine. The ON/OFF switch is located on the back on the machine towards your right. 2. Log in to the computer

More information

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn FILE ORGANIZATION GETTING STARTED PAGE 02 Prerequisites What You Will Learn PRINCIPLES OF FILE ORGANIZATION PAGE 03 Organization Trees Creating Categories FILES AND FOLDERS PAGE 05 Creating Folders Saving

More information

SMARTdoc v2 User Manual

SMARTdoc v2 User Manual Pages: 1/49 SMARTdoc v2 Pages: 2/49 1 Introduction SMARTdoc is an easy to use but full functional document management system. The mean focus is easy and fast. SMARTdoc is all about document and information

More information

Session 10 MS Word. Mail Merge

Session 10 MS Word. Mail Merge Session 10 MS Word Mail Merge Table of Contents SESSION 10 - MAIL MERGE... 3 How Mail Merge Works?... 3 Getting Started... 4 Start the Mail Merge Wizard... 4 Selecting the starting document... 5 Letters:...

More information

Building TPS Web Pages with Dreamweaver

Building TPS Web Pages with Dreamweaver Building TPS Web Pages with Dreamweaver Title Pages 1. Folder Management 7 2. Defining Your Site 8-11 3. Overview of Design Features 12-22 4. Working with Templates 23-25 5. Publishing Your Site to the

More information

How to Create an e-book. A Step-by-Step Illustrated Guide

How to Create an e-book. A Step-by-Step Illustrated Guide How to Create an e-book A Step-by-Step Illustrated Guide 1 Table of Contents Introduction...3 Inserting or Changing an Image...6 Formatting the Default Paragraphs...14 Adding a Table of Contents...18 Setting

More information

Enterprise Application Systems

Enterprise Application Systems INFORMATION TECHNOLOGY Enterprise Application Systems Argos Report Viewer Guide Mt. San Antonio College Information Technology 1100 North Grand Avenue Building 23 Walnut, CA 91789 Help Desk 909.274.4357

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Question: How do I move my mobile account from the Corporate to my Personal Account?

Question: How do I move my mobile account from the Corporate to my Personal Account? Question: How do I move my mobile account from the Corporate to my Personal Account? Answer: A user leaving Nortel can move his/her account off of the corporate program and into a personal liable account.

More information

Introduction to Microsoft Office 2016: Word

Introduction to Microsoft Office 2016: Word Introduction to Microsoft Office 2016: Word Last Updated: September 2018 Cost: $2.00 Microsoft Word is a word processing software. You can use it to type letters, reports, and other documents. This class

More information

Installing and Upgrading TSM 6.8

Installing and Upgrading TSM 6.8 Installing and Upgrading TSM 6.8 This guide will take you through the installation of TSM 6.8, the workstation install, and applying incremental updates. Installing TSM 1) Obtain a copy of the TSM installation

More information

CitiDirect Basics: Comprehensive Guide

CitiDirect Basics: Comprehensive Guide CitiDirect Online Banking CitiDirect Basics: Comprehensive Guide Table of Contents Overview...1 Additional Resources...1 Basics Guides...1 Online Help...1 CitiDirect Customer Support...2 Local Language

More information

NAVIGATING WINDOWS. What is WINDOWS? DESKTOP ICON PROGRAM

NAVIGATING WINDOWS. What is WINDOWS? DESKTOP ICON PROGRAM NAVIGATING WINDOWS What is WINDOWS? It is simply a computer program, like WORD, EXCEL, with one VIP difference (the boss), it is the program that manages all the other programs and documents [aka files].

More information

Migration Manager For Domino to Exchange User Guide v2.2.5

Migration Manager For Domino to Exchange User Guide v2.2.5 Migration Manager For Domino to Exchange User Guide v2.2.5 TABLE OF CONTENTS SYSTEM REQUIREMENTS... 3 SUPPORTED VERSIONS... 3 Lotus Notes & Domino... 3 MS Outlook & Exchange... 3 INSTALLATION & LICENSING...

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information

IBM NetBAY Virtual Console Software. Installer and User Guide

IBM NetBAY Virtual Console Software. Installer and User Guide IBM NetBAY Virtual Console Software Installer and User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the

More information

Introduction to Personal Computing

Introduction to Personal Computing Introduction to Personal Computing Academic Computing Services www.ku.edu/acs Abstract: This document explains the basics of the Microsoft Windows operating system. It is intended for users who are either

More information

Exchequer Integration

Exchequer Integration Exchequer Integration Client Installation Document Version 1.4 V1 Exchequer Client Installation 1 Contents Exchequer V1 Integration Client Installation... 3 Client Workstations... 4 Assumptions:... 5 Instructions

More information

Section 6: Dreamweaver

Section 6: Dreamweaver Section 6: Dreamweaver 1 Building TPS Web Pages with Dreamweaver Title Pages 1. Dreamweaver Storyboard Pages 3 2. Folder Management 4 3. Defining Your Site 5-8 4. Overview of Design Features 9-19 5. Working

More information

2. This will bring you to a new window asking what type of policy you are inserting. Personal Policies. Commercial Policies. All Other Policies

2. This will bring you to a new window asking what type of policy you are inserting. Personal Policies. Commercial Policies. All Other Policies How to Insert a New Client File To insert a new client file you can do this one of two ways. The first way is to manually insert the client file through Hawksoft. You would use this method if you are writing

More information

Quick Reference Using Freely Available Tools to Protect Your Digital Content

Quick Reference Using Freely Available Tools to Protect Your Digital Content Quick Reference Using Freely Available Tools to Protect Your Digital Content DROID Tool Name Used For Description Windows Download Mac OS Download/Alternative Program Checksum (MD5) Generates MD5 checksums.

More information

Appendix B. Install Microsoft Personal Web Server

Appendix B. Install Microsoft Personal Web Server Appendix B Install Microsoft Personal Web Server 2 How to Do Everything with FrontPage 2002 When you construct a Web site, you can either designate the site as disk-based or server-based. A disk-based

More information

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Thank you for purchasing Inmagic Content Server. Content Server is an enterprise-wide scalable content management

More information

R EIN V E N TIN G B U S I N E S S I L E M A. MARK5 Basic guide. - All rights reserved

R EIN V E N TIN G B U S I N E S S I L E M A. MARK5 Basic guide.   - All rights reserved R EIN V E N TIN G B U S I N E S S I L E M A MARK5 Basic guide 0.0 Welcome In this brief guide we will cover the basics of MARK5 such as starting up, understanding the MARK5 interface basics and sending

More information

DPISD Windows 10 CUSTOMIZING YOUR COMPUTER. Customizing Your Start Menu:

DPISD Windows 10 CUSTOMIZING YOUR COMPUTER. Customizing Your Start Menu: DPISD Windows 10 CUSTOMIZING YOUR COMPUTER When you log into your computer for the first time after it has been updated to Windows 10: Version 1703, you will notice the default programs that you set with

More information

Drivers & Utilities User Guide. by Alto Imaging Technologies, Inc.

Drivers & Utilities User Guide. by Alto Imaging Technologies, Inc. Drivers & Utilities User Guide by Alto Imaging Technologies, Inc. Drivers & Utilities User Guide All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic,

More information

MX OPC Server 5.0 Help Documentation

MX OPC Server 5.0 Help Documentation 5.0 Help Documentation Contents 1. Introduction to MX OPC Server 1-1 2. Starting MX OPC Server Configuration 2-1 3. Address Space 3-1 4. Alarm Definitions 4-1 5. Simulation Signals 5-1 6. Runtime Operations

More information

UPS WorldShip Install on a Workgroup Remote

UPS WorldShip Install on a Workgroup Remote PRE-INSTALLATION INSTRUCTIONS: Install UPS WorldShip on the Workgroup Admin. Temporarily disable any virus scan software that you may have installed. Request access to the network share drive created by

More information

SurePrep FileRoom Configuration

SurePrep FileRoom Configuration SurePrep FileRoom Configuration If you are experiencing technical issues, they are likely to be solved by addressing the following 5 items: 1. Ensure that the Program File folder path is set to C:\SurePrepLocalFiles

More information

FileSearchEX 1.1 Series

FileSearchEX 1.1 Series FileSearchEX 1.1 Series Instruction Manual document version: 1.1.0.5 Copyright 2010 2018 GOFF Concepts LLC. All rights reserved. GOFF Concepts assumes no responsibility for errors or omissions in this

More information

ADDRESS BOOK. 4. Through Apple MAIL -- This option will be addressed in a different handout.

ADDRESS BOOK. 4. Through Apple MAIL -- This option will be addressed in a different handout. CREATING A NEW RECORD 1. Select "New Card" from the "File" menu. ADDRESS BOOK OR 2. Click the "+" icon below the "Name" column OR 3. Press Command - N on your keyboard 4. Through Apple MAIL -- This option

More information

Optimizing GRITS. In this chapter:

Optimizing GRITS. In this chapter: Optimizing GRITS In this chapter: Creating Favorites and Shortcuts Optimizing Browser Performance Running Reports with Acrobat Reader Efficient Screen Navigation Creating Favorites and Shortcuts To access

More information

Introduction to the RedDot Content Management System

Introduction to the RedDot Content Management System Introduction to the RedDot Content Management System Table of Contents Content Management Systems... 2 System Requirements. 3 Rider Web Site Organization 4 Accessing RedDot.. 6 Finding your Content to

More information

Fleetwood Windows & Doors

Fleetwood Windows & Doors INTRODUCTION Fleetwood Windows & Doors Snapshot Estimator INDEX USER GUIDE Pg. I. Log In 4 II. Data Entry A. Global Defaults 5 B. Creating Quotes Job Information Tab 6 Miscellaneous Tab 7 Line Details

More information

Using Templates to Make Labels

Using Templates to Make Labels Using Templates to Make Labels You can create all kinds of labels in Word Labels aren t just for file folders. You can make your own return address labels, or you can make address labels for everyone on

More information

There are two (2) components that make up the Fuel Import Manager:

There are two (2) components that make up the Fuel Import Manager: Overview The FLEETMATE Fuel Import Manager option greatly simplifies the process of importing fuel data, from a fuel card vendor, into your FLEETMATE database. You can define a profile for each fuel provider.

More information

Lexis for Microsoft Office User Guide

Lexis for Microsoft Office User Guide Lexis for Microsoft Office User Guide Created 01-2018 Copyright 2018 LexisNexis. All rights reserved. Contents About Lexis for Microsoft Office...1 What is Lexis for Microsoft Office?... 1 What's New in

More information

Instructions for Data Back- Up

Instructions for Data Back- Up Instructions for Data Back- Up Step 1. Select which files are most important Certain things, such as computer games and applications, don't usually need to be backed up. You can easily reinstall these

More information

User Addendum User Box Scan support on the Fiery E C-KM Color Server, version 1.1

User Addendum User Box Scan support on the Fiery E C-KM Color Server, version 1.1 User Addendum User Box Scan support on the Fiery E 10 50-45C-KM Color Server, version 1.1 This document describes installing software for User Box scan support on the Fiery E 10 50-45C-KM Color Server,

More information

(With a few XP tips thrown in for good measure)

(With a few XP tips thrown in for good measure) (With a few XP tips thrown in for good measure) Working with files and folders A file is an item that contains information, for example pictures or documents. On your computer, files are represented with

More information

Reference Manager. Version 11. Beginners' Guide

Reference Manager. Version 11. Beginners' Guide Reference Manager Version 11 Beginners' Guide Barbara Smith Library July 2004 REFERENCE MANAGER Reference Manager, produced by ISI ResearchSoft, is a personal reference management system designed to keep

More information

GET TO WORK IN A FEW SIMPLE STEPS

GET TO WORK IN A FEW SIMPLE STEPS GET TO WORK IN A FEW SIMPLE STEPS These features can be activated and managed by your administrator. Send attachments Clean your documents as you go 4 Create a new email Attach your files Click the notification

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

With Maintenance Coordinator CMMS Software SIMPLICITY SOFTWARE TECHNOLOGIES INC

With Maintenance Coordinator CMMS Software SIMPLICITY SOFTWARE TECHNOLOGIES INC With Maintenance Coordinator CMMS Software SIMPLICITY SOFTWARE TECHNOLOGIES INC The following set of slides will try to outline the installation, navigation and setup of Maintenance Coordinator Software

More information

Furniture Reporting Updated July 2016

Furniture Reporting Updated July 2016 Updated July 2016 Contents About Furniture Reports...3 Open P/Os Not Acknowledged Report...3 O/E Third Party Gross Profit Report...4 P/O Expected Ship Report...5 Quotes Outstanding...6 Vendor Open P/O

More information

Boxoft PDF Split works with password-protected pdf files, and can apply various pdf security features to the split output files.

Boxoft PDF Split works with password-protected pdf files, and can apply various pdf security features to the split output files. 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 insert a watermark in your split pdf documents.

More information

January 2015 SPIDER 2j Full Install & Update

January 2015 SPIDER 2j Full Install & Update January 2015 SPIDER 2j Full Install & Update These are brief instructions for installing SPIDER 2j or updating from SPIDER 2i. This software is provided on CD-ROM. The CD contains both the complete SPIDER

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

WorkPlace. User Guide Version 10.5

WorkPlace. User Guide Version 10.5 WorkPlace User Guide Version 10.5 2009 SonicWALL, Inc. All rights reserved. SonicWALL is a registered trademark of SonicWALL, Inc. Other product names mentioned herein may be trademarks and/or registered

More information

SmartJCForms User Guide

SmartJCForms User Guide SmartJCForms User Guide 6/18/2015 C O N T E N T S Part 1: Introduction and Getting Started... 4 Chapter 1 - Introduction SmartJCForms Overview... 5 System Requirements... 6 Installation... 6 Licensing...

More information

Get Started. Estimating Explorer

Get Started. Estimating Explorer Get Started Estimating Explorer NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accompanying Sage Timberline Office End User License Agreement. You

More information

Quark: tech notes - Troubleshooting: System Failures and Unexpected Quits in QuarkXPress (Mac OS)

Quark: tech notes - Troubleshooting: System Failures and Unexpected Quits in QuarkXPress (Mac OS) Tech Support > tech notes - Troubleshooting: System Failures and Unexpected Quits in QuarkXPress (Mac OS) tech notes - Troubleshooting: System Failures and Unexpected Quits in QuarkXPress (Mac OS) Troubleshooting:

More information

Before you start you must ensure that you have your most recent backup available and it can be read by the computer that you are restoring RMS to.

Before you start you must ensure that you have your most recent backup available and it can be read by the computer that you are restoring RMS to. RMS Server Crash Recovery Procedure Overview Important Information Step One - Regional Settings Step Two - Windows Updates Step Three - Install SQL Express 2008 Step Four - Create RMSWIN folder Step Five

More information

OPENING A LEADS.TXT FILE IN EXCEL 2010

OPENING A LEADS.TXT FILE IN EXCEL 2010 From the project manager to a team of administrative, programming, and technical specialists, ATS believes in a team approach that brings together all of the necessary elements pre-conference and onsite

More information

SolAce EMC Desktop Edition Upgrading from version 3 to 4

SolAce EMC Desktop Edition Upgrading from version 3 to 4 SolAce EMC Desktop Edition Upgrading from version 3 to 4 This document covers upgrading from SolAce EMC Desktop Edition version 3. The first part of the document is the upgrade process. Starting on page

More information

Worldox Integration with Canon imageformula DR-C225 Scanner. Version 1.0

Worldox Integration with Canon imageformula DR-C225 Scanner. Version 1.0 Worldox Integration with Canon imageformula DR-C225 Scanner Version 1.0 WARRANTIES AND COPYRIGHT NOTICES Disclaimer of Warranty World Software Corporation makes no representations or warranties, either

More information