Author Topic: Yesterday draw  (Read 2868 times)

0 Members and 1 Guest are viewing this topic.

Adesu

  • Guest
Yesterday draw
« on: September 12, 2007, 07:31:59 PM »
Hi Alls,
Yesterday I has drawn a drawing, it name "Bolt.dwg" but I forgot where it put.
my question is how to call a drawing for last any idea for call it.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Yesterday draw
« Reply #1 on: September 12, 2007, 07:40:32 PM »
Perhaps a System file search  ..
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Adesu

  • Guest
Re: Yesterday draw
« Reply #2 on: September 12, 2007, 07:46:29 PM »
Hi Kerry,
Thanks for quick reply, I mean with lisp code.

Perhaps a System file search  ..

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Yesterday draw
« Reply #3 on: September 12, 2007, 08:02:32 PM »
Perhaps have a look at reading the MostRecentlyUsed list from the registry ... but that will only work if the drawing is still listed
Something like ..
HKEY_USERS\xxxxxx\Software\Autodesk\AutoCAD\R17.1\ACAD-6001:409\Recent File List

kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Strucmad

  • Guest
Re: Yesterday draw
« Reply #4 on: September 12, 2007, 08:02:41 PM »
Perhaps a System file search  ..

You crack me up Kerry  :lmao:

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Yesterday draw
« Reply #5 on: September 12, 2007, 08:07:33 PM »

If you happened to save it on the path,
(findfile "Bolt.dwg") may help ...
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Mark

  • Custom Title
  • Seagull
  • Posts: 28753
Re: Yesterday draw
« Reply #6 on: September 12, 2007, 10:24:20 PM »
Perhaps a System file search  ..

The little puppy dog really makes searching for files so much nicer ..... :lol: I'm sorry Kerry, I'm not making fun of ya ... it's just when you think of XP Professional puppy dogs don't come to mind. :lol:
TheSwamp.org  (serving the CAD community since 2003)

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Yesterday draw
« Reply #7 on: September 12, 2007, 10:32:38 PM »
... it's just when you think of XP Professional puppy dogs don't come to mind. :lol:

it amuses me too ... for exactly that reason. ... but I am easily amused :-)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

mkweaver

  • Bull Frog
  • Posts: 352
Re: Yesterday draw
« Reply #8 on: September 13, 2007, 07:01:41 AM »
Take a look at DotSoft's Recent.vlx, here:http://www.dotsoft.com/freestuff.htm.  it keeps track of your most recent 26 drawings.