Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Open drawing with CTRL-N

5 REPLIES 5
SOLVED
Reply
Message 1 of 6
Rikkes
971 Views, 5 Replies

Open drawing with CTRL-N

Hi,

 

I would like to open a specified drawing when I push CTRL-N.

 

The drawing that I would like to open with this command is located on our serven at adress \\SERVERBOOM\DataBoom\BOOM\Jobs\ACad Sjablonen\Rikkes\Start.dwg.

 

Now in the CUI, I changed the CTRL-N command to this ^C^C_open;"\\SERVERBOOM\DataBoom\BOOM\Jobs\ACad Sjablonen\Rikkes\Start.dwg";^C^C but that doesn't work.

 

Where did I go wrong?

 

Thx

 

Rikkes

5 REPLIES 5
Message 2 of 6
Jonathan3891
in reply to: Rikkes

Try this:

 

^C^C(startapp "explorer" (findfile "//SERVERBOOM/DataBoom/BOOM/Jobs/ACad Sjablonen/Rikkes/Start.dwg"))

If "SERVERBOOM" has been mapped on your machine is will have a letter associated with it. Use that inplace of //SERVERBOOM.

 

For example if it were called your "I" drive

 

^C^C(startapp "explorer" (findfile "I:/DataBoom/BOOM/Jobs/ACad Sjablonen/Rikkes/Start.dwg"))

Jonathan Norton
Blog | Linkedin
Message 3 of 6
steve216586
in reply to: Jonathan3891

You just gave this guy the code to detonate explosives remotely through his AutoCad!  😛

"No one can make you feel inferior without your consent. "-Eleanor Roosevelt
Message 4 of 6
Rikkes
in reply to: steve216586

Steve, what do you mean by this? Is it a problem to use that code?

Message 5 of 6
Jonathan3891
in reply to: Rikkes

He's just kidding, notice the silly face.

I use this method to launch excel files and other programs from AutoCAD frequently.

Jonathan Norton
Blog | Linkedin
Message 6 of 6
Rikkes
in reply to: Jonathan3891

Yes, I tought also but you never know... 🙂

 

Anyway , it works fine! Thx!

 

Rikkes

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report