AutoCAD Civil 3D
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Expression paramters vacate expression upon file new and startup
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-22-2013 01:57 PM in reply to:
Joe-Bouza
A script file is a text file with a .scr extension. Edit it with Notepad.
In it you place AutoCAD commands with options and inputs as though you are running the program through the keyboard. You will create a script file and include the contents I showed. The reference to _DeleteMe.dwt is the answer to AutoCAD's request for a template name when you use the command line version of the New command. Replace with your dwt filename and path. The line I used is an example from my station.
The /b switch on the target line of the shortcut tells AutoCAD which script file to run at startup. Replace the path and script file name with your exact information.
Tim Corey, Owner
Delta Engineering Systems
Redding, CA
Autodesk Authorized Value-Added Reseller
Delta Engineering Systems
Redding, CA
Autodesk Authorized Value-Added Reseller


