Quit Gambling with Huge Files! Scott McEachron DC CADD (Dallas, TX)

Size: px
Start display at page:

Download "Quit Gambling with Huge Files! Scott McEachron DC CADD (Dallas, TX)"

Transcription

1 November 30 December 3, 2004 Las Vegas, Nevada Quit Gambling with Huge Files! Scott McEachron DC CADD (Dallas, TX GI33-2 Ever import a 250MB ESRI Shape file or a 3GB aerial image? We'll show you how to use the tools in Autodesk Land Desktop and Autodesk Map to handle files of such enormous size, yet still add manageable character to your mapping and design projects. About the Speaker: For the past 6 years, Scott has taught subdivision/site design using Autodesk products to users nationwide at federal, state, and local agencies in both the public and private sectors. As a Solutions Specialist with DC CADD in Dallas, TX, Scott has built his reputation by offering real-world solutions to everyday civil/survey issues, and is considered a leader in the field. He has written courseware and published several documents, tips, and tricks featured on TenLinks.com as well as other websites.

2 Outline Hardware recommendations Software recommendations System variables Application ID table Ballooning drawings Drawing cleanup using Autodesk MAP Recovering damaged drawings Hardware Recommendations Dual Processors AutoCAD is simply a complex mathematical program. With dual processors, you ll notice just a 2-4% increase in performance over a single processor. When cost is a consideration, your best bet is still a single processor running at least 2.4 GHz. If your work requires a lot of imagery, a dual processor may work well for you. I run dual P4 s at 3.2 GHz on my laptop and my files range in size from 10 to 100Mb. I don t notice much lag time when modeling complex corridors in Civil3D. Video Card NVidia or ATI. Both companies have a proven history with Autodesk products; accept nothing less. I run an ATI Mobility Radeon 9700 with 128Mb RAM on-board; you can t go wrong with 128Mb and the card will last as long as the system. If you decide an ATI card meets your needs in terms of cost and performance, disable the PowerPlay option. PowerPlay has a tendency to have a negative effect on an AutoCAD when working in 3D (Orbiting. With Powerplay turned on, I notice a significant decrease in performance in AutoCAD

3 I also recommend setting your video adapter for high performance as opposed to high quality. Video cards have come a long way; you won t sacrifice quality when setting an adapter for performance. RAM 2 GHz, can t beat it and the system will remain strong as new and /or updated software is released. If price is a consideration, get at least 1GHz. 3

4 Software Recommendations Operating System WindowsXP Professional it s made to run on workstations. Depending upon your IT structure, you ll want to keep XP updated by visiting windowsupdate.microsoft.com on a regular basis. I have WindowsXP Service Pack 2 and have no issues running Autodesk 2005 products. AutoCAD Updates and Service Packs Stay in touch with Autodesk on the WWW. Some of the most common AutoCAD problems are resolved simply by applying a service pack. I still get calls from users having difficulty plotting to the HP 1050C from Model Space. A service pack was released to resolve the issue almost 2 months ago. Keep your software updated; keep your hardware drivers updated. AntiVirus Software I ve been running Norton Anti-Virus alongside AutoCAD as long as I can remember, and I ve never had an issue with system performance; but I ve done some things to keep the two programs from conflicting: Enable Auto-Protect, but don t scan the AutoCAD files, including the files stored in the user profile as well as the Common Shared Files. 4

5 Run Auto-Update in the background, or update your Anti-Virus files regularly. Norton AntiVirus can be purchased via the web for $50 a small price to pay to protect your valuable data. 5

6 Defragment Your filing cabinet at the office is a mess. It s difficult to find files EVEN if you know what drawer they re in. Your hard drive is no different keep it clean. You can use either the Windows defrag utility or various third-party packages. PerfectDisk and DisKeeper have consistently high ratings. I ve used them all, but in the end settled for the Windows defragmenter. System Variables ISAVEPERCENT The ISAVEPERCENT system variable controls the amount of wasted space tolerated in a drawing file. The default value of 50 means the wasted space within the file will not exceed 50 percent of the total file size. Wasted space is eliminated by periodic full saves, but by setting the variable to zero, the system forces a full save, with no wasted space, each time a drawing is saved. By limiting wasted space, a more stable drawing file is created. Increasing the value of the ISAVEPERCENT system variable decreases the amount of time used to save a drawing by allowing a greater amount of wasted space in the drawing. This usually results in a larger size for the drawing file. Decreasing the value of the ISAVEPERCENT system variable often results in a smaller file size and can decrease the amount of time it takes to open a drawing. However, save operations may be slower. In a 100Mb file, I notice little difference. 6

7 CRC Validation CRC Validation specifies whether a cyclic redundancy check (CRC will be performed each time an object is read into the drawing. CRC is an error-checking mechanism. If drawings are being corrupted and hardware problems or AutoCAD errors are suspected, turn this option on, and read/write errors will automatically be corrected when opening/saving files. It may have a slight performance impact on larger files. But, over time it stands a good chance of correcting problems on the fly without user interaction. Audit your work Computer hardware problems, power surges, user mistakes, or software problems can cause errors that prevent you from editing or plotting the drawing. By saving and AUDITing your work regularly, you can ensure a minimum of lost data if your system fails. For easy access, AUDIT places all objects for which it reports errors in the Previous selection set. However, editing commands affect only the objects that belong to the current paper space or model space. If you set the AUDITCTL system variable to 1, AUDIT creates an ASCII file describing problems and the action taken and places this report in the same directory as the current drawing, with the file extension.adt. Application ID Table Ballooning Drawings RegApps Some major programs on the market (not Land Desktop, not Civil3D, not Microstation have a tendency to save a registered application with an invalid name, such as "##*a%"?s*" in an AutoCAD drawing file. Anytime this drawing is used, even as an xref, new "##*a%"?s*" RegApp entries will be added to the drawing referencing it, as AutoCAD doesn't recognize that "##*a%"?s*" is already registered in the current drawing; a "virus" is born. Invalid RegApp entries will balloon a drawing over time, Audit will report no errors, but at some point, the drawing will no longer open. If you have a file where the visual content doesn't justify the file size and it seems to be getting progressively worse, you can check if the "bloating" is indeed caused by this virus by doing the following test: 7

8 Issue the following command at the AutoCAD command prompt: (tblnext "appid" 5(while (print (tblnext "appid" If this action produces a similar listing to the one below (often scrolling infinitely, you need to clean the infected drawing: ((0. "APPID" (2. "ACAD" (70. 0 ((0. "APPID" (2. "RAK" (70. 0 ((0. "APPID" (2. "ADE" (70. 0 If you enter -purge at the Command prompt, -PURGE displays the following prompt on the command line: Enter type of unused objects to purge: [Blocks/Dimstyles/LAyers/LTypes/Plotstyles/SHapes/textSTyles/Mlinestyles/Tablestyles/Regapps/All]: Enter "R" to purge unused applications. -PURGE removes only one level of reference. Repeat -PURGE until there are no unreferenced named objects. As an alternative, use the following LISP routine: (defun purge-appids ( / name names (vlax-for app (vla-get-registeredapplications (vla-get-activedocument (vlax-get-acad-object (and (setq name (vla-get-name app (not (vl-catch-all-error-p (vl-catch-all-apply 'vla-delete (list (vlax-ename->vla-object (tblobjname "appid" name 8

9 (setq names (cons name names (reverse names Browse to IntelCAD for more information: Drawing Cleanup Using Autodesk MAP RegApps The Drawing Cleanup functionality offers an easy way to improve the accuracy of your maps, correct common map errors (resulting from surveying, digitizing, scanning errors, and so on, and remove unnecessary detail from complex maps. This functionality is essential when you need accurate and complete maps suitable for defining topologies, performing map analyses, or plotting and presentations. With Drawing Cleanup, you can perform the following cleanup actions: delete duplicate objects, erase short objects, break crossing objects, extend undershoots, extend to apparent intersections, snap clustered nodes, dissolve pseudo nodes, erase dangling objects (overshoots, simplify objects, delete zero-length objects, and weed 3D polyline vertices. It's not unusual to cut an enormous file in half by issuing a Cleanup. I use the following options (in order: Zero Length objects Simplify objects Extend undershoots Break crossing objects Erase dangling objects Snap clustered nodes Consult the Help files for more information on using the powerful Cleanup commands. Recovering Damaged Drawings There are several methods for recovering damaged drawing files. It seems everyone has their own tried and true method(s. These are mine: Batch Drawing Converter Can t open the file? Try converting it to an earlier release. I can t express enough the luck I ve had with this. MAP Query Attach the problem drawing to a new drawing using the MAP Workspace. Query it for all of the objects; I ve had better luck with this than the AutoCAD Recover command. 9

10 Partial Open Many times a problem drawing has bad entities on a distinct layer. By opening a drawing one layer at a time and copying and pasting all objects to a single drawing, you may be able to recover most of your work. This could take a while, but when all else fails, it works quite well. Intellicad An old tried-and-true method. Intellicad just does NOT understand AutoCAD objects and will open ALMOST anything without fail. When all else fails, download a trial version. 10

Clean & Speed Up Windows with AWO

Clean & Speed Up Windows with AWO Clean & Speed Up Windows with AWO C 400 / 1 Manage Windows with this Powerful Collection of System Tools Every version of Windows comes with at least a few programs for managing different aspects of your

More information

Building and Analyzing Topology in Autodesk Map GI21-1

Building and Analyzing Topology in Autodesk Map GI21-1 December 2-5, 2003 MGM Grand Hotel Las Vegas Building and Analyzing Topology in Autodesk Map GI21-1 Alex Penney ISD Training Content Manager, Autodesk Professional Services, Autodesk Inc. Topology is one

More information

MicroSurvey CAD 2018

MicroSurvey CAD 2018 MicroSurvey CAD 2018 s and s MicroSurvey CAD 2018 includes support for AutoCAD 2018.dwg files, Esri Shapefiles, Trimble JobXML files, and important bug fixes that continue to make MicroSurvey CAD the absolute

More information

WINDOWS Memory Management Defrag Memory & Resource Management AI Based Application

WINDOWS Memory Management Defrag Memory & Resource Management AI Based Application WINDOWS Memory Management Defrag Memory & Resource Management AI Based Application Index About the Product... 2 The Need... 2 Minimal System Requirements... 3 Version... 4 What New?... 4 EXE Structure...

More information

Readme: Autodesk Impression

Readme: Autodesk Impression Seite 1 von 6 Readme: Autodesk Impression Thank you for your interest in Autodesk Impression. Impression converts precision drawings to eye-catching design illustrations by applying appearance styles that

More information

Questions and Answers

Questions and Answers Autodesk AutoCAD Raster Design 2011 Questions and Answers AutoCAD Raster Design 2011 Questions and Answers Make the most of rasterized scanned drawings, maps, aerial photos, satellite imagery, and digital

More information

The Impact of Disk Fragmentation on Servers. By David Chernicoff

The Impact of Disk Fragmentation on Servers. By David Chernicoff The Impact of Disk Fragmentation on Servers By David Chernicoff Published: May 2009 The Impact of Disk Fragmentation on Servers Testing Server Disk Defragmentation IT defragmentation software brings to

More information

Speed Up Windows by Disabling Startup Programs

Speed Up Windows by Disabling Startup Programs Speed Up Windows by Disabling Startup Programs Increase Your PC s Speed by Preventing Unnecessary Programs from Running Windows All S 630 / 1 When you look at the tray area beside the clock, do you see

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

More information

Real Fast PC. Real Fast PC Win 7.

Real Fast PC. Real Fast PC Win 7. Real Fast PC Win 7 www.realfastpc.com 1 Real Fast PC Win 7 Disclaimer: Please note that while every effort is made to ensure that the information provided in this ebook is up to date, effective, and useful,

More information

GEN9638: Forensic CADology: When Good DWG Files Go Bad

GEN9638: Forensic CADology: When Good DWG Files Go Bad GEN9638: Forensic CADology: When Good DWG Files Go Bad David Park CAD/BIM Coordinator Steven Litzau, P.E. Manager of Design Technology Join the conversation Class summary An Intermediate to Advanced Level

More information

Windows Mail Files Backup And Restore Windows 7 Not Working After Installing Acronis

Windows Mail Files Backup And Restore Windows 7 Not Working After Installing Acronis Windows Mail Files Backup And Restore Windows 7 Not Working After Installing Acronis With Acronis True Image backup, you can restore your computer in the event of a complete system failure. Top Windows

More information

Novapoint Virtual Map Version Installation Guide

Novapoint Virtual Map Version Installation Guide Version 6.5.4 Installation Guide 20.12.2012 2(11) 1.... 3 2. System Requirements... 4 2.1. Windows XP, Vista and Windows 7... 4 2.2. 64-bit operating systems... 4 Supported... 4 2.3. AutoCAD versions...

More information

Course Title: Mastering the Visual LISP Integrated Development Environment (IDE)

Course Title: Mastering the Visual LISP Integrated Development Environment (IDE) Las Vegas, Nevada, December 3 6, 2002 Speaker Name: R. Robert Bell Course Title: Mastering the Visual LISP Integrated Development Environment (IDE) Course ID: CP42-1 Course Outline: The introduction of

More information

How To Clean Your Registry Manually Xp Hard Drive On A Windows

How To Clean Your Registry Manually Xp Hard Drive On A Windows How To Clean Your Registry Manually Xp Hard Drive On A Windows Unfortunately, many of these claims are false and could actually cause your computer more harm. The Windows registry is basically a really

More information

Speaker Name: Bill Kramer. Course: CP42-2 A Visual LISP Wizard's Into to Reactor Magic. Course Description

Speaker Name: Bill Kramer. Course: CP42-2 A Visual LISP Wizard's Into to Reactor Magic. Course Description Speaker Name: Bill Kramer Course: CP42-2 A Visual LISP Wizard's Into to Reactor Magic Course Description Visual LISP reactors are the tools by which event-driven applications are created. If you want to

More information

Windows 7 Will Not Load On My Computer Says I'm

Windows 7 Will Not Load On My Computer Says I'm Windows 7 Will Not Load On My Computer Says I'm There are various programs which will allow you to make a copy of your entire apply to my computer even though it does say it works for this issue in Windows

More information

Installing MS Office 2000 Professional For Windows 98/2000/XP

Installing MS Office 2000 Professional For Windows 98/2000/XP WIN1010 May 2003 Installing MS Office 2000 Professional For Windows 98/2000/XP PRE-INSTALLATION PROCESS... 1 INSTALLING SOFTWARE... 2 INSTALLATION GUIDE FOR MS OFFICE 2000 PROFESSIONAL:... 2 APPLYING PATCHES

More information

Performance issues in Cerm What to check first?

Performance issues in Cerm What to check first? Performance issues in Cerm What to check first? The Cerm software is built as a client server model. This means the client and the server need the correct specifications, but also the network in between

More information

Speaker Name: Darren J. Young / Course Title: Introduction to Visual LISP's vl- functions. Course ID: CP42-3

Speaker Name: Darren J. Young / Course Title: Introduction to Visual LISP's vl- functions. Course ID: CP42-3 Las Vegas, Nevada, December 3 6, 2002 Speaker Name: Darren J. Young / dyoung@mcwi.com Course Title: Introduction to Visual LISP's vl- functions Course ID: CP42-3 Course Outline: This course presents long-time

More information

Painless Productivity Programming with the Autodesk AutoCAD Action Recorder Revealed!

Painless Productivity Programming with the Autodesk AutoCAD Action Recorder Revealed! Painless Productivity Programming with the Autodesk AutoCAD Action Recorder Revealed! Matt Murphy 4D Technologies/CADLearning AC2098 Productivity through programming has never been a friendly or intuitive

More information

Networking AutoCAD for Control and Speed

Networking AutoCAD for Control and Speed Robert Green CAD-Manager.com CM5921 Do you maintain AutoCAD platform tools for a bunch of users? Do you have to support branch offices? If so, this class will help you get your AutoCAD environment under

More information

CleanMyPC User Guide

CleanMyPC User Guide CleanMyPC User Guide Copyright 2017 MacPaw Inc. All rights reserved. macpaw.com CONTENTS Overview 3 About CleanMyPC... 3 System requirements... 3 Download and installation 4 Activation and license reset

More information

Advanced Computer Skills and Hardware Instructor: Jonathan Barkand ( )

Advanced Computer Skills and Hardware Instructor: Jonathan Barkand ( ) Advanced Computer Skills and Hardware Instructor: Jonathan Barkand (412-655-8447) There are 2 types of systems: Intel and AMD All desktop computers are not created equal. They have significantly different

More information

How to speed up a database which has gotten slow

How to speed up a database which has gotten slow Triad Area, NC USA E-mail: info@geniusone.com Web: http://geniusone.com How to speed up a database which has gotten slow hardware OS database parameters Blob fields Indices table design / table contents

More information

Let s see the use of each option available under create feature line window:

Let s see the use of each option available under create feature line window: FEATURE LINE: Feature line is a kind of a line or an object which we can use as a base line or foot print of grading object. In civil 3d if you want use grading tool you have some kind of base or foot

More information

The 21 WORD . That Can Get You More Clients. Ian Brodie

The 21 WORD  . That Can Get You More Clients. Ian Brodie The 21 WORD EMAIL That Can Get You More Clients Ian Brodie The 21 Word Email That Can Get You More Clients Hey there! Welcome to this short report on the 21 Word Email That Can Get You More Clients If

More information

Tuesday 6th October Agenda

Tuesday 6th October Agenda Dacorum U3A Apple Mac Users Group Tuesday 6th October 2015 Agenda Cleanup and Housekeeping your Mac & IOS Device - Remove old files, recover lost space, remove Trash and left over Apps. Agenda Identify

More information

Tips and Tricks: Installing Sage Pastel Accounting

Tips and Tricks: Installing Sage Pastel Accounting Tips and Tricks: Installing Sage Pastel Accounting When installing Sage Pastel Accounting we recommend that you check the following settings to avoid errors. System requirements: These are the hardware

More information

Execu/Tech Systems, Inc. Handheld Inventory Manual P a g e 1

Execu/Tech Systems, Inc. Handheld Inventory Manual P a g e 1 Execu/Tech Systems, Inc. Handheld Inventory Manual P a g e 1 Execu/Tech Systems, Inc. Handheld Inventory Manual P a g e 2 Contents Important Notes... 3 Requirements and Software Installation... 4-5 Starting

More information

Fix, Speed Up, And Protect Your Computer In One Hour: Windows 7 / Windows Vista Edition By Nabeel Alzahrani

Fix, Speed Up, And Protect Your Computer In One Hour: Windows 7 / Windows Vista Edition By Nabeel Alzahrani Fix, Speed Up, And Protect Your Computer In One Hour: Windows 7 / Windows Vista Edition By Nabeel Alzahrani 7 Windows Vista Edition is available on print and digital edition. This pdf ebook is one of digital

More information

The Impact of Disk Fragmentation on Servers. By David Chernicoff

The Impact of Disk Fragmentation on Servers. By David Chernicoff The Impact of Disk Fragmentation on Servers By David Chernicoff Contents Testing Server Disk Defragmentation... 2 The Testing Environment...3 The Tests...4 File Copy...4 Backup.5 Anti-Virus Scan...5 VHD

More information

Voxco Command Center, Voxco Online, and Voxco Dialer - Technical specifications & Recommendations

Voxco Command Center, Voxco Online, and Voxco Dialer - Technical specifications & Recommendations Voxco Command Center, Voxco Online, and Voxco Dialer - Technical specifications & Recommendations Recommended server specification: Specification for SQL server The SQL server is used to provide shared

More information

Mastering QuickBooks: Increasing Performance with Large Files and Multiple Users

Mastering QuickBooks: Increasing Performance with Large Files and Multiple Users Mastering QuickBooks: Increasing Performance with Large Files and Multiple Users By Joe Woodard, Advanced Certified QuickBooks ProAdvisor and Certified QuickBooks Trainer Editor s Note: Joe Woodard is

More information

KSI/KAI Cyber Security Policy / Procedures For Registered Reps

KSI/KAI Cyber Security Policy / Procedures For Registered Reps KSI/KAI Cyber Security Policy / Procedures For Registered Reps Password Protection 1) All electronic devices used in any way for KSI/KAI business must be password protected. 2) Passwords, where applicable,

More information

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc.

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc. November 30 December 3, 2004 Las Vegas, Nevada Speaker: Bud Schroeder, Autodesk Inc. IT32-1 This presentation will focus on how to use existing built-in AutoCAD tools to migrate your customization from

More information

Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin

Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin PO Box 344 Canby Oregon 97013 www.cadapult-software.com training@cadapult-software.com (503) 829-8929 Table of

More information

How to Rescue a Deleted File Using the Free Undelete 360 Program

How to Rescue a Deleted File Using the Free Undelete 360 Program R 095/1 How to Rescue a Deleted File Using the Free Program This article shows you how to: Maximise your chances of recovering the lost file View a list of all your deleted files in the free Restore a

More information

Managing Content with AutoCAD DesignCenter

Managing Content with AutoCAD DesignCenter Managing Content with AutoCAD DesignCenter In This Chapter 14 This chapter introduces AutoCAD DesignCenter. You can now locate and organize drawing data and insert blocks, layers, external references,

More information

Working with Huge Digital Prototypes: Autodesk Inventor Large-Assembly Best Practices

Working with Huge Digital Prototypes: Autodesk Inventor Large-Assembly Best Practices : Autodesk Inventor Large-Assembly Best Practices Dan Miles INCAT MA215-5 This session will provide methodologies and best practices for working with large Autodesk Inventor assemblies. With the last few

More information

Discover the DATA behind the Drawing Using A+CAD. Permission to copy

Discover the DATA behind the Drawing Using A+CAD. Permission to copy Discover the DATA behind the Drawing Using A+CAD Permission to copy The CAD Academy Did you ever wonder how the entities you draw on the screen look in the database? Understanding how CAD stores data makes

More information

AutoLISP for CAD Managers Robert Green Robert Green Consulting Group

AutoLISP for CAD Managers Robert Green Robert Green Consulting Group Robert Green Robert Green Consulting Group CM305-1L AutoLISP/Visual LISP is a powerful way to extend the AutoCAD functionality, but many avoid using it because they think it's too hard to learn. This class

More information

Best Practices for Loading Autodesk Inventor Data into Autodesk Vault

Best Practices for Loading Autodesk Inventor Data into Autodesk Vault AUTODESK INVENTOR WHITE PAPER Best Practices for Loading Autodesk Inventor Data into Autodesk Vault The most important item to address during the implementation of Autodesk Vault software is the cleaning

More information

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L December 2-5, 2003 MGM Grand Hotel Las Vegas Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L About the Speaker: Pete Kelsey is an Autodesk Authorized Consultant an Autodesk Certified

More information

Manually Make Computer Faster For Gaming Windows Xp

Manually Make Computer Faster For Gaming Windows Xp Manually Make Computer Faster For Gaming Windows Xp Select the Windows folder and then open the folder titled Temp. You can either manually deselect those which you do not want to load, or click Disable

More information

Parallels Desktop 4.0 Switch to Mac Edition. Migrate your PC Tutorial.

Parallels Desktop 4.0 Switch to Mac Edition. Migrate your PC Tutorial. Parallels Desktop 4.0 Switch to Mac Edition Migrate your PC Tutorial www.parallels.com Migrate Your PC with Parallels Transporter Tutorial The enhanced Parallels Transporter included in Parallels Desktop

More information

Example File Systems Using Replication CS 188 Distributed Systems February 10, 2015

Example File Systems Using Replication CS 188 Distributed Systems February 10, 2015 Example File Systems Using Replication CS 188 Distributed Systems February 10, 2015 Page 1 Example Replicated File Systems NFS Coda Ficus Page 2 NFS Originally NFS did not have any replication capability

More information

Importing and Coordinating Models

Importing and Coordinating Models Bonus Chapter 6 Importing and Coordinating Models It s amazing that we re up to Bonus Chapter 6, and yet I m sure many readers are still unclear about how BIM fits in here. Yes, most of the previous chapters

More information

Working with AutoCAD in Mixed Mac and PC Environment

Working with AutoCAD in Mixed Mac and PC Environment Working with AutoCAD in Mixed Mac and PC Environment Pavan Jella Autodesk AC6907 With the introduction of AutoCAD for Mac, some professionals now work in hybrid environments one engineer may draft designs

More information

How To Remove A Virus Manually Windows 7 Laptop Using Antivirus Program

How To Remove A Virus Manually Windows 7 Laptop Using Antivirus Program How To Remove A Virus Manually Windows 7 Laptop Using Antivirus Program How to find out if malware--a Trojan, virus, or worm got past your anti-virus and firewall, how to remove the malicious code manually.

More information

Install and Configure ICT Equipment and Operating Systems Unit 229 Utility Programs

Install and Configure ICT Equipment and Operating Systems Unit 229 Utility Programs Install and Configure ICT Equipment and Operating Systems Unit 229 Utility Programs What is a Utility Program? Utility Program Definition Smaller than an application in size, a utility program is a computer

More information

How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode

How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode The System Restore function on Windows 7 allows you to roll backhome,» Categories,» Computers and Electronics,» Operating Systems Select

More information

Architectural Desktop 2007

Architectural Desktop 2007 Architectural Desktop 2007 Markin' Time - Keeping on Schedule with ADT Paul Oakley S2-3 Course Summary: Designed as an introduction and/or update for both new and existing ADT users, this course provides

More information

WHEN YOUR COMPUTER SLOWS TO A CRAWL

WHEN YOUR COMPUTER SLOWS TO A CRAWL WHEN YOUR COMPUTER SLOWS TO A CRAWL A Hands-On Class Featuring More Than a Dozen Individual Step-By-Step Ideas that You Can Use on Your Own Presented by Bill Wilkinson 1. Beware of Computer Repair Offers

More information

Release Notes. MYOB AccountRight Basics About AccountRight 2011

Release Notes. MYOB AccountRight Basics About AccountRight 2011 Release Notes MYOB AccountRight Basics 2011.1 AccountRight Basics 2011 is MYOB s next generation of BusinessBasics software. As well as having a new look and feel, AccountRight Basics 2011 is more powerful

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

FAQ. Safe Anywhere PC 12. Disclaimer:

FAQ. Safe Anywhere PC 12. Disclaimer: FAQ Safe Anywhere PC 12 Disclaimer: You can freely use (copy and edit) the information in this document for your own purposes. You may want to replace all references to F-Secure, F-Secure launch pad, F-Secure

More information

File Maintenance Windows 7 Word What is File Maintenance?

File Maintenance Windows 7 Word What is File Maintenance? File Maintenance Windows 7 Word 2013 What is File Maintenance? As you use your computer and create files you may need some help in storing and retrieving those files. File maintenance shows you how to

More information

CTVUE Application Note

CTVUE Application Note Troubleshooting USB Download Introduction While USB offers the ability to provide high-speed downloads, it does require some extra steps in order to work properly. When working with the CTVUE, care must

More information

How to Avoid Getting Ripped Off with your IT Expenses. Steve McEvoy May 8th, 2018 Washington, DC

How to Avoid Getting Ripped Off with your IT Expenses. Steve McEvoy May 8th, 2018 Washington, DC How to Avoid Getting Ripped Off with your IT Expenses Steve McEvoy May 8th, 2018 Washington, DC Taking Advantage Out of necessity you have to trust your IT people The Vast Majority live up to that trust

More information

Airtel PC Secure Trouble Shooting Guide

Airtel PC Secure Trouble Shooting Guide Airtel PC Secure Trouble Shooting Guide Table of Contents Questions before installing the software Q: What is required from my PC to be able to use the Airtel PC Secure? Q: Which operating systems does

More information

CDs & DVDs: Different Types of Disk Explained

CDs & DVDs: Different Types of Disk Explained CDs & DVDs: Different Types of Disk Explained C 200 / 1 Don t Waste Money Buying the Wrong Type Find Out Which Disks Your PC Can Use! Your PC almost certainly has at least one CD/DVD drive. In its most

More information

COMMON WINDOWS 10 QUESTIONS & ANSWERS

COMMON WINDOWS 10 QUESTIONS & ANSWERS COMMON WINDOWS 10 QUESTIONS & ANSWERS Windows 10 is a blend of the best features of Windows 7 and 8.1 but many people are frustrated when they can t find a feature or fix they were used to in one of the

More information

NUIT Tech Talk: Spring Cleaning Remembering the Technology?

NUIT Tech Talk: Spring Cleaning Remembering the Technology? NUIT Tech Talk: Spring Cleaning Remembering the Technology? April 23, 2008 Alex Escalona Distributed Support Specialist Distributed Support Services Northwestern University Information Technology Spring

More information

Cross-Discipline Coordination in Autodesk s Revit Platform

Cross-Discipline Coordination in Autodesk s Revit Platform Cross-Discipline Coordination in Autodesk s Revit Platform Matt Dillon The DC CADD Company, Inc. AB214-4 The Revit platform offers many opportunities and tools for coordination that have not been possible

More information

Auslogics BOOSTSPEED USER MANUAL. auslogics.

Auslogics BOOSTSPEED USER MANUAL. auslogics. Auslogics BOOSTSPEED 10 USER MANUAL www..com TABLE OF CONTENTS: Welcome Installation Guide Registering Auslogics BoostSpeed 10 Backing up with the Rescue Center Your First Scan Navigation Panel Navigation

More information

Applying for Jobs Online

Applying for Jobs Online Applying for Jobs Online Hi, I m Sarah. I m here to show you how to apply for a job using an online application form. Most jobs now require you to fill out an application on the Internet. In this course

More information

What You Need to Know When Buying a New Computer JackaboutComputers.com

What You Need to Know When Buying a New Computer JackaboutComputers.com If it s been a while since you bought your last computer, you could probably use a quick refresher on what you need to know to make a good purchase. Computers today are a much larger part of our life than

More information

ANNOYING COMPUTER PROBLEMS

ANNOYING COMPUTER PROBLEMS ANNOYING COMPUTER PROBLEMS And their solution Before you do this to your computer read this information. Feel free to print it out. This will make it easier to reference. Table of Contents 1. Computer

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Welcome to Carbonite! Important Things to Know...4 Carbonite Features...5 Advanced/Add-On Features... 5 Setting Up and Installing...6 Starting a Trial... 7 Installing Carbonite for the First Time...

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Important Things to Know... 4 Carbonite Features... 5 Setting Up and Installing... 6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription... 8 Subscription Pricing...

More information

Compelling Preparation Techniques for the New AutoCAD 2013 Certification Exam

Compelling Preparation Techniques for the New AutoCAD 2013 Certification Exam Compelling Preparation Techniques for the New AutoCAD 2013 Certification Exam J.C. Malitzke Digital JC CAD AC3317_AC5741-V_AC5742-V Accept the challenge! Are you ready? Explore the methodologies for passing

More information

Windows 7 Will Not Install On My Computer Run Faster

Windows 7 Will Not Install On My Computer Run Faster Windows 7 Will Not Install On My Computer Run Faster Go to My Computer, right-click on Local Drive, and go to Properties. If you find you simply need more space, consider buying and installing a Solid

More information

Care and Feeding of Your Laptop. Carolyn McHale For SETFC Rally May 2007

Care and Feeding of Your Laptop. Carolyn McHale For SETFC Rally May 2007 Care and Feeding of Your Laptop Carolyn McHale For SETFC Rally May 2007 Topics 2 Terminology Configuration Computer & WiFi Practices Power Options Housekeeping/Maintenance Problems Tips Checklist before

More information

Windows 10 Professional for (Almost) Free. Add the Expert Features of Windows 10 Professional to Your Home System for Virtually Nothing

Windows 10 Professional for (Almost) Free. Add the Expert Features of Windows 10 Professional to Your Home System for Virtually Nothing Windows 10 Professional for (Almost) Free W 734/1 Add the Expert Features of Windows 10 Professional to Your Home System for Virtually Nothing Using the information given in this article you will be able

More information

REVIT MODELING INDIA. Best Practices of Revit Family. Creation. Author: Premal Kayasth BIM Evangelist.

REVIT MODELING INDIA. Best Practices of Revit Family. Creation. Author: Premal Kayasth BIM Evangelist. REVIT MODELING INDIA Best Practices of Revit Family Creation Author: Premal Kayasth BIM Evangelist Introduction: The white paper aims at defining best practices and procedures to be considered at the time

More information

Report Course name ABSTRACT. Research and reporting. Survey Report. Nguyen Ngoc Long. Ann Viitala. Adesh Chymariya. Shu Sheng 5/2/2010.

Report Course name ABSTRACT. Research and reporting. Survey Report. Nguyen Ngoc Long. Ann Viitala. Adesh Chymariya. Shu Sheng 5/2/2010. Course name Assignment Authors Research and reporting Survey Nguyen Ngoc Long Ann Viitala Adesh Chymariya Shu Sheng Date of the report 5/2/2010 ABSTRACT CONTENTS 1 INTRODUCTION 3 2 THEORETICAL FRAMEWORK,

More information

Basics of Database Corruption Repair

Basics of Database Corruption Repair Basics of Database Corruption Repair When Corruption Strikes, will you be ready? Steve Stedman, Managing Technology Partner, SQL Data Partners 2 Please silence cell phones Explore everything PASS has to

More information

ITConnect KEEPING TRACK OF YOUR EXPENSES WITH YNAB

ITConnect KEEPING TRACK OF YOUR EXPENSES WITH YNAB ITConnect Technology made practical for home APRIL 06 Edit PDF files with Word Word is the best tool we have at hand to edit PDFs without having to purchase extra software. Viruses distributed by email

More information

Burning CDs in Windows XP

Burning CDs in Windows XP B 770 / 1 Make CD Burning a Breeze with Windows XP's Built-in Tools If your PC is equipped with a rewritable CD drive you ve almost certainly got some specialised software for copying files to CDs. If

More information

MigrationWiz Security Overview

MigrationWiz Security Overview MigrationWiz Security Overview Table of Contents Introduction... 2 Overview... 2 Shared Security Approach... 2 Customer Best Practices... 2 Application Security... 4 Data Security and Handling... 4 Database

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

Cyber Security Guide. For Politicians and Political Parties

Cyber Security Guide. For Politicians and Political Parties Cyber Security Guide For Politicians and Political Parties Indian Election Integrity Initiative Design by ccm.design Cover Image by Paul Dufour Helping to Safeguard the Integrity of the Electoral Process

More information

SellerDeck Epos Release Notes

SellerDeck Epos Release Notes SellerDeck Epos 2013 Release Notes SellerDeck Limited Date: 18th December 2012 Version: 1.0.6 SellerDeck EPOS version 3 Release Notes Revision History Revision Date Author Comments 0.1 20/05/2008 Peter

More information

Hardware Recommendations by

Hardware Recommendations by Hardware Recommendations by Forrestt Williams Tech Support Office IT Website Graphic Design Jeremiah Farmer support@landfx.com CEO Developer Support Head Honcho Outline 1. Land F/X Technology Quick Explainer

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 12 Troubleshooting Windows and Applications

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 12 Troubleshooting Windows and Applications Chapter 12 Troubleshooting Windows and Applications Objectives Learn about Windows tools to help you when troubleshooting Windows and application problems Learn about general strategies and steps you can

More information

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise Online Demo Guide Barracuda PST Enterprise This script provides an overview of the main features of PST Enterprise, covering: 1. Logging in to PST Enterprise 2. Client Configuration 3. Global Configuration

More information

GEMS Software System Requirements Frequently Asked Questions

GEMS Software System Requirements Frequently Asked Questions GEMS Software System Requirements Frequently Asked Questions Recommended and Required PC Configurations for GEMS Installations The following information lists the minimum PC hardware and software environment

More information

Speaker Name: Bill Kramer. Course: CP33-2 A Visual LISP Wizard's Intro to Object Magic. Course Description

Speaker Name: Bill Kramer. Course: CP33-2 A Visual LISP Wizard's Intro to Object Magic. Course Description Speaker Name: Bill Kramer Course: CP33-2 A Visual LISP Wizard's Intro to Object Magic Course Description This course introduces the use of objects in Visual LISP and demonstrates how they can be created

More information

System recommendations for version 17.1

System recommendations for version 17.1 System recommendations for version 17.1 This article contains information about recommended hardware resources and network environments for version 17.1 of Sage 300 Construction and Real Estate. NOTE:

More information

Freshservice Discovery Probe User Guide

Freshservice Discovery Probe User Guide Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements

More information

Usage Guide to Handling of Bayesian Class Data

Usage Guide to Handling of Bayesian Class Data CAMELOT Security 2005 Page: 1 Usage Guide to Handling of Bayesian Class Data 1. Basics Classification of textual data became much more importance in the actual time. Reason for that is the strong increase

More information

System Requirements for TaxWise September 9, 2011

System Requirements for TaxWise September 9, 2011 Summary: This document provides system requirements and recommendations for both TaxWise Online (TWO) and TaxWise Desktop (TWD). The requirements are from CCH Small Firm Services and the recommendations

More information

Networking AutoCAD for Control and Speed

Networking AutoCAD for Control and Speed Networking AutoCAD for Control and Speed Robert Green CAD-Manager.com Quick bio Mechanical engineer turned computer geek Private consultant since 1991 Focusing on CAD standardization, customization and

More information

Operator s Manual. FreshStart Automated Drive Replacement Tool by CyberSpa LLC. All rights reserved.

Operator s Manual. FreshStart Automated Drive Replacement Tool by CyberSpa LLC. All rights reserved. Operator s Manual FreshStart Automated Drive Replacement Tool 2017 by CyberSpa LLC. All rights reserved. 1 What is a PC FreshStart? A FreshStart is an automated tool that allows you to image a new drive

More information

Dealing with Bugs. Kenneth M. Anderson University of Colorado, Boulder CSCI 5828 Lecture 27 04/21/2009

Dealing with Bugs. Kenneth M. Anderson University of Colorado, Boulder CSCI 5828 Lecture 27 04/21/2009 Dealing with Bugs Kenneth M. Anderson University of Colorado, Boulder CSCI 5828 Lecture 27 04/21/2009 University of Colorado, 2009 1 Goals 2 Review material from Chapter 11 of Pilone & Miles Dealing with

More information

Windows 7 Manual Update Install Clean Disk Use

Windows 7 Manual Update Install Clean Disk Use Windows 7 Manual Update Install Clean Disk Use windows7, window 7, clean, install, format, vista, xp, 7. Boot the Windows 7 Full install disk (using F12 to select the optical drive as first bootable the

More information

Onboarding Guide. ipointsolutions.net (800)

Onboarding Guide. ipointsolutions.net (800) Onboarding Guide ipointsolutions.net (800) 535-4101 Support@iPointSolutions.net Table of Contents Server / Hardware / Network Requirements Server Requirements... 3 Supported Operating Systems... 3 Server

More information

Movavi Mac Cleaner. Download PDF. Not sure where to begin? Read the Quick Start Guide!

Movavi Mac Cleaner. Download PDF. Not sure where to begin? Read the Quick Start Guide! Movavi Mac Cleaner Download PDF Not sure where to begin? Read the Quick Start Guide! Table of Contents Cleaning Your Mac...3 System Requirements...4 Installation...5 Trial and Activation...7 Getting an

More information

E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT

E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT E-Guide WHAT WINDOWS 10 ADOPTION MEANS FOR IT E nterprise adoption of Windows 10 isn t likely to follow the same pattern as for Windows 7, and that s a good thing, writes columnist Brian Madden. And even

More information