2004
Table Of Contents
- Contents
- Chapter 1 - Find the Information You Need
- Part 1 - The User Interface
- Part 2 - Start, Organize, and Save a Drawing
- Part 3 - Control the Drawing Views
- Part 4 - Create and Modify Objects
- Chapter 14 - Control the Properties of Objects
- Chapter 15 - Use Precision Tools
- Chapter 16 - Draw Geometric Objects
- Chapter 17 - Change Existing Objects
- Part 5 - Hatches, Notes, and Dimensions
- Chapter 18 - Hatches, Fills, and Wipeouts
- Chapter 19 - Notes and Labels
- Chapter 20 - Dimensions and Tolerances
- Part 6 - Create Layouts and Plot Drawings
- Chapter 21 - Create Layouts
- Chapter 22 - Plot Drawings
- Part 7 - Share Data Between Drawings and Applications
- Chapter 23 - Reference Other Drawing Files (Xrefs)
- Chapter 24 - Link and Embed Data (OLE)
- Chapter 25 - Work with Data in Other Formats
- Chapter 26 - Access External Databases
- Overview of Using AutoCAD with External Databases
- Access a Database from Within AutoCAD
- Link Database Records to Graphical Objects
- Use Labels to Display Database Information in the Drawing
- Use Queries to Filter Database Information
- Share Link and Label Templates and Queries with Other Users
- Work with Links in Files from Earlier Releases
- Part 8 - Work with Other People and Organizations
- Chapter 27 - Protect and Sign Drawings
- Chapter 28 - Use the Internet to Share Drawings
- Chapter 29 - Insert and View Markups
- Chapter 30 - Publish Drawing Sets
- Part 9 - Create Realistic Images and Graphics
- Glossary
- Index
Customize Startup | 65
The syntax for using command line switches is
"drive:pathname\acad.exe" ["drawing name"] [/switch "name"]
When using a switch option, you must follow the switch with a space and
then the name of a file, path, or view within quotation marks. For example
the following entry starts AutoCAD from a folder named AutoCAD 2002 with
the template drawing arch1.dwt, restores a named view
PLAN1, and executes
a script file startup.scr.
"d:\AutoCAD 2002\acad.exe”/t "d:\AutoCAD 2002\template\arch1" /v
"plan1" /b "startup"
AutoCAD resolves the environment settings in the following way:
■ If you use a command line switch to specify an environment setting, the
command line switch overrides the settings specified in either the Options
dialog box or the environment variable.
■ If a command line switch is not set, the corresponding value set in the
Options dialog box is used.
■ If neither a command line switch nor an Options value is set, the environ-
ment variable value is used.
Note Command line switches and environment variables override Options
values for the current session only. They do not alter the system registry.
/nologo No AutoCAD logo screen Starts AutoCAD without first displaying the
logo screen.
/p User-defined registry
profile for starting AutoCAD
Specifies a user-defined registry profile for
starting AutoCAD. The selected profile is in
effect only for the current session of AutoCAD,
unless you make another profile current in the
Options dialog box during that session.
You create or import Profiles on the Profiles
tab in the Options dialog box. With the /p
switch, you can only specify those profiles that
are listed in the Options dialog box. If the
profile does not exist, AutoCAD uses the
current profile.