03.01.2013 Views

Customization Guide (.pdf) - Documentation & Online Help - Autodesk

Customization Guide (.pdf) - Documentation & Online Help - Autodesk

Customization Guide (.pdf) - Documentation & Online Help - Autodesk

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

atch program verifies that a specified directory exists, sets that directory to<br />

be current, and then runs AutoCAD LT.<br />

@echo off<br />

C:<br />

if exist \AcltJobs\Jobs\%1 goto RUNACLT<br />

echo.<br />

echo *** Creating \AcltJobs\Jobs\%1<br />

echo *** Press Ctrl+C to cancel.<br />

echo.<br />

pause<br />

mkdir \AcltJobs\Jobs\%1<br />

:RUNACAD<br />

cd \AcltJobs\Jobs\%1<br />

start C:\ AutoCAD LT\acadlt.exe<br />

Using an ASCII text editor (such as Notepad), save the batch program to a file<br />

named acadlt.bat. Be sure to change the drive and directory names to match<br />

those on your system. Place this file in a directory that is on your system search<br />

path (for example, C:\winnt). You can run this batch program using the Run<br />

command on the Start menu or by double-clicking the file in Explorer. If you<br />

saved the file as acadlt.bat, use the following syntax:<br />

acltjobname<br />

where jobname is the name of the job directory to make current.<br />

Quick Reference<br />

Locate Customized Files<br />

Beginning with AutoCAD LT 2004, the location of some of your customized<br />

files has changed. The reasons for the file location changes include the<br />

following:<br />

■ Limited user rights on a workstation. You can run AutoCAD LT as a limited<br />

user. This means that you no longer need power user or Administrator<br />

permissions to run AutoCAD LT once it is installed.<br />

■ Roaming profiles. Roaming profiles allow you to log on to any computer<br />

within a network and retain your user settings. Some files, such as your<br />

personal settings and documents, follow you from computer to computer,<br />

while other files, such as templates (including Publish to Web templates),<br />

reside only on your system.<br />

8 | Chapter 1 Basic <strong>Customization</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!