Results 1 to 4 of 4

Thread: Execute Application

  1. #1
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default Execute Application

    Can Simba load an exe if so can i include it in my SMARTchat plugin ..
    when the plugin loads so does the app . i know a way to raise to admin rights via vbscript and Cscript.exe .. < you cant run ggzz's SMARTchat.exe on Vista / WIN7 without admin rights ..
    well you can but i need admin rights for sps / simba .. and the button dosent appear in SMART unless SMARTchat.exe is admin rights aswell..... : )

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Code:
    OpenWebPage('Filename');
    OpenWebPage is just a wrapper for ShellExecute.

    If you need parameters, write a batch file and run it.
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Hmm thats odd. When I compile it, I can run it on windows vista and 7 without admin rights :S

    P.S. I got the find window to work.. It finds whatever script your running.. You enter the name of the script, and it attaches itself to smart and sendkeys to the script.

  4. #4
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Quote Originally Posted by Smartzkid View Post
    Code:
    OpenWebPage('Filename');
    OpenWebPage is just a wrapper for ShellExecute.

    If you need parameters, write a batch file and run it.
    Hmm looks like it is... wow ShellExecute only works on Windows (Win32 specifically) in Lazarus!

    Ill write us up a new one if Wizzup wants.

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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