Author Topic: Command Line and Number of Lines  (Read 4911 times)

0 Members and 1 Guest are viewing this topic.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Command Line and Number of Lines
« Reply #15 on: March 11, 2016, 04:20:24 PM »
Here's an old link (if it works) https://www.theswamp.org/index.php?topic=41222.msg463812#msg463812

This was my go to for having the command line stay how I wanted it. I just restarted AutoCAD and it's gone rogue again.
are you sure autocad is calling your profile at startup?
Be your Best


Michael Farrell
http://primeservicesglobal.com/

DanB

  • Bull Frog
  • Posts: 367
Re: Command Line and Number of Lines
« Reply #16 on: March 14, 2016, 08:49:11 AM »
Yes my profile is loaded, it's part of my desktop shortcut: (profile is the "C3D_Imperial")

"C:\Program Files\Autodesk\AutoCAD 2016\acad.exe" /ld "C:\Program Files\Autodesk\AutoCAD 2016\\AecBase.dbx" /p "<<C3D_Imperial>>" /product "C3D" /nologo

I also have a LISP routine that loads a few things and includes the following line to include my workspace:
(setvar "wscurrent" "Civil 3D")

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Command Line and Number of Lines
« Reply #17 on: March 14, 2016, 09:31:17 AM »
Yes my profile is loaded, it's part of my desktop shortcut: (profile is the "C3D_Imperial")

"C:\Program Files\Autodesk\AutoCAD 2016\acad.exe" /ld "C:\Program Files\Autodesk\AutoCAD 2016\\AecBase.dbx" /p "<<C3D_Imperial>>" /product "C3D" /nologo

I also have a LISP routine that loads a few things and includes the following line to include my workspace:
(setvar "wscurrent" "Civil 3D")
suggest you try setting Civil 3D as the current workspace and then SAVE a new profile, and make sure your shortcut calls that one.(the new one <<MyProfile.arg>>)
Be your Best


Michael Farrell
http://primeservicesglobal.com/