Jump to content

Search the Community

Showing results for tags 'file'.

  • Search By Tags

    • file ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 20 results

  1. Hello. I have tried to edit a script found in another topic to suit my needs but i can't get it to work the way i want to. layer2dwg (defun c:lsave(/ actDoc layCol docName dwgName actSel fCount) (vl-load-com) (defun BrowseFolder (/ ShlObj Folder FldObj OutVal) (vl-load-com) (setq...
  2. Hi, I need a small lisp that opens and closes a file for me in the background. Nothing needs to be done. In this lisp the file is opened but not closed. (defun c:open_close_explorer () (setq Path "Y:\\Folder\\Data\\Test.txt") (setq File (StartAPP "Explorer.Exe" Path))...
  3. Version 1.0.0

    1,586 downloads

    This lisp import point from txt file with № X Y and if have (H and D). In the lisp can add records and delete records. command: PointIn
  4. I used to use Nanocad and just recently started using Autocad again. I sent a .dwg file to an engineer which is a drawing I had started in Nanocad and then imported and finished in Autocad 18 and he says he can't upload it. He says he gets a fatal error. Even though I saved the file as an Autocad...
  5. I have four simple drawings in 4 separate files. I want to print them in 4 corners of one A4 sheet. What is the easiest way to accomplish this task?
  6. Hi, all. Is there a way of importing a profile *.arg file (in the "Options"|"Profiles" tab) and have it simply change settings under the "Options"|"Files" tab and nothing else? I wouldn't mind going into the *.arg file and deleting lines, as long as I knew which ones were important. Bu...
  7. For a Me3D printer, it can only print these file types: .STL, .AMF, .ZIP and .GCODE. When printing something from AutoCad, .DWG or .DXF, is there away on AutoCad or any other software that will allow to export or import these file types. Note I also have Blender and tried import a .DXF file an...
  8. Hi to all, Any one knows a Lisp that could insert many files (sheets) on only one dwg file? Thanks in advance!...
  9. When I use the open command in Autocad 2013 the following columns are displayed: Name | Date Modified | Type | Size I would like to add Date Created to this dialog so that it appears each time the command is used. I have added it in Windows Explorer and inside the Autocad dialog itself but...
  10. We are currently using Autocad 2014 and a couple stations using Autocad 2015. For some odd reason lately our drawings are being corrupted somehow. It is quite confusing. Say we create a drawing at 8AM and save and print it. Later that day we want to open it to make a revision and when we double...
  11. All, I found this Lisp that Renderman wrote; it works great. I was wondering what do i need to do to it so it continues to open the file even if part of the filename changes ie; the date without changing the code everytime it's updated NEW JOB TEMPLATE-7-8-13 - SMALL.dwg (defun c...
  12. khoshravan

    open two files in AutoCAD 2010

    In older versions of AutoCAD it was impossible to open two files simultaneously. I think it was added in later versions. Now I am using AutoCAD 2010 but I don't know if I can open two files and shift between them. If it is possible, how can I do that? As a second question in the same subject,...
  13. Dear all, I am very new to autocad. I create a file of pemnut drawing so that I can use it as library file and then copy and paste to other of my other drawings. I don't know what is going on of the file. After 2 hours I created the file, it cannot be edited/copied. Please help Pemnut M4.dwg
  14. Hi, I'm having some problems giving certain parts in my assembly a unique file name. Im reorganizing all of my projects in a - content center - designs - libraries way, where my projects are under designs and commonly used parts under libraries. Now i have something like a pump. I...
  15. mr cadman guiff

    Saving files - AutoCAD 2011

    I'm using AutoCAD 2011. When I click on 'File' and then 'Save As', instead of a dialogue box on screen, I get, on the command line, the following: 'Enter File Format R14 (LT98 & LT97/2000/...........up to 2010) How can I get rid of this of the command line and get the dialogue box back? Thanks...
  16. Rubbersnow

    missing content of a file

    something strange happened , I had open two files (work file and file to watch from) and somehow after closing AutoCad , the content of the work file is replaced by the content of the other one.It is same with the .bak file . Is there any chance to recover my previous work , somehow to go back in th...
  17. I've heard that you can reduce file size using polyline instead of line while drawing (or vice versa... don't remember) Could you advice please, is it true and what exactly should be used. I think, why we would need the line tool at all if polyline more convenient... unless I am missing something.....
  18. Hello CADTutorians, How can I highlight (select) a file after opening the containing folder by AutoLISP?
  19. Does any way exist to find out all settings in Files Tab of Options via AutoLISP, then change them to desired values?
  20. mattrichardson

    Read Only File Error

    Hi everyone, Hoping that someone can help. Everytime that I open a file in ACad, there is a pop up box that states that the file is read-only only, even if no-one has the file open it comes up with it everytime. I'm thinking that I may have accidently changed a setting that means that it on...
×
×
  • Create New...