Author Topic: Named Layer Filters  (Read 5856 times)

0 Members and 1 Guest are viewing this topic.

Fuccaro

  • Guest
Named Layer Filters
« Reply #15 on: June 22, 2004, 01:19:53 AM »
CAB
What was I going to do without you?
I tried to create the script file before I posted my previous message but I didn’t use the command line version of the CDG Purge. Even at the load, a message tells you that a command line version exists… In the future I must pay more attentions at the AutoCAD messages!
I lot of space will free up on my computer!

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Named Layer Filters
« Reply #16 on: June 22, 2004, 08:55:06 AM »
you are welcome.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

elsos

  • Guest
Named Layer Filters
« Reply #17 on: June 22, 2004, 01:09:19 PM »
Slim stated-
"CDG Purge is very good. Just use caution, if you are also using LDD. You might delete some of the hidden "Registered Applications" that LDD uses, and your drawings, could be corrupted."

I've found this to be true. Just CDG purged all and then when I tried to open the drawing, it says it is corrupted, and won't open.:shock:
But it is about half the size, so get to have a lesser sized file that doesn't work.

Thank goodness for .bak files!

-E

pmvliet

  • Guest
Named Layer Filters
« Reply #18 on: June 23, 2004, 01:22:33 PM »
I tried to use -cdgpurge in a script but for some reason it would just get into a continuos loop at the command prompt?

Did you get it to work. This is what was in my script
Code: [Select]
;cdg purge
-cdgpurge a
;end of script


CAB: where can one find batchlisp.lsp?

Pieter

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Named Layer Filters
« Reply #19 on: June 23, 2004, 01:49:11 PM »
ONE WORD.... WOW
Civil3D 2020

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Named Layer Filters
« Reply #20 on: June 23, 2004, 01:55:51 PM »
Quote from: pmvliet
CAB: where can one find batchlisp.lsp?Pieter


http://new.cadalyst.com/code/browseyear.cfm?fullyear=2004#6
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

VerticalMojo

  • Guest
Named Layer Filters
« Reply #21 on: July 19, 2004, 03:31:51 PM »
If you open the named Layer filters box, select the first layer then click delete, you can hold down the enter button right after and it will go through all those layers deleting them quicker than it would to click delete over and over........



Since I only have LT this works fine for me......

Thought I would just share that since I just figured it out.....  8)

Andrew H

  • Guest
Named Layer Filters
« Reply #22 on: July 19, 2004, 03:38:29 PM »
Has anyone figured out how to get the cdg purge to work in a script? (currently if you run cdg purge in a script it gets stuck in a loop)