How to call another program from DW. Extension help?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default How to call another program from DW. Extension help?

    HI! I want to be able to call another program *.exe from within DW and have
    its own button on the object bar. Is there an API function for this?

    Example. To have a button called let's say "Thumbs Plus" that would launch
    an application called thumbs.exe from the users machine. Is this possible?

    Paul


    paul Guest

  2. Similar Questions and Discussions

    1. How to call an RPG program from an SQL statement issuedoutside AS/400 from Coldfusion 7 !?!?
      How to call an RPG program from an SQL statement issued outside AS/400 from Coldfusion 7 !?!? I have several coldfusion 7.0 applications that...
    2. actionscript for call email program
      I have a flash frame with buttons. I want one of the buttons to start the email program to send a message. I can't seem to find a script that is...
    3. PDF and program won't open; "Error in Acrord32" "This program has performed an illegal operation and
      I recently had a browser hijacker. Fixed it with Norton and Lavasoft. Now, after downloading new Reader 6.0, I can't open anything. Only gives...
    4. Is .dcr extension = Director file extension ?
      I'm a newbie and saw some files on a website ending in .dcr... 1 - Is the .dcr file type a Macromedia Director file? 2 - Does it take the...
    5. remote call procedure call failed
      Also, it says error 1726 "remote call procedure call failed" Help, Unable to save username and password in XP Home edition. It allows me to...
  3. #2

    Default Re: How to call another program from DW. Extension help?

    Paul,

    Try using this:

    MM.runCommandLine( commandString );

    HTH,
    Randy

    > I want to be able to call another program *.exe from within DW and have
    > its own button on the object bar. Is there an API function for this?
    Randy Edmunds Guest

  4. #3

    Default Re: How to call another program from DW. Extension help?


    "Randy Edmunds" <redmunds_nospam@adobe.com> wrote in message
    news:dtv9sp$6r7$1@forums.macromedia.com...
    > Paul,
    >
    > Try using this:
    >
    > MM.runCommandLine( commandString );
    or this, if you want to open the current document in another program:

    dreamweaver.openWithApp(dreamweaver.getDocumentPat h("document"),
    theEditorPath);

    --
    Tom Muck
    [url]http://www.tom-muck.com/[/url]


    Tom Muck Guest

  5. #4

    Default Re: How to call another program from DW. Extension help?

    Thanks allot guys :)

    Paul


    "Tom Muck" <tommuck@NOSPAM.basic-drumbeat.com> wrote in message
    news:dtvad0$7m5$1@forums.macromedia.com...
    >
    > "Randy Edmunds" <redmunds_nospam@adobe.com> wrote in message
    > news:dtv9sp$6r7$1@forums.macromedia.com...
    >> Paul,
    >>
    >> Try using this:
    >>
    >> MM.runCommandLine( commandString );
    >
    > or this, if you want to open the current document in another program:
    >
    > dreamweaver.openWithApp(dreamweaver.getDocumentPat h("document"),
    > theEditorPath);
    >
    > --
    > Tom Muck
    > [url]http://www.tom-muck.com/[/url]
    >
    >

    paul Guest

  6. #5

    Default Re: How to call another program from DW. Extension help?

    HI! Why is the MM.runCommendLine not in API live Docs?

    Paul


    "paul" <paul.dallaire@sympatico.ca> wrote in message
    news:dtvpot$scc$1@forums.macromedia.com...
    > Thanks allot guys :)
    >
    > Paul
    >
    >
    > "Tom Muck" <tommuck@NOSPAM.basic-drumbeat.com> wrote in message
    > news:dtvad0$7m5$1@forums.macromedia.com...
    >>
    >> "Randy Edmunds" <redmunds_nospam@adobe.com> wrote in message
    >> news:dtv9sp$6r7$1@forums.macromedia.com...
    >>> Paul,
    >>>
    >>> Try using this:
    >>>
    >>> MM.runCommandLine( commandString );
    >>
    >> or this, if you want to open the current document in another program:
    >>
    >> dreamweaver.openWithApp(dreamweaver.getDocumentPat h("document"),
    >> theEditorPath);
    >>
    >> --
    >> Tom Muck
    >> [url]http://www.tom-muck.com/[/url]
    >>
    >>
    >
    >

    paul Guest

  7. #6

    Default Re: How to call another program from DW. Extension help?

    I dunno. All I did was search the Configuration folder (hint).

    Randy

    > Why is the MM.runCommandLine not in API live Docs?
    Randy Edmunds Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139