Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Launch aplication

    Can I lauch a program with ASP.NET?

    IF yes, How I could do?

    Thanks
    Augusto Guest

  2. Similar Questions and Discussions

    1. How do I get KDM to launch KDE ?
      Hi, I selected KDM to run at startup by editing /etc/ttys : ttyv8 ³/usr/local/bin/kdm ­nodaemon² xterm on secure I also created a...
    2. How do i get KDM to launch KDE?
      Tried a .xinitrc instead of a .xsession ?
    3. Can't launch FH MX 11.0.2
      Hello, I haven't browsed all the threads to check somebody with the same issue of mine, but at now I have a machine in my local network with...
    4. Launch another EXE
      Is there anyway to have Flash Launch an EXE thats in the same directory, or a sub directory of the Flash Published EXE. I want to create an...
    5. MXa won't launch under OSX 10.3 but MX will - WTH?
      After upgrading to OSX 10.3 FHMXa would not launch - no splash screen - nothing. I tried everyone's suggestions from other threads about getting MXa...
  3. #2

    Default Re: Launch aplication

    Look into the process namespace. I believe it is process.exec("notepad.exe")
    "Augusto" <augusto@semi.com.br> wrote in message
    news:0b6a01c33b26$ee35dfd0$a501280a@phx.gbl...
    > Can I lauch a program with ASP.NET?
    >
    > IF yes, How I could do?
    >
    > Thanks

    Alvin Bruney Guest

  4. #3

    Default Re: Launch aplication

    Hi

    If you want to launch a program on the server, then Alvin's correct.
    However, if you mean you want to launch an application on the client's
    machine, you'll need to use client-side script and for IE, you can use the
    Shell.Execute() method, I believe.

    Peter

    "Augusto" <augusto@semi.com.br> wrote in message
    news:0b6a01c33b26$ee35dfd0$a501280a@phx.gbl...
    > Can I lauch a program with ASP.NET?
    >
    > IF yes, How I could do?
    >
    > Thanks

    Peter McMahon [MVP] 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