LISP FOR VAULT CHECK IN

LISP FOR VAULT CHECK IN

WhiteWA
Explorer Explorer
1,224 Views
2 Replies
Message 1 of 3

LISP FOR VAULT CHECK IN

WhiteWA
Explorer
Explorer

CAN SOMEONE HELP WITH A LISP TO CHECK IN DWG's INTO VAULT?  

I WANT THIS LISP TO ZOOM EXTENDS, QSAVE, CHECK IN, AND CHECK THE DIALOG BOX TO REMOVE FROM HARD DRIVE.

I CURRENTLY HAVE ONE THAT ZOOM EXTENDS, QSAVE, AND CHECK IN BUT I CAN'T GET IT TO CHECK THE DIALOG BOX.

THANKS 

0 Likes
1,225 Views
2 Replies
Replies (2)
Message 2 of 3

vladimir_michl
Advisor
Advisor

You might be able to call commandline versions of the Vault commands - something like (not tested):

(vl-catch-all-apply 'command-s '("_-VLTCHECKIN"))

 

Vladimir Michl, www.cadstudio.cz  www.cadforum.cz

 

 

0 Likes
Message 3 of 3

chuck.hackett
Participant
Participant

Did you ever get this LISP figured out? The Vault is what is causing me fits right now. @WhiteWA, Would you mind sharing your LISP?

Chuck

0 Likes