Results 1 to 3 of 3

Thread: sending popup message via AutoCAD?

  1. #1
    Login to Give a bone
    0

    Default sending popup message via AutoCAD?

    Hi FrnDZ..
    Is there any way sending popup message to another workstation (windows network) via AutoCAD?.
    Any lips or vba?

    Thanks in Advance..

  2. #2
    Revit Technical Specialist - Autodesk Scott D Davis's Avatar
    Join Date
    2003-04
    Location
    Chino, CA
    Posts
    4,756
    Login to Give a bone
    0

    Default Re: sending popup message via AutoCAD?

    Yep, using the windows command Net Send you can. You will need to make a shell command to do this, which can be done through the command alias editor.

    Go to the Command Alias Editor, and then click on the Shell commands tab. Create a new command, and give it a name, which will be your command line entry. You will be sending this message just to one other computer on the network, so this name should be the computer's name, or maybe the name of the person you are sending to. In the command box, type:

    Net Send Computername (replace computername with the actual network name of the computer to send to)

    In the prompt box, type:

    Message: (or whatever prompt you want to see at the command line)

    Then click ok, to get out of all dialog boxes. You will be prompted to save changes, accept.

    Now, in AutoCAD, type the new command, then you will see "Message:" at the command line, type your message and hit Enter. Your message will be sent to the computer specified.

    So now, you can set up several of these. Have all of your friends names as commands. Type Joe to send a message to Joe, Jane to send a message to Jane, etc....

    Your network administrator must have windows messaging enabled ofr this to work!

  3. #3
    Login to Give a bone
    0

    Thumbs up Re: sending popup message via AutoCAD?

    sending popup message via AutoCAD...ITS DONE...THANK YOU ...Scott Davis...

Similar Threads

  1. 2011: Pop Up Message when Closing AutoCAD
    By ken.fitzgerald440787 in forum AutoCAD General
    Replies: 13
    Last Post: 2013-12-10, 01:37 PM
  2. message in AutoCAD
    By emad_mouni788646 in forum AutoCAD General
    Replies: 5
    Last Post: 2011-03-15, 03:25 PM
  3. Autocad Message (need help to figure out)
    By smartin200021 in forum Software
    Replies: 6
    Last Post: 2007-08-02, 12:49 PM
  4. Replies: 7
    Last Post: 2006-04-28, 07:19 PM
  5. AutoCAD Warning message
    By jasontirone in forum ACA General
    Replies: 6
    Last Post: 2005-06-24, 04:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •