Author Topic: CAD manual  (Read 8255 times)

0 Members and 1 Guest are viewing this topic.

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
CAD manual
« on: April 29, 2005, 09:17:52 AM »
Apologies in advance if this is in the wrong forum

We have completed our company cad standards manual, which is intended to be a "live" document. It has been turned into a htm(?) file, where either myself or the IT bod here are the only ones who have access to amend this file.  

Would it be possible to have this incorporated in the menu files, or is there a better way of ensuring that the manual is always up to date, and easily accessible on all computers, if you understand what I am trying to say :?

Many thanks
Thanks for explaining the word "many" to me, it means a lot.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
CAD manual
« Reply #1 on: April 29, 2005, 09:21:47 AM »
Yes it can be done.  There are easy ways to access it from a Pulldown or button in <= 2005. (2006 with its new file structure, I cant say how easy it would be).  HTML files are fine, but some might say turn it into a CHM which is a compressed file.
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

M-dub

  • Guest
CAD manual
« Reply #2 on: April 29, 2005, 09:31:23 AM »
I have a button in my personal menu that opens the company menu in notepad.  You could easily manipulate this to suit your needs.

(I think this is what you're looking for...did I understand you correctly?)

Code: [Select]
^C^C(startapp "C:/WINDOWS/system32/notepad.exe" "O:/DRAWINGS/Menus-Blocks/terra.mnu")

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
CAD manual
« Reply #3 on: April 29, 2005, 09:34:35 AM »
Thats what i was thnking.  But can it point to a web page?
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

M-dub

  • Guest
CAD manual
« Reply #4 on: April 29, 2005, 09:39:19 AM »
Quote
^C^C_browser WWW.THESWAMP.ORG


 :D

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
CAD manual
« Reply #5 on: April 29, 2005, 09:40:14 AM »
or this
Code: [Select]
(STARTAPP "C:/Program Files/Internet Explorer/IEXPLORE.EXE" "HTTP://INTRANET")
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

M-dub

  • Guest
CAD manual
« Reply #6 on: April 29, 2005, 09:44:43 AM »
That works too.  the Browser command opens the default browser (in my case, it's not IE).

Those macros would be perfect for all of the users, but to modify the CAD Manual, you'd want to put THAT macro in a personal menu.  Instead of notepad or your browser, you'd need the html file to open in the program you use to edit it.

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
CAD manual
« Reply #7 on: April 29, 2005, 09:45:46 AM »
anyone got a basic cad manual put together?
Civil3D 2020

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
CAD manual
« Reply #8 on: April 29, 2005, 10:16:12 AM »
Quote from: MSTG007
anyone got a basic cad manual put together?


I've got the draft one (I left it for comments) in the lillypond under

http://www.theswamp.org/lilly_pond/jonesy/CAD%20Manual%20for%20swamp.doc?nossi=1

Just to let you knnow it is only the rough edit, and it is further down the line by now.
Thanks for explaining the word "many" to me, it means a lot.

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
CAD manual
« Reply #9 on: May 06, 2005, 09:45:56 AM »
Thanks for everyones help...
The htm cad manual is now up and running
Thanks for explaining the word "many" to me, it means a lot.

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
CAD manual
« Reply #10 on: May 10, 2005, 04:58:53 AM »
Or should I say, its up and running on my computer!

I dont want to start rolling this menu out to the other users until I have tried it properly

Can I use the
Code: [Select]
(STARTAPP "C:/Program Files/Internet Explorer/IEXPLORE.EXE" "HTTP://blah blah blah") on a computer running AutoCAD LT, if not is there a better way round this problem I really only want to have one local menu for the whole office.

Many thanks
Thanks for explaining the word "many" to me, it means a lot.

Birdy

  • Guest
CAD manual
« Reply #11 on: May 10, 2005, 02:25:57 PM »
Might be a little late, but I found this helpful.
http://tinyurl.com/7lgj9

Contact autodeskuniversity@autodesk.com and they will give you a password to access the material.

browse to Cad Management & look for class:
CM23-1: Creating an online cad manual.

Lots of other useful stuff there too.

Note: special tip 'o the hat to you M-dub  :)