AutoCAD LT Command Prompt not working

AutoCAD LT Command Prompt not working

tautvism
Explorer Explorer
8,008 Views
20 Replies
Message 1 of 21

AutoCAD LT Command Prompt not working

tautvism
Explorer
Explorer

Hello,

 

I'm using AutoCAD LT 2010 and I can't get my command prompts working so I would have a list of optional command showing next to my cursor.

 

I have set my DYNMODE to 3 and DYNPROMPT to 1. I have also enabled the checkbox in the drafting settings for "Show command prompting and command input near the crosshairs"

 

I can enter the command next to my cursor, but I don't get any aliases (I have to type the full command). Please help.

0 Likes
8,009 Views
20 Replies
Replies (20)
Message 2 of 21

steven-g
Mentor
Mentor

Check if Autocomplete="on"

Message 3 of 21

Emmsleys
Alumni
Alumni

Hello @tautvism

 

If you log in as a separate user on the same system does the issue show up there too? 

 

Post back if you have any updates or questions. 



Sarah Emmsley
Technical Support Specialist

Message 4 of 21

tautvism
Explorer
Explorer
Could You explain how can I do that? I'm not so fammiliar with the system...
0 Likes
Message 5 of 21

Anonymous
Not applicable
Issue:When you enter certain commands at the command line in Auto Cad, the program pauses or hangs for a moment before continuing to function.

Example: Entering F invokes FASTSEL instead of FILLET. The delay may cause some of the letters you type to be missed so that the wrong command is selected or executed.

Solution:Try one or more of these solutions:

Change settings for displaying the command line suggestion list: 

  • Type INPUTSEARCHDELAY on the command line in Auto Cad and change the value to 500.
  • Enter INPUTSEARCHOPTIONS on the command line to open the Input Search Options dialog box and try one or more of the following:
    —Turn on "Enable Mid-string Search".
    —Turn off  "Search content at the command line."
    —Turn off "Search system variables."
    —Turn off "Enable Auto Correct."
    —Turn off "Enable Auto Complete."
Turn off dynamic input
Turning off dynamic input may improve command performance.
Message 6 of 21

pendean
Community Legend
Community Legend
If the tips offered above do not help, here is an overview of how to log in as a new user in Windows http://freewindowsvistatutorials.com/loginToWindows7AsDifferentUserSwitchUsers.php
0 Likes
Message 7 of 21

tautvism
Explorer
Explorer

That was a very thorough explanation. Thanks a lot. But when I type in INPUTSEARCHOPTIONS in the command line it shows: "Unknown command "INPUTSEARCHOPTIONS".  Press F1 for help."

 

Is it possible that there is no  Input Search Options dialog box in Autocad-LT 2010 version? Or I need to log in as a new user in Windows as others suggest?

 

 

Message 8 of 21

pendean
Community Legend
Community Legend
What changed on your PC? LT2010 is not new.
0 Likes
Message 9 of 21

steven-g
Mentor
Mentor

Could inputsearchoptions have been introduced later I also don't have it as a command in 2012LT

Right clicking the command line does offer some options !

CommandLine.jpg

Message 10 of 21

Anonymous
Not applicable

perhaps time to update to the newer version? always a good idea to stay up to date.

0 Likes
Message 11 of 21

tautvism
Explorer
Explorer

This is my work PC:

 

image.png

 

I have been using AutoCAD-LT 2010 because we only have license for this version. 

And because I worked with AutoCAD 2012 I know I can have command prompts with suggestion list next to my cursor and wanted to enable this function for my AutoCAD-LT (2010)

 

I ended up having to enable Autocorrect in my input search options box, but I can't open it with command. I tried to switch users but when opening AutoCAD-LT it show the same as in my user account:

image.png

 

So I figure AutoCAD-LT version 2010 doesn't have Input Search Options Dialog Box. 

 

 

I got the Dynamic Prompts enabled:

image.png

 

I get the desired typing command next to my cursor but I still need to type in full commands and don't get any drop down list of commands.

Here's an example when i try to type "Line"

image.png

 

And I can't enable suggestion list because there's no customize button next to my command line.image.png

 

0 Likes
Message 12 of 21

Anonymous
Not applicable

Enable Autocomplete Completes the command or system variable based on the letters you type.

  • Enable Mid-string Search. (Available only when Auto Complete is on) Suggests commands and system variables that start with or contain the letters you type.
  • According to frequency of usage. Sorts the command suggestion list based on how often you have used the command.
  • Alphabetically. Sorts the suggestion list alphabetically.

did some research, the commands are available even in the 2010 built. ensure the features as listed above is activated in your settings. 

 

Message 13 of 21

tautvism
Explorer
Explorer

image.png

0 Likes
Message 14 of 21

Anonymous
Not applicable

please see options as listed in the file, i downloaded and installed the 2010 version now, and it works fine on my windows 10 pro built version.

 

http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/index.html?url=WS1a91938...

0 Likes
Message 15 of 21

Anonymous
Not applicable

Issue:

When you enter a command in AutoCAD, an error message similar to the following message is displayed on the command line: Command: _ai_molc Unknown command "AI_MOLC".

 

Press F1 for help. Causes: This problem occurs because the AutoCAD software is unable to load the function definitions in the acad.mnl file.

 

 

Commands such as Make Object's Layer Current and Deselect from the Right-click ShortCut Menu (among others) are defined in the acad.mnl file and do not function unless this MNL file is loaded in memory. Several AutoCAD core functions are defined in acad.mnl; if you modify menus or load menus other than the default without regard to this fact, the acad.mnl file may not load. In this case, the functionality is never defined. Solution: To resolve the error, load the acad.mnl file by typing the following on the command line in AutoCAD: (load "acad.mnl") Alternatively, make a copy of the acad.mnl file with the same file name as the MNU file: Make a copy of the acad.mnl file. Rename the copy of the acad.mnl to the same file name as the main MNU file you are loading. For example, if you are loading mymenu.mnu, rename the copy of acad.mnl to mymenu.mnl. Restart AutoCAD so it loads the MNL file you created.

 

You can also type MENU in the command line, it will open a window in the support file path, and the file named acad.CUIX should be listed. Reload the file, restart the program and see if the problem is then resolved. Ensure that no other custom cuix files are loaded, or in the default support file as located in 

 

\Users\yourusername\AppData\Roaming\Autodesk\AutoCAD 2010\R22.0\enu\Support

 

 

0 Likes
Message 16 of 21

steven-g
Mentor
Mentor

And if you right click inside the command line area, don't you get the options to pick Autocomplete from the list.

0 Likes
Message 17 of 21

tautvism
Explorer
Explorer

Sadly, no.

image.png

0 Likes
Message 18 of 21

pendean
Community Legend
Community Legend
LT2010 and R2012 are not supported in Windows10 http://autode.sk/1IY4C2X
Translation: when both stop working altogether due to a WIn10 update Autodesk will not help fix the problem.

Which came first: you starting to work for this company and noticed these problems day one, or was it fine until Win10 showed up then you started having these problems?

BTW, start HELP in LT2010 and search for the commands everyone here is suggesting you use. If they are not listed, you can pretty much quit the discussion about them. If they are there, you are looking at an LT2010 reinstall at the very least.

These tips from Microsoft may help if nothing else does http://www.howtogeek.com/228689/how-to-make-old-programs-work-on-windows-10/

Buying a solution from these folks would be the step after that http://www.longbowsoftware.com

0 Likes
Message 19 of 21

steven-g
Mentor
Mentor

I didn't find either command in the 2010 help, only Autocomplete in 2012 so that must have been introduced between the 2 versions, and Inputsearchoptions must have come in later still.

Message 20 of 21

freddyarteaga
Observer
Observer

I just  loaded  Autocad light  for  a 30 day  rental.

I have used this product 1-2  years ago. I cannot see/find the commands   scale, copy, dimensions. import image.   What is wrong. I have now spent 4  days to get information on this matter.'

.

0 Likes